Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions .github/misc/concept.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions .github/misc/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning][].
### Added


## [0.2.7]
## [0.2.7] - 2026-07-09

### Added
- Add `drvi.utils.port_to_scvi_tools` to migrate a trained/saved drvi-py model into a checkpoint loadable by `scvi.external.DRVI` (available in scvi-tools 1.5.0). Pure checkpoint surgery — no model is instantiated. Unsupported capabilities raise `DRVIPortError` with a link to open an issue.
Expand Down
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# DRVI
<h1 align="center">
<picture>
<source srcset="https://raw.githubusercontent.com/theislab/DRVI/main/.github/misc/logo.svg">
<img width="300" src="https://raw.githubusercontent.com/theislab/DRVI/main/.github/misc/logo.svg" alt="DRVI">
</picture>
</h1>

[![Build][badge-build]][link-build]
[![Tests][badge-tests]][link-tests]
Expand All @@ -14,7 +19,7 @@
[badge-pyver]: https://img.shields.io/pypi/pyversions/drvi-py
[badge-pypi-downloads]: https://static.pepy.tech/personalized-badge/drvi-py?period=total&units=INTERNATIONAL_SYSTEM&left_color=BLACK&right_color=GREEN&left_text=%F0%9F%93%A6+downloads

Unsupervised Deep Disentangled Representation of Single-Cell Omics
# DRVI (Unsupervised Deep Disentangled Representation of Single-Cell Omics)

<h1 align="center">
<picture>
Expand Down