From cf0b43de66f25183139d7af78313a3e9919b78fd Mon Sep 17 00:00:00 2001 From: Amin Alam Date: Mon, 2 Sep 2024 16:02:29 +0200 Subject: [PATCH] Add release notes --- docs/release-notes/1.10.3.md | 2 +- docs/release-notes/1.11.0.md | 2 +- docs/release-notes/1.11.1.md | 13 ------------- docs/release-notes/index.md | 3 --- 4 files changed, 2 insertions(+), 18 deletions(-) delete mode 100644 docs/release-notes/1.11.1.md diff --git a/docs/release-notes/1.10.3.md b/docs/release-notes/1.10.3.md index 5fcdc4400a..04cfefdaa0 100644 --- a/docs/release-notes/1.10.3.md +++ b/docs/release-notes/1.10.3.md @@ -14,5 +14,5 @@ * Fix dispersion cutoff in {func}`~scanpy.pp.highly_variable_genes` in presence of `NaN`s {pr}`3176` {smaller}`P Angerer` * Fix axis labeling for swapped axes in {func}`~scanpy.pl.rank_genes_groups_stacked_violin` {pr}`3196` {smaller}`Ilan Gold` * Upper bound dask on account of {issue}`scverse/anndata#1579` {pr}`3217` {smaller}`Ilan Gold` - +* [fa2_modified](https://github.com/AminAlam/fa2_modified) package is used instead of [fa2](https://github.com/bhargavchippada/forceatlas2). The reason of this chage is that `fa2` is not mainateined anymore and does't support Python3.9+ whereas `fa2_modified` works with all versions of python and is actively maintained. #### Performance diff --git a/docs/release-notes/1.11.0.md b/docs/release-notes/1.11.0.md index c948f8068a..87b8f356c1 100644 --- a/docs/release-notes/1.11.0.md +++ b/docs/release-notes/1.11.0.md @@ -1,4 +1,4 @@ -(v1.11.0)= +(v1.10.3)= ### 1.11.0 {small}`the future` #### Features diff --git a/docs/release-notes/1.11.1.md b/docs/release-notes/1.11.1.md deleted file mode 100644 index 786ac81c96..0000000000 --- a/docs/release-notes/1.11.1.md +++ /dev/null @@ -1,13 +0,0 @@ -(v1.11.1)= -### 1.11.1 {small}`2024-09-02` - -#### Features - -#### Docs - -#### Bug fixes - -* [fa2_modified](https://github.com/AminAlam/fa2_modified) package is used instead of [fa2](https://github.com/bhargavchippada/forceatlas2). The reason of this chage is that `fa2` is not mainateined anymore and does't support Python3.9+ whereas `fa2_modified` works with all versions of python and is actively maintained. - - -#### Deprecations diff --git a/docs/release-notes/index.md b/docs/release-notes/index.md index 62043195ef..3dc461d0b4 100644 --- a/docs/release-notes/index.md +++ b/docs/release-notes/index.md @@ -7,9 +7,6 @@ ```{include} /release-notes/1.11.0.md ``` -```{include} /release-notes/1.11.1.md -``` - ## Version 1.10 ```{include} /release-notes/1.10.3.md