Skip to content

Releases: dodgebc/jaxkd

v0.1.2

15 Jul 11:44

Choose a tag to compare

Remove jax[cuda] dependency in default non-cuda install.

v0.1.1

18 Jun 01:33

Choose a tag to compare

Add optional jaxkd-cuda dependency and integrate as a cuda=True argument to core functions.

v0.1.0

26 May 06:33

Choose a tag to compare

Changes:

  • count_neighbors and query_neighbors now require r and k as keyword arguments for clarity
  • New k-means implementation in jaxkd.extras
  • Fix bugs encountered in x64 mode

Thanks to @NeilGirdhar for contributions to the k-means implementation and overall improvements to code style!

v0.0.3

19 May 16:48

Choose a tag to compare

Add brute force pairwise distance versions to extras.py for convenient comparison.

v0.0.2

18 May 07:00

Choose a tag to compare

New count_neighbors operation and simple k_means implementation.

v0.0.1

17 May 19:30
5a8ec03

Choose a tag to compare

Initial release.