Releases: theislab/DRVI
Releases · theislab/DRVI
Release 0.2.1
Changelog: https://github.com/theislab/DRVI/blob/main/CHANGELOG.md#021---2025-12-29
What's Changed
- Minor link fix in README by @moinfar in #70
- Add support for python 3.13 by @moinfar in #71
- Allow subset reconstruction by @moinfar in #74
- Code Improvements by @moinfar in #76
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #73
- Remove restrict deps by @moinfar in #84
- deps(deps): update lightning requirement from <2.6,>=2 to >=2,<2.7 by @dependabot[bot] in #83
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #85
- Minor improvements by @moinfar in #77
- Update template to v0.7.0 by @scverse-bot in #87
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #86
- Add support for python 3.14 by @moinfar in #72
- Updates for release 0.2.1 by @moinfar in #89
New Contributors
- @dependabot[bot] made their first contribution in #83
- @scverse-bot made their first contribution in #87
Release 0.2.0
What's Changed
- Update DRVI and align with the latest scvi-tools version (recreated branch) by @moinfar in #53
- Use cruft for scverse template by @moinfar in #69
Full Changelog: v0.1.11...v0.2.0
Release 0.1.11
What's Changed
- Add support for RNASeqMixin from scvi-tools
- Consider library size in model.decode_latent_samples (#46)
- Support providing batch_key as input in addition to categorical covariate keys.
Full Changelog: v0.1.10...v0.1.11
v0.1.10
v0.1.9
v0.1.8
Release 0.1.7
Release 0.1.6
What's Changed
- Allow kwargs to pass through in plot_relevant_genes_on_umap
- Update project CI structure
- Extract tutorial notebooks to another repo to keep this repo clean
Full Changelog: v0.1.5...v0.1.6
Release 0.1.5
Refactor the benchmarking code for better reusability.
Minor changes for mean/var activation.
What's Changed
Full Changelog: v0.1.4...v0.1.5
Release v0.1.4
Limit anndata version for incompatibility with old scvi-tools (#23) * Limit anndata version for incompatibility with old scvi-tools * [pre-commit.ci] pre-commit autoupdate (#20) updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.6 → v0.11.5](https://github.com/astral-sh/ruff-pre-commit/compare/v0.9.6...v0.11.5) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>