v0.6.0
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
- Bump to 0.5.1.dev0 by @PProfizi in #457
- Bump dev requirements_dev.txt by @PProfizi in #460
- Implement request of fluid results using faces by @PProfizi in #462
- Fix doc release by @PProfizi in #459
- Bump sphinx from 7.1.1 to 7.1.2 by @dependabot in #452
- Bump ansys-sphinx-theme from 0.10.0 to 0.10.2 by @dependabot in #458
- Add cheat sheet links in PyDPF-Core doc by @PipKat in #468
- Change CFF tests to be consistent with the latest update by @MichaelNale in #474
- Update CI to handle refactor of ansys-dpf-core by @PProfizi in #482
- Remove 221 from testing by @PProfizi in #484
- Add class signature type-hinting by @PProfizi in #461
- Bump actions/checkout from 3 to 4 by @dependabot in #477
- Bump coverage from 7.2.7 to 7.3.1 by @dependabot in #479
- Fix docs zipping by @PProfizi in #486
- StaticMechanicalSimulation.thermal_strain by @PProfizi in #483
- Implement and test flprj argument for FluidSimulation by @PProfizi in #487
- Bump ansys-sphinx-theme from 0.10.2 to 0.11.1 by @dependabot in #485
- Bump sphinx-notfound-page from 0.8.3 to 1.0.0 by @dependabot in #491
- Bump pytest from 7.4.0 to 7.4.2 by @dependabot in #488
- Bump imageio from 2.31.0 to 2.31.3 by @dependabot in #489
- Bump pyvista from 0.41.1 to 0.42.1 by @dependabot in #490
- Bump sphinx-gallery from 0.13.0 to 0.14.0 by @dependabot in #492
- Bump sphinx from 7.1.2 to 7.2.5 by @dependabot in #476
- Do not package example files by @PProfizi in #475
- Bump ansys-sphinx-theme from 0.11.1 to 0.11.2 by @dependabot in #494
- Expose streamlines by @PProfizi in #480
- Update for Euler angles result by @PProfizi in #497
- Update HeatingCoil.res by CFF files by @rafacanton in #498
- update docstring euler angles by @cbellot000 in #508
- Fix results extraction for simulation object with given server by @FedericoNegri in #499
- Vale ignore RST roles by @PProfizi in #511
- Correct values to account for the issue in the mesh_skin operator by @rafacanton in #514
- Update supported Python versions by @PProfizi in #515
- Bump ansys-sphinx-theme from 0.11.2 to 0.12.3 by @dependabot in #512
- Remove Vale Google.Headings warnings due to false positives by @PProfizi in #516
- Bump numpydoc from 1.4.0 to 1.6.0 by @dependabot in #504
- Bump imageio from 2.31.3 to 2.31.5 by @dependabot in #507
- Bump sphinx from 7.2.5 to 7.2.6 by @dependabot in #493
- Bump pypandoc from 1.10 to 1.12 by @dependabot in #518
- Revert docstring to conform to DPF 2024.1.pre0 by @PProfizi in #522
New Contributors
- @MichaelNale made their first contribution in #474
Full Changelog: v0.5.0...v0.6.0