Skip to content

Releases: bast/polygons

Merge pull request #17 from bast/radovan/towards-v0.3.4

17 Oct 20:28
700f25d
Compare
Choose a tag to compare

v0.3.3

30 Jan 21:59
Compare
Choose a tag to compare
  • Update dependencies.
  • Package also for Python 3.11 and 3.12.

v0.3.2

05 Jun 17:51
Compare
Choose a tag to compare

Update to latest PyO3 and Rayon.

v0.3.1

08 Dec 00:28
Compare
Choose a tag to compare
  • PyO3 and Rayon dependencies become optional, but active by default.
  • Package also for Python 3.10.

v0.3.0

09 Apr 11:40
Compare
Choose a tag to compare

Input polygons are given "open" and are closed inside the code. This avoids having two vertices at the same position which is redundant and could be confusing when referring to their indices.

v0.2.1

26 Feb 20:41
Compare
Choose a tag to compare

Mistake in workflow prevented upload of all builds to PyPI.

v0.2.0

26 Feb 20:31
Compare
Choose a tag to compare
  • distances_nearest_vertices now also returns indices of nearest vertices.
  • build_tree renamed to build_search_tree.
  • Python interface is now built by default.

v0.1.6

13 May 19:48
Compare
Choose a tag to compare

From now on the library has a DOI.

v0.1.5

11 May 21:58
Compare
Choose a tag to compare

First version containing a Python interface after rewriting the library to Rust.