Skip to content

Commit b58a270

Browse files
authored
(chore): generate 0.11.2 release notes (#1812)
1 parent cb2154e commit b58a270

File tree

6 files changed

+13
-5
lines changed

6 files changed

+13
-5
lines changed

docs/release-notes/0.11.2.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
(v0.11.2)=
2+
### 0.11.2 {small}`2025-01-07`
3+
4+
### Bug fixes
5+
6+
- Cache accesses to the `data` and `indices` arrays in {class}`~anndata.abc.CSRDataset` and {class}`~anndata.abc.CSCDataset` {user}`ilan-gold` ({pr}`1744`)
7+
- Error out on floating point indices that are not actually integers {user}`ilan-gold` ({pr}`1746`)
8+
- `write_elem` now filters out incompatible `dataset_kwargs` when saving zero-dimensional arrays {user}`ilia-kats` ({pr}`1783`)
9+
- Add {mod}`scipy` 1.5 compatibility {user}`flying-sheep` ({pr}`1806`)
10+
11+
### Performance
12+
13+
- Batch slice-based indexing in {class}`anndata.abc.CSRDataset` and {class}`anndata.abc.CSCDataset` for performance boost in `zarr` {user}`ilan-gold` ({pr}`1790`)

docs/release-notes/1744.bugfix.md

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

docs/release-notes/1746.bugfix.md

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

docs/release-notes/1783.bugfix.md

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

docs/release-notes/1790.performance.md

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

docs/release-notes/1806.bugfix.md

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

0 commit comments

Comments
 (0)