New
0.5.11
What's Changed
- Add python 3.11 and release pipeline by @gclendenning in https://github.com/lmcinnes/pynndescent/pull/222
- tests: fix compat with scipy 1.11 by @Mic92 in https://github.com/lmcinnes/pynndescent/pull/224
- Remove caching for functions that take distance metrics as arguments by @jakobhansen-blai in https://github.com/lmcinnes/pynndescent/pull/226
- Knob for tweaking maximum random projection tree depth by @hamelin in https://github.com/lmcinnes/pynndescent/pull/229
New Contributors
- @gclendenning made their first contribution in https://github.com/lmcinnes/pynndescent/pull/222
- @Mic92 made their first contribution in https://github.com/lmcinnes/pynndescent/pull/224
- @hamelin made their first contribution in https://github.com/lmcinnes/pynndescent/pull/229
Full Changelog: https://github.com/lmcinnes/pynndescent/compare/0.5.10...release-0.5.11