Releases: pyvista/pyacvd
Releases · pyvista/pyacvd
v0.3.3
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #64
- Fix NAN mesh creation by @akaszynski in #66
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #67
- Bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0 in /.github/workflows by @dependabot[bot] in #68
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #69
- Add ARM64 build by @Oblynx in #71
New Contributors
- @dependabot[bot] made their first contribution in #68
- @Oblynx made their first contribution in #71
Full Changelog: v0.3.2...v0.3.3
v0.3.2
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #58
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #59
- Build for Python3.13 by @akaszynski in #63
Full Changelog: v0.3.1...v0.3.2
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.