Skip to content

Releases: mortacious/numba-kdtree

numba-kdtree-0.6.0

26 Feb 13:14
60c7dcb
Compare
Choose a tag to compare

What's Changed

  • fixed _np_max function using np.amin internally by @mortacious in #43

Full Changelog: v0.5.0...v0.6.0

numba-kdtree-0.5.0

03 Feb 14:22
37f98f6
Compare
Choose a tag to compare

What's Changed

  • Clarify docstring for "return_sorted" parameter by @mortacious in #31
  • Use the numba runtime (NRT) to manage external memory by @mortacious in #38
  • Removed prints from build functions by @mortacious in #39
  • Updated README by @mortacious in #40
  • Updated the setup to use static metadata

Full Changelog: 0.4.0...v0.5.0

numba-kdtree-0.4.0

31 Jan 09:21
e1f33f9
Compare
Choose a tag to compare

What's Changed

  • Allow caching of the kdtree functions by @mortacious in #28
  • Remove deprecated usage of generated_jit and additional cleanup by @mortacious in #29

Full Changelog: 0.3.0...v0.3.0

numba-kdtree-0.3.0

18 Sep 09:32
e9bdef4
Compare
Choose a tag to compare

What's Changed

  • Fixed typing issue in numba construction by @mortacious in #25
  • Adds per-point radius support to the query_radius function by @mortacious in #26

Full Changelog: 0.2.2...0.3.0

numba-kdtree-0.2.2

23 Aug 11:17
c6e1791
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.1...0.2.2

numba-kdtree-0.2.1

19 Aug 15:53
edd7393
Compare
Choose a tag to compare

What's Changed

  • Search for correct package in init by @bcbnz in #20

New Contributors

  • @bcbnz made their first contribution in #20

Full Changelog: 0.2.0...0.2.1

numba-kdtree-0.2.0

18 Aug 06:27
528c49b
Compare
Choose a tag to compare

What's Changed

  • Adds setuptools_scm versioning replacing manual versioning by @mortacious in #18
  • Add support for pickling the _KDTree objects by @mortacious in #19

Full Changelog: v0.1.8...0.2.0

numba-kdtree-0.1.8

25 May 13:21
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.7...v0.1.8

numba-kdtree-0.1.7

24 Apr 18:40
64310e4
Compare
Choose a tag to compare

What's Changed

  • Automatic detection if the parallel function is required for query functions by @mortacious in #11
  • Build KDTree from within numba functions by @mortacious in #13

Full Changelog: v0.1.6...v0.1.7

numba-kdtree-0.1.6

13 Dec 14:57
f4e19c1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.5...v0.1.6