Skip to content

v0.16.0

Choose a tag to compare

@github-actions github-actions released this 14 Apr 15:05
· 94 commits to main since this release

This new release drops explicit support for DPF 2022R2, 2023R1, and 2023R2 as well as Python 3.9.

What's Changed

Enhancements

Bug fixes

  • fix(vtk): use auto tolerance for convexity check of polyhedron cells by @PProfizi in #2901
  • fix: remove forced debug logs by @PProfizi in #2957
  • Support special aliases for ellipsis pins by @rafacanton in #3039
  • fix: eagerly close plotters to prevent segfaults by @moe-ad in #3034
  • fix: restore safe exception handling in DPFVector.del methods by @PProfizi in #3100
  • fix: prevent deep_copy failures for meshed_region on Python 3.13+ by @PProfizi in #3101

Documentation

  • doc(vtk): expose the vtk_helper.py module in the API reference by @PProfizi in #2832
  • doc(API): fix warnings in the MeshInfo docstrings by @PProfizi in #2892
  • doc(operators): update the operator doc template with section introductions and links by @PProfizi in #2973
  • doc: Tag PyDPF-Core for Fluids and Multiphysics categories in the PyAnsys ecosystem by @PProfizi in #3071

Tutorials

Examples

  • examples(lsdyna): Add example on erosion for LsDyna results by @PProfizi in #3096

CI/CD

Maintenance

Full Changelog: v0.15.0...v0.16.0