Skip to content

Commit

Permalink
(chore): generate 0.11.0 release notes (#1742)
Browse files Browse the repository at this point in the history
* (chore): generate 0.11.0 release notes

* (chore): update headers
  • Loading branch information
ilan-gold authored Nov 7, 2024
1 parent e63cb0a commit 6ae9de8
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
12 changes: 12 additions & 0 deletions docs/release-notes/0.11.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
(v0.11.0)=
### 0.11.0 {small}`2024-11-07`

#### Bug fixes

- Ensure {func}`anndata.concat` of {class}`~anndata.AnnData` object with {class}`scipy.sparse.spmatrix` and {class}`scipy.sparse.sparray` dask arrays uses the correct fill value of 0. {user}`ilan-gold` ({pr}`1719`)
- Ensure that views of AwkwardArrays have their "view" attributes removed on saving an {class}`~anndata.AnnData` object
to disk. {user}`grst` ({pr}`1736`)

#### Features

- Add support for ellipsis indexing of the {class}`~anndata.AnnData` object {user}`ilan-gold` ({pr}`1729`)
2 changes: 1 addition & 1 deletion docs/release-notes/0.11.0rc3.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(v0.11.0rc3)=
### 0.11.0rc3 {small}`2024-10-14`

### Breaking changes
#### Breaking changes

- Drop support for `python` 3.9 {user}`ilan-gold` ({pr}`1712`)
1 change: 0 additions & 1 deletion docs/release-notes/1719.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/release-notes/1729.feature.md

This file was deleted.

2 changes: 0 additions & 2 deletions docs/release-notes/1736.bugfix.md

This file was deleted.

0 comments on commit 6ae9de8

Please sign in to comment.