Skip to content
Open
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ How does the package use scverse data structures (please describe in a few sente

[^2]: Continuous integration means that software tests are automatically executed on every push to the git repository. This guarantees they are always run and that they are run in a clean environment. Scverse ecosystem packages most commonly use [GitHub Actions](https://github.com/features/actions) for CI. For an example, check out our [cookiecutter template](https://github.com/scverse/cookiecutter-scverse).

[^3]: By API documentation, we mean an overview of _all_ public functions provided a package, with documentation of their parameters. For an example, see the [Scanpy documentation](https://scanpy.readthedocs.io/page/api/preprocessing.html). In simple cases, this can be done manually in a README file. For anything more complex, we recommend the [Sphinx Autodoc plugin](https://www.sphinx-doc.org/en/master/usage/extensions/autodoc.html)
[^3]: By API documentation, we mean an overview of _all_ public functions provided a package, with documentation of their parameters. For an example, see the [Scanpy documentation](https://scanpy.scverse.org/page/api/preprocessing.html). In simple cases, this can be done manually in a README file. For anything more complex, we recommend the [Sphinx Autodoc plugin](https://www.sphinx-doc.org/en/master/usage/extensions/autodoc.html)
1 change: 1 addition & 0 deletions hatch.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[envs.default]
python = "3.14"
# this allows to e.g. `hatch run validate-registry` in the root directory
workspace.members = ["scripts"]
4 changes: 2 additions & 2 deletions packages/anndata/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ description: |
positioned between pandas and xarray. anndata offers a broad range of computationally
efficient features including, among others, sparse data support, lazy operations, and GPU support.
project_home: https://github.com/scverse/anndata
documentation_home: https://anndata.readthedocs.io/
tutorials_home: https://anndata.readthedocs.io/page/tutorials/
documentation_home: https://anndata.scverse.org/
tutorials_home: https://anndata.scverse.org/page/tutorials/
publications:
- 10.1101/2021.12.16.473007
install:
Expand Down
4 changes: 2 additions & 2 deletions packages/scanpy/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ description: |
and differential expression testing. The Python-based implementation efficiently deals
with datasets of more than one million cells.
project_home: https://github.com/scverse/scanpy
documentation_home: https://scanpy.readthedocs.io/
tutorials_home: https://scanpy.readthedocs.io/page/tutorials.html
documentation_home: https://scanpy.scverse.org/
tutorials_home: https://scanpy.scverse.org/page/tutorials.html
publications:
- 10.1186/s13059-017-1382-0
install:
Expand Down
Loading