Skip to content

Commit cf8b46d

Browse files
authored
(chore): generate 1.11.5 release notes (#3840)
1 parent aff9c44 commit cf8b46d

File tree

7 files changed

+16
-6
lines changed

7 files changed

+16
-6
lines changed

.readthedocs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,3 @@ python:
2222
extra_requirements:
2323
- doc
2424
- dev # for towncrier
25-
- leiden

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
pandas=("https://pandas.pydata.org/pandas-docs/stable/", None),
148148
pynndescent=("https://pynndescent.readthedocs.io/en/latest/", None),
149149
pytest=("https://docs.pytest.org/en/latest/", None),
150-
python=("https://docs.python.org/3", None),
150+
python=("https://docs.python.org/3.13", None),
151151
rapids_singlecell=("https://rapids-singlecell.readthedocs.io/en/latest/", None),
152152
scipy=("https://docs.scipy.org/doc/scipy/", None),
153153
seaborn=("https://seaborn.pydata.org/", None),

docs/release-notes/1.11.5.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
(v1.11.5)=
2+
### 1.11.5 {small}`2025-10-20`
3+
4+
#### Documentation
5+
6+
- Add {doc}`/how-to/cell-cycle` {smaller}`P Angerer` ({pr}`3816`)
7+
8+
#### Bug fixes
9+
10+
- Deprecate `__version__` and use standard {func}`~importlib.metadata.version` API {smaller}`P Angerer` ({pr}`3811`)
11+
12+
#### Performance
13+
14+
- Optimise {func}`scanpy.pp.highly_variable_genes` with `batch_key` set for dask arrays {smaller}`M Mueller` ({pr}`3735`)

docs/release-notes/3735.perf.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/release-notes/3811.fix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/release-notes/3816.docs.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ doc = [
120120
"ipython>=7.20", # for nbsphinx code highlighting
121121
"sphinxcontrib-bibtex",
122122
# TODO: remove necessity for being able to import doc-linked classes
123-
"scanpy[paga,dask-ml]",
123+
"scanpy[paga,dask-ml,leiden]",
124124
"sam-algorithm",
125125
]
126126
dev = [

0 commit comments

Comments
 (0)