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
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
BSD 3-Clause License

Copyright (c) 2024, The scvi-tools development team
Copyright (c) 2025, scverse®
Copyright (c) 2025, The scvi-tools development team

All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,22 @@ This repository contains the source notebooks for the [tutorials] on the scvi-to
included in the [main repository] as a submodule. Please refer to the latter for additional
resources.

scvi-tools is part of the scverse® project ([website](https://scverse.org),
[governance](https://scverse.org/about/roles)) and is fiscally sponsored by [NumFOCUS](https://numfocus.org/).

If you like scverse® and want to support our mission, please consider making a tax-deductible
[donation](https://numfocus.org/donate-to-scverse) to help the project pay for developer time,
professional services, travel, workshops, and a variety of other needs.

<div align="center">
<a href="https://numfocus.org/project/scverse">
<img
src="https://raw.githubusercontent.com/numfocus/templates/master/images/numfocus-logo.png"
width="200"
>
</a>
</div>

[anndata]: https://anndata.readthedocs.io/en/latest/
[main repository]: https://github.com/scverse/scvi-tools
[pypi-badge]: https://img.shields.io/pypi/v/scvi-tools.svg
Expand Down