Skip to content

Releases: pyvista/pyacvd

v0.2.11

13 May 15:25
Compare
Choose a tag to compare

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

04 Jun 08:20
Compare
Choose a tag to compare

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.