Skip to content

Commit a4045b8

Browse files
committed
Updated CHANGES.md
1 parent ff8a25a commit a4045b8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

CHANGES.md

-5
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@
99
- ![Documentation](https://img.shields.io/badge/-Documentation-blue) : An update to the documentation.
1010
- ![Other](https://img.shields.io/badge/-Other-lightgrey) : Miscellaneous updates such as package structure or GitHub quality of life updates.
1111

12-
### Version 0.1.7-prerelease
13-
14-
This is a prerelease record of changes that will be implemented in `kdtrees 0.1.7`.
15-
- ![Fix](https://img.shields.io/badge/-Fix-red) : [`_kdtrees.nearest_neighbor`](https://github.com/paradoxysm/kdtrees/blob/0.1.7/kdtrees/_kdtrees.py) and [`_kdtrees.proximal_neighbor`](https://github.com/paradoxysm/kdtrees/blob/0.1.7/kdtrees/_kdtrees.py) now properly call [`_utils.distance`](https://github.com/paradoxysm/kdtrees/blob/0.1.7/kdtrees/_utils.py) with `accept` override applied as per [ISS #7](https://github.com/paradoxysm/kdtrees/issues/7).
16-
1712
### Version 0.1.6
1813

1914
- ![Enhancement](https://img.shields.io/badge/-Enhancement-purple) : `__iter__` no longer required for [`KDTreeType`](https://github.com/paradoxysm/kdtrees/blob/0.1.6/kdtrees/_kdtree_type.py) as per [ISS #2](https://github.com/paradoxysm/kdtrees/issues/2).

0 commit comments

Comments
 (0)