Skip to content

v0.11.0

Choose a tag to compare

@github-actions github-actions released this 23 Dec 16:02
· 54 commits to main since this release

PyDPF-Post 0.11.0 release for PyDPF-Core 0.15.0 and Ansys 2026 R1, 2025 R2 SP03, 2025 R1 SP04, 2024 R2 SP03.

The DPF server included in the versions cited above now default to mTLS authenticated communications for gRPC.
Check Getting Started/DPF Server/Run DPF Server in Secure Mode with mTLS for more information.

The default client-server communication stays InProcess so most users should not see any change.

What's Changed

Enhancements

  • Add FluidSimulation.zone_mesh() to get the mesh of a single zone by @PProfizi in #615

Bug fixes

Documentation

  • doc(server): add a banner for mTLS authenticated communication by @PProfizi in #937

CI/CD

  • ci: temporarily switch to ubuntu-22.04 by @PProfizi in #910
  • ci(test): update default value of num fields in tests for BFE by @rafacanton in #917
  • test(cff): Change skipif condition for flprj tests by @rafacanton in #927

Maintenance

Full Changelog: v0.10.1...v0.11.0