spatialdata-plot
spatialdata-plot copied to clipboard
Update template to v0.4.0
cookiecutter-scverse
released v0.4.0.
Changes
What's Changed
- pre-commit updates
- Fix installation instructions on contributing guide by @grst in https://github.com/scverse/cookiecutter-scverse/pull/271
- fix typo by @Zethson in https://github.com/scverse/cookiecutter-scverse/pull/279
- Use cookiecutter variable for project repo in conf.py by @Zethson in https://github.com/scverse/cookiecutter-scverse/pull/278
- Add node_modules to .gitignore by @Zethson in https://github.com/scverse/cookiecutter-scverse/pull/277
- Update required python versions according to scientific python SPEC 0 by @grst in https://github.com/scverse/cookiecutter-scverse/pull/284
- Require myst-nb >= 1.1.0 by @grst in https://github.com/scverse/cookiecutter-scverse/pull/285
Full Changelog: https://github.com/scverse/cookiecutter-scverse/compare/v0.3.1...v0.4.0
Additional remarks
- unsubscribe: If you don’t want to receive these PRs in the future,
add
skip: true
totemplate-repos.yml
using a PR or, if you never want to sync from the template again, delete your.cruft
file. - If there are merge conflicts,
they either show up inline (
>>>>>>>
) or a.rej
file will have been created for the respective files. You need to address these conflicts manually. Make sure to enable pre-commit.ci (see below) to detect such files. - The scverse template works best when the pre-commit.ci, readthedocs and codecov services are enabled. Make sure to activate those apps if you haven't already.