Skip to content

Commit

Permalink
Backport PR #1657: Use updated tutorials and fix gallery page, bump v…
Browse files Browse the repository at this point in the history
…ersion for release (#1658)

Co-authored-by: Adam Gayoso <[email protected]>
  • Loading branch information
meeseeksmachine and adamgayoso authored Aug 26, 2022
1 parent 085c3f6 commit f535eb1
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
1 change: 1 addition & 0 deletions docs/release_notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ is available in the [commit logs](https://github.com/YosefLab/scvi-tools/commits
```{toctree}
:maxdepth: 2
v0.17.3
v0.17.2
v0.17.1
v0.17.0
Expand Down
15 changes: 15 additions & 0 deletions docs/release_notes/v0.17.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# New in 0.17.3 (2022-08-26)

## Changes
- Pin sphinx_gallery to fix tutorial cards on docs [#1657]
- Use latest tutorials in release [#1657]

## Contributors

- [@watiss]
- [@adamgayoso]

[#1657]: https://github.com/scverse/scvi-tools/pull/1657

[@watiss]: https://github.com/watiss
[@adamgayoso]: https://github.com/adamgayoso
2 changes: 1 addition & 1 deletion docs/tutorials/notebooks
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ packages = [
{include = "scvi"},
]
readme = "README.md"
version = "0.17.2"
version = "0.17.3"

[tool.poetry.dependencies]
anndata = ">=0.7.5"
Expand Down Expand Up @@ -74,7 +74,7 @@ scikit-misc = {version = ">=0.1.3", optional = true}
sphinx = {version = ">=4.1", optional = true}
sphinx-autodoc-typehints = {version = "*", optional = true}
sphinx-design = {version = "*", optional = true}
sphinx-gallery = {version = ">0.6", optional = true}
sphinx-gallery = {version = ">0.6,<0.11", optional = true}
sphinx_copybutton = {version = "<=0.3.1", optional = true}
sphinx_remove_toctrees = {version = "*", optional = true}
sphinxext-opengraph = {version = "*", optional = true}
Expand Down

0 comments on commit f535eb1

Please sign in to comment.