Skip to content

Releases: scikit-bio/scikit-bio-binaries

Performance improvements on GPUs

18 Aug 14:30

Choose a tag to compare

What's Changed

  • Tune GPU implementation, better optimize for fp32 GPUs by @sfiligoi in #8
  • Add support for AMD GPUs by @sfiligoi in #11

Full Changelog: v1.0.2...v1.0.3

Add GPU support and overall performance improvements

29 Jul 15:49
3306185

Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.0.2

Minor optimization and debugging improvements

08 Jul 19:47
2975b8c

Choose a tag to compare

What's Changed

  • Add support for x86_64 levels by @sfiligoi in #2
  • Add timing printing if SKBB_TIMING_INFO=Y by @sfiligoi in #3

Full Changelog: v1.0.0...v1.0.1

v1.0.0 - First release

26 Jun 18:49

Choose a tag to compare

First release of scikit-bio-binaries.

Contains code extracted code from unifrac-binaries.

Implements:

  • pcoa using FSVD
  • permanova

plus various helper functions.

Only CPU builds on Linux and MacOS supported out of the box.