Skip to content

Releases: lmcinnes/pynndescent

release-0.5.13

17 Jun 15:10
ab65f93

Choose a tag to compare

What's Changed

Mostly minor changes to ensure numpy 2.0 support.

New Contributors

Full Changelog: release-0.5.12...release-0.5.13

release-0.5.12

29 Mar 19:58
22a21bd

Choose a tag to compare

What's Changed

  • Add support for bitpacked vectors with hamming and jaccard by @lmcinnes in #238

Full Changelog: release-0.5.11...release-0.5.12

0.5.11

20 Nov 18:03
d99a821

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.5.10...release-0.5.11

Minor patch release

20 Apr 15:18

Choose a tag to compare

Fix caching issues with trees

Minor patch release

20 Apr 01:26

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.5.8...0.5.9

Minor patch release 0.5.8

31 Oct 17:18

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.5.7...0.5.8

Minor patch release

14 May 02:50

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.5.6...0.5.7

Improved sparse binary distances

21 Jan 03:30
cf75145

Choose a tag to compare

Pre-release

What's Changed

New Contributors

Full Changelog: 0.5.5...0.5.6

0.5.5

15 Oct 14:06

Choose a tag to compare

What's Changed

  • [bug fix] Always used checked_flagged_heap_push to prevent redundant edges by @jamestwebber in #138
  • Add deprecation notice to n_search_trees parameter docstring by @jlmelville in #143

New Contributors

Full Changelog: 0.5.4...0.5.5

0.5.4

06 Jul 16:06

Choose a tag to compare

Try to fix threading state issues