Releases: MICS-Lab/novae
Releases · MICS-Lab/novae
v0.2.2
[0.2.2] - 2024-12-17
Added
load_dataset
: addcustom_filter
anddry_run
arguments- added
min_prototypes_ratio
argument infine_tune
to runinit_slide_queue
- Added tutorials for proteins data + minor docs improvements
Fixed
- Ensure reset clustering if multiple zero-shot (#9)
Changed
- Removed the docs formatting (better for autocompletion)
- Reorder parameters in Novae
__init__
(sorted by importance)
v0.2.0
[0.2.0] - 2024-12-03
Added
novae.plot.connectivities(...)
to show the cells neighborsnovae.settings.auto_processing = False
to enforce using your own preprocessing- Tutorials update (more plots and more details)
Fixed
Breaking changes
novae.utils.spatial_neighbors
must always be run, to force the user having more control on it- For multi-slide mode, the
slide_key
argument should now be used innovae.utils.spatial_neighbors
(and only there) - Drop python 3.9 support (because dropped in
anndata
)
v0.1.0
[0.1.0] - 2024-09-11
First official novae
release. Preprint coming soon.