diff --git a/docs/release-notes/0.11.0.md b/docs/release-notes/0.11.0.md new file mode 100644 index 000000000..fe08c3c40 --- /dev/null +++ b/docs/release-notes/0.11.0.md @@ -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`) diff --git a/docs/release-notes/0.11.0rc3.md b/docs/release-notes/0.11.0rc3.md index 417b003cb..4c9af5593 100644 --- a/docs/release-notes/0.11.0rc3.md +++ b/docs/release-notes/0.11.0rc3.md @@ -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`) diff --git a/docs/release-notes/1719.bugfix.md b/docs/release-notes/1719.bugfix.md deleted file mode 100644 index e7511f0fa..000000000 --- a/docs/release-notes/1719.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -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` diff --git a/docs/release-notes/1729.feature.md b/docs/release-notes/1729.feature.md deleted file mode 100644 index a7f55361b..000000000 --- a/docs/release-notes/1729.feature.md +++ /dev/null @@ -1 +0,0 @@ -Add support for ellipsis indexing of the {class}`~anndata.AnnData` object {user}`ilan-gold` diff --git a/docs/release-notes/1736.bugfix.md b/docs/release-notes/1736.bugfix.md deleted file mode 100644 index 58cd65448..000000000 --- a/docs/release-notes/1736.bugfix.md +++ /dev/null @@ -1,2 +0,0 @@ -Ensure that views of AwkwardArrays have their "view" attributes removed on saving an {class}`~anndata.AnnData` object -to disk. {user}`grst`