Skip to content

Releases: MoritzWillig/pysnic

Version 1.0.4

08 Mar 12:30
Compare
Choose a tag to compare

This release removes some bugs in the code and updates the package information.

Notable changes:

  • Fixes an index out of bounds error. (polygonization)
  • Prevents some edges from being discarded mistakenly. (polygonization)
  • Project now contains a pyproject.toml. (pip packaging)

Version 1.0.3

05 Mar 03:04
Compare
Choose a tag to compare

This release resolves a bug in the polygonization process.

Notable changes:

  • Fixes a bug in trace_edges_unsafe. (Closes #8)

Version 1.0.2

21 Jan 17:27
Compare
Choose a tag to compare

This release improves the performance of snic() by about 30%. (The average runtime on the example image is reduced from 4171 ms to 2897 ms - measured on a Ryzen 1900X, Python 3.8.5).

Notable changes:

  • Replacing the custom element class of the priority queue by tuples