Releases: mortacious/numba-kdtree
Releases · mortacious/numba-kdtree
numba-kdtree-0.6.0
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
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
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
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
numba-kdtree-0.2.1
numba-kdtree-0.2.0
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
What's Changed
- Fix setup for MacOS by @josafatburmeister in #15
- suppress unavoidable numba warnings related to parallel and reflected lists by @mortacious in #16
New Contributors
- @josafatburmeister made their first contribution in #15
Full Changelog: v0.1.7...v0.1.8
numba-kdtree-0.1.7
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
What's Changed
- Query functions return the number of valid neighbors as well by @mortacious in #9
- Add defintion of the ssize_t type on windows systems by @mortacious in #8
- Improved unit tests by @mortacious in #10
Full Changelog: v0.1.5...v0.1.6