What's Changed
- Remove EOL python versions and add 3.12 by @gclendenning in https://github.com/lmcinnes/pynndescent/pull/249
- Use pyproject.toml, remove coveralls, add python 3.13 by @gclendenning in https://github.com/lmcinnes/pynndescent/pull/256
- test: load pynndescent_bug_np.npz from relative path by @bdrung in https://github.com/lmcinnes/pynndescent/pull/243
- Optimize 0.6dev by @lm...