Changelog#
All notable changes to this project will be documented in this file.
Release#
[1.0.0] - 2026-05-25#
First public release
Unreleased#
[0.0.5] - 2026-04-01#
Fixed#
Fix aggregation of fate probabilities when
cluster_keyis categorical preventing the inclusion of unused categoriesFix muon.MuData copy mechanism in atlas.pp.preprocessing: if copy = True performs deep copy and preserves all information in the new MuData instance
Added#
Renamed atlas.tl.PalantirExtension.compute_diffusion_map in atlas.tl.PalantirExtension.compute_diffusion_maps
Removed#
Removed atlas.tl.PalantirExtension.compute_diffusion_map
[0.0.6] - 2026-04-09#
Fixed#
Fixed new MuData creation in atlas.pp.preprocessing with safe MuData copy and replacing
del data.mod["atac"]
Added#
Added function _safe_mudata
[0.0.7] - 2026-04-10#
Changed#
Changed KeyError into warning in
atlas.tl.evaluate.terminal_pseudotime_enrichmentwhen no terminal states are found. In this case np.NaN is returned.
[0.0.8] - 2026-04-13#
Changed#
Added
count_readsparameter to atlas.pp.preprocessing. The parameter is used in activity computation using muon.Parameter
n_neighborsinatlas.pp.preprocessingupdated to include None and adopt standard behavior formu.pp.neighbors.Parameter
knn_rnaandknn_actinatlas.pp.neighborsset to 15 as insc.pp.neighborsdefault version 1.12.0.Parameter
n_pcs_rnaandn_pcs_actinatlas.pp.preprocessingset to 50 as insc.pp.pcadefault version 1.12.0.
[0.0.9] - 2026-04-20#
Changed#
Changed plot size in
atlas.pl.plot_trendsand adjusted for labels and legend.
[0.0.11] - 2026-05-18#
Added#
Added
backendparameter to atlas.tl.CellRankExtension.compute_transition_matrix. The parameter is used for parallelization.Added
backendparameter to atlas.tl.CellRankExtension.run. The parameter is used for parallelization.
[0.0.12] - 2026-05-20#
Changed#
Fixed plot fate probabilities when a single fate is found
[0.1.0] - 2026-05-23#
Package release on github