Skip to content

Releases: BiomedicalMachineLearning/stLearn

stLearn 1.2.2

20 Oct 23:13

Choose a tag to compare

Features

  • Added support for Python 3.11 and 3.12.
  • Upgraded scanpy to 1.11 - clustering will be different.
  • Added more CCI tests.

Bugs

  • Fixed copy-paste error in louvain.py file.
  • Fixed sphinx documentations errors.

stLearn 1.1.5

17 Sep 04:02

Choose a tag to compare

What's Changed

stLearn 1.1.1

07 Jul 05:43

Choose a tag to compare

Features:

  • Support Python 3.10.x
  • Added quality checks black, ruff and mypy and fixed appropriate source code.
  • Copy parameters now work with the same semantics as scanpy.
  • Library upgrades for leidenalg, louvain, numba, numpy, scanpy, and tensorflow.
    .datasets.xenium_sge - loads Xenium data (and caches it) similar to scanpy's visium_sge call.

Bug fixes:

  • Xenium TIFF and cell positions are now aligned.
  • Consistent with type annotations - mainly missing None annotations.
  • pl.cluster_plot - Does not keep colours from previous runs when clustering.
  • pl.trajectory.pseudotime_plot - Fix typing of cluster values in .uns["split_node"].
  • Removed datasets.example_bcba - Replaced with wrapper for scanpy.visium_sge.
  • Moved spatials directory to spatial, cleaned up pl and tl packages.

stLearn Nature Communications Release

16 Aug 08:13

Choose a tag to compare

  • This is the official release of the stLearn version used for the work published in Nature Communications.

v0.4.10

21 Nov 15:47

Choose a tag to compare

Upgrade functions to work with Xenium data

v0.4.8

15 Jun 05:06
e3a0ec9

Choose a tag to compare

Bug fix

  • Fixed DBSCAN bug
  • Added trajectory visualization parameters

v0.4.7

01 Apr 01:02

Choose a tag to compare

Bug fix

  • Added recipe to conda-forge
  • Fix the dependencies packages

v0.4.6

09 Mar 00:46

Choose a tag to compare

Bug fix

  • Fix connectomeDB paths

v0.4.5

01 Mar 15:47

Choose a tag to compare

Bug fix

  • Fix dependencies packages
  • Fix cci_plot
  • Add stlearn-interactive web app