Skip to content

v0.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Oct 19:11
· 140 commits to master since this release

v0.6.0 Release Notes

PyDPF-Post 0.6.0 introduces support for and requires PyDPF-Core 0.10.0.

This release supports a change in the PyDPF-Core structure with the integration of the ansys-dpf-gate, ansys-dpf-gatebin, and ansys-grpc-dpf dependencies directly into ansys-dpf-core as sub-modules starting with ansys-dpf-core==0.10.0.

When installing this version of ansys-dpf-post, please first uninstall the other PyDPF libraries from your Python environment if they are present using the commands:

pip uninstall ansys-dpf-core
pip uninstall ansys-dpf-gate
pip uninstall ansys-dpf-gatebin
pip uninstall ansys-grpc-dpf

The goal is to simplify installation and upgrades by reducing the potential compatibility issues due to package version conflicts.
From this release onward, the only compatibility to check should be between ansys-dpf-core and the DPF server used via ansys-dpf-server or your ANSYS installation.

This release also drops support for the DPF server included in ANSYS 2022 R1, as well as support for Python 3.8.

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.6.0