Skip to content

Commit 21faef8

Browse files
Backport PR #3662: (chore): generate 1.11.2 release notes (#3663)
Co-authored-by: Philipp A <flying-sheep@web.de>
1 parent 207245a commit 21faef8

File tree

11 files changed

+21
-10
lines changed

11 files changed

+21
-10
lines changed

docs/release-notes/1.11.2.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
(v1.11.2)=
2+
### 1.11.2 {small}`2025-05-28`
3+
4+
### Bug fixes
5+
6+
- Fix zappy compatibility for clip_array {smaller}`P Angerer` ({pr}`3351`)
7+
- Fixes an error where `regress_out` would fail to work with `integer` types {smaller}`S Dicks` ({pr}`3461`)
8+
- Prevent plotting with `mask_obs` from mutating data {smaller}`V Menon` ({pr}`3496`)
9+
- Prevent {func}`scanpy.pp.scale` from creating a dask {class}`~dask.array.Array` with {class}`numpy.matrix` chunks {smaller}`P Angerer` ({pr}`3597`)
10+
- Allow using {mod}`sklearn` ≥1.6, {doc}`dask:index` ≥2024.8, and `sphinx` ≥8.2.1 {smaller}`P Angerer` ({pr}`3611`)
11+
- Fix error message when trying to use `sc.pp.pca(x, zero_center=False)` with a sparse dask array. {smaller}`P Angerer` ({pr}`3646`)
12+
13+
### Documentation
14+
15+
- Clarify use of implementations in {func}`scanpy.pp.pca` docs. {smaller}`P Angerer` ({pr}`3655`)
16+
17+
### Performance
18+
19+
- Speed up for a categorical regressor in {func}`~scanpy.pp.regress_out` {smaller}`S Dicks` {smaller}`I Gold` ({pr}`3353`)
20+
- In `pp.normalize_total`, the median is now computed in-memory when using Dask {smaller}`S Dicks` ({pr}`3379`)
21+
- Speed up `pp.normalize_total` with a numba kernel for `csr-matrices` {smaller}`S Dicks` ({pr}`3571`)

docs/release-notes/3351.bugfix.md

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

docs/release-notes/3353.performance.md

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

docs/release-notes/3379.performance.md

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

docs/release-notes/3461.bugfix.md

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

docs/release-notes/3496.bugfix.md

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

docs/release-notes/3571.performance.md

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

docs/release-notes/3597.bugfix.md

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

docs/release-notes/3611.bugfix.md

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

docs/release-notes/3646.bugfix.md

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

docs/release-notes/3655.doc.md

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

0 commit comments

Comments
 (0)