Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2019-06-19 | 454 Bytes | |
v4.0.0.tar.gz | 2019-06-19 | 285.2 kB | |
v4.0.0.zip | 2019-06-19 | 285.5 kB | |
Totals: 3 Items | 571.1 kB | 0 |
- Define tessellation of collinear input, returning an empty result with an ordered hull instead of throwing an error. Allows building Voronoi tessellation for degenerate cases. [#47] (by @Fil)
- Added an
update
method for updating the triangulation after changingcoords
in place (useful for iterative relaxation algorithms). [#48] - Improved performance by ~5-10%. [#35]
- Fixed a rare race condition that could lead to an infinite loop. [#49]