Skip to content

Releases: mblackgeo/fast-alphashape

v0.2.0

23 Nov 13:41
Compare
Choose a tag to compare

Feature

  • Perform a few array operations in parallel (542f2c9)
  • Calculate alpashape edges in parallel (422cc4c)
  • Support shapely and geopandas inputs (2daaf22)

Documentation

  • Add note regarding alpha status (0688095)

Performance

  • Add rust and python benchmarks (db35361)

v0.1.0

03 Nov 07:39
Compare
Choose a tag to compare

Feature

  • Add basic python interface (b6cea4b)
  • Implement main alpha shape algorithm (9969278)
  • Return i32 from alpha simplices rather than f64 (7521871)
  • Add alpha simplices function (b525159)
  • Add circumradius function (7021383)
  • Add circumcentre function (a0e9deb)
  • Work in progress on circumcentre function (668b82c)
  • Add intial package wireframe using maturin (ebd996a)

Documentation

  • Populate README with installation, quick start, development, and credits (ac890cf)