What's Changed
* removed old CI files by jamestwebber in https://github.com/lmcinnes/pynndescent/pull/169
* fix wminkowski implementation, and test for scipy >= 1.8.0 by jamestwebber in https://github.com/lmcinnes/pynndescent/pull/170
* Parallelize deheap_sort by jamestwebber in https://github.com/lmcinnes/pynndescent/pull/168
* [bug] was overwriting input indices in graph utils function by jamestwebber in https://github.com/lmcinnes/pynndescent/pull/172
* fix: remove cache=True from numba functions that implement parallel=True by rhysnewell in https://github.com/lmcinnes/pynndescent/pull/175
* Ensure query after to update works correctly (fixes 180) by lmcinnes in https://github.com/lmcinnes/pynndescent/pull/181
* Ensure that tree_init=False works including for querying by lmcinnes in https://github.com/lmcinnes/pynndescent/pull/182
New Contributors
* rhysnewell made their first contribution in https://github.com/lmcinnes/pynndescent/pull/175
**Full Changelog**: https://github.com/lmcinnes/pynndescent/compare/0.5.6...0.5.7