Skip to content

Commit

Permalink
(chore): generate 1.10.3 release notes (#3235)
Browse files Browse the repository at this point in the history
  • Loading branch information
flying-sheep authored Sep 17, 2024
1 parent 344bc09 commit a91bb02
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 11 deletions.
16 changes: 16 additions & 0 deletions docs/release-notes/1.10.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
(v1.10.3)=
### 1.10.3 {small}`2024-09-17`

#### Bug fixes

- Prevent empty control gene set in {func}`~scanpy.tl.score_genes` {smaller}`M Müller` ({pr}`2875`)
- Fix `subset=True` of {func}`~scanpy.pp.highly_variable_genes` when `flavor` is `seurat` or `cell_ranger`, and `batch_key!=None` {smaller}`E Roellin` ({pr}`3042`)
- Add compatibility with {mod}`numpy` 2.0 {smaller}`P Angerer` {pr}`3065` and ({pr}`3115`)
- Fix `legend_loc` argument in {func}`scanpy.pl.embedding` not accepting matplotlib parameters {smaller}`P Angerer` ({pr}`3163`)
- Fix dispersion cutoff in {func}`~scanpy.pp.highly_variable_genes` in presence of `NaN`s {smaller}`P Angerer` ({pr}`3176`)
- Fix axis labeling for swapped axes in {func}`~scanpy.pl.rank_genes_groups_stacked_violin` {smaller}`Ilan Gold` ({pr}`3196`)
- Upper bound dask on account of {issue}`scverse/anndata#1579` {smaller}`Ilan Gold` ({pr}`3217`)
- The [fa2-modified][] package replaces [forceatlas2][] for the latter’s lack of maintenance {smaller}`A Alam` ({pr}`3220`)

[fa2-modified]: https://github.com/AminAlam/fa2_modified
[forceatlas2]: https://github.com/bhargavchippada/forceatlas2
1 change: 0 additions & 1 deletion docs/release-notes/2875.bugfix.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

4 changes: 0 additions & 4 deletions docs/release-notes/3220.bugfix.md

This file was deleted.

0 comments on commit a91bb02

Please sign in to comment.