Skip to content

Releases: yymao/fast3tree

fast3tree v0.4.2

12 Jan 20:19
1a27e5c

Choose a tag to compare

What's Changed

  • fix: replace deprecated numpy.in1d with numpy.isin by @eacharles in #4

Full Changelog: v0.4.1...v0.4.2

fast3tree v0.4.1

07 Oct 21:29
226618f

Choose a tag to compare

Update the docstring for fast3tree.query_nearest_distance. When one of the points in the tree is located exactly at center, this function would return the distance to the next nearest point. This behavior is not directly obvious and the new docstring states this feature clearly.

Thanks to @chto for noticing this.

fast3tree v0.4.0

19 Nov 04:36
bbda5d2

Choose a tag to compare

  • Several under-the-hood updates were made.
  • License updated to GPLv3.
  • First release after this project moved from bitbucket to GitHub.