Skip to content

Commit

Permalink
Backport PR #1812: (chore): generate 0.11.2 release notes (#1814)
Browse files Browse the repository at this point in the history
Co-authored-by: Ilan Gold <[email protected]>
  • Loading branch information
meeseeksmachine and ilan-gold authored Jan 7, 2025
1 parent 4bcd989 commit 3e2fbd2
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 5 deletions.
13 changes: 13 additions & 0 deletions docs/release-notes/0.11.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
(v0.11.2)=
### 0.11.2 {small}`2025-01-07`

### Bug fixes

- Cache accesses to the `data` and `indices` arrays in {class}`~anndata.abc.CSRDataset` and {class}`~anndata.abc.CSCDataset` {user}`ilan-gold` ({pr}`1744`)
- Error out on floating point indices that are not actually integers {user}`ilan-gold` ({pr}`1746`)
- `write_elem` now filters out incompatible `dataset_kwargs` when saving zero-dimensional arrays {user}`ilia-kats` ({pr}`1783`)
- Add {mod}`scipy` 1.5 compatibility {user}`flying-sheep` ({pr}`1806`)

### Performance

- Batch slice-based indexing in {class}`anndata.abc.CSRDataset` and {class}`anndata.abc.CSCDataset` for performance boost in `zarr` {user}`ilan-gold` ({pr}`1790`)
1 change: 0 additions & 1 deletion docs/release-notes/1744.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/release-notes/1746.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/release-notes/1783.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/release-notes/1790.performance.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/release-notes/1806.bugfix.md

This file was deleted.

0 comments on commit 3e2fbd2

Please sign in to comment.