Skip to content

Releases: quadbio/cellmapper

v0.2.5

16 Jan 14:19

Choose a tag to compare

What's Changed

Added

  • Added batch_size parameter to Kernel.compute_neighbors() for backend-agnostic batching
  • Added subset parameter to plot_confusion_matrix() for filtering cells
  • Added Python 3.14 support

Changed

  • Default postfixes now include underscore: _pred and _conf instead of pred and conf
  • Switched from MathJax to KaTeX for documentation math rendering
  • Updated GitHub Actions to latest versions (checkout v5, setup-uv v7)
  • Updated test matrix to Python 3.11/3.14

Fixed

  • Fixed PackageNotFoundError when checking rapids availability in conda environments
  • Fixed stale k-NN state when compute_neighbors() fails
  • Fixed plot_confusion_matrix() handling of NaN values, mismatched categories, and float categories
  • Fixed importlib.resources.files() compatibility with Python 3.14

Full Changelog: v0.2.4...v0.2.5

v0.2.4

24 Oct 14:43
09a7b58

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.3...v0.2.4

v0.2.3

08 Sep 12:32

Choose a tag to compare

What's Changed

  • Improve return probabilities option by @Marius1311 in #49
  • Library size adjustments by @Marius1311 in #50
  • Make minmax normalization of presence scores optional to allow smoothing before processing. by @le-ander in #51

New Contributors

Full Changelog: v0.2.2...v0.2.3

v0.2.2

30 Jul 11:14
3565150

Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.2.2

v0.2.1

18 Jul 11:00
689458e

Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

17 Jul 09:41
0ab898e

Choose a tag to compare

What's Changed

Full Changelog: v0.1.4...v0.2.0

v0.1.4

17 Jun 14:37
1290680

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.3...v0.1.4

v0.1.3

05 May 17:28
23e8039

Choose a tag to compare

What's Changed

  • Work with pre-computed objects for imputed values and k-NN graphs by @Marius1311 in #21
  • Implement simple kernel with equal weight for all neighbors by @Marius1311 in #22
  • Add niche identification tutorial by @Marius1311 in #23

Full Changelog: v0.1.2...v0.1.3

v0.1.2

02 May 12:37

Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v0.1.2

v0.1.1

28 Apr 15:13
422d688

Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.1.1