Releases: pyvista/pyacvd
Releases · pyvista/pyacvd
v0.3.1
v0.3.0
What's Changed
- Build with nanobind; support numpy v2 by @akaszynski in #55
Full Changelog: v0.2.11...v0.3.0
v0.2.11
What's Changed
- Remove scipy dependency and optimize create mesh by @akaszynski in #48
Full Changelog: v0.2.10...v0.2.11
Major Refactoring - Stable Beta
Major refactoring from 0.1.1. Now only includes point clustering algorithm as it's faster and more stable. Point clustering is now 2-4x faster for large meshes.
This release also includes the dependency pyvista
to facilitate loading and plotting meshes rather than reinventing the wheel for plotting using VTK.