Skip to content

Releases: scverse/scanpy

1.9.7

25 Jan 11:26
07c6e90
Compare
Choose a tag to compare
Backport PR #2826 on branch 1.9.x (Prepare 1.9.7 release) (#2827)

Co-authored-by: Philipp A <flying-sheep@web.de>

1.9.6

31 Oct 16:33
1083b36
Compare
Choose a tag to compare
backport hatch to 1.9.x (#2727)

1.9.5

06 Oct 12:32
46969b4
Compare
Choose a tag to compare
Remove use of AnnData constructor dtype kwarg (#2658) (#2659)

* Remove use of AnnData constructor dtype kwarg (#2658)

* Remove use of AnnData constructor dtype kwarg

* release note

* Fix release note

(cherry picked from commit 0b49eebbcf6007e2fa742763e382d99e6a151a78)

* Fix test

* Set release date

* Add release notes to index

1.9.4

25 Aug 07:57
6e8a8b4
Compare
Choose a tag to compare
Backport PR #2639: Prepare 1.9.4 release (#2641)

1.9.3

25 Aug 07:57
ed3b277
Compare
Choose a tag to compare
Backport of Prepare for pandas 2.0 (#2434) onto 1.9.x (#2435)

* Prepare for pandas 2.0 (#2434)

* is_categorical -> is_categorical_dtype

* cat.replace(to_remove, np.nan) -> cat.remove_categories(to_remove)

* df1.append(df2) -> pd.concat([df1, df2])

* Series.iteritems -> Series.items

* Fix indexing a pandas object with a set in score genes

* Release notes

(cherry picked from commit 0692ef9ea30335b95f7e7f9aab7be856469d9f35)

* Fix anndata-dev test

* anndata-dev compatibility

* Prep 1.9.3

* Fix pr reference

1.9.2

25 Aug 07:57
1fbbfcd
Compare
Choose a tag to compare
Backport PR #2414 on branch 1.9.x (matplotlib 3.7 compat) (#2419)

* Backport PR #2414: matplotlib 3.7 compat

* fix scrublet

* Update visium default plot for matplotlib 3.7

* Update hashsolo docstrings

* skip plotting test that changed on mpl 3.7 if mpl < 3.7 is installed

* Fix hashsolo docs (again)

* update anndata-dev tests to install anndata test deps

* Temporarily set warnings as errors to False for doc builds

* Release notes

* Fix using custom layer with highly_variable_genes (#2302)

* Fix using custom layer with highly_variable_genes

* Add tests

* Add release note

* Move release note to correct section

* Format release notes

* Add check for number of normalized dispersions (#2231)

* Add check for number of normalized dispersions

In sc.pp.highly_variable_genes() when flavor='cell_ranger' and
n_top_genes is set check that enough normalized dispersions have been
calculated and if not raise a warning and set n_top_genes to the number
of calculated dispersions.

Fixes #2230

* Use .size instead of len()

* Add test for n_top_genes warning

* Add release note

* Remove blank line

Co-authored-by: Isaac Virshup <ivirshup@gmail.com>

---------

Co-authored-by: Isaac Virshup <ivirshup@gmail.com>
Co-authored-by: adamgayoso <adamgayoso@users.noreply.github.com>
Co-authored-by: Dries Schaumont <5946712+DriesSchaumont@users.noreply.github.com>
Co-authored-by: Luke Zappia <lazappi@users.noreply.github.com>

Backport PR #2219: Finalize docs for 1.9.1 (#2221)

25 Aug 07:57
2e98705
Compare
Choose a tag to compare
Co-authored-by: Isaac Virshup <ivirshup@gmail.com>

1.10.0.dev0

25 Aug 07:57
536ed15
Compare
Choose a tag to compare
1.10.0.dev0 Pre-release
Pre-release
Release notes (#2197)

1.9.0: Prep release notes (#2196)

25 Aug 07:57
51ccbfd
Compare
Choose a tag to compare
* Update release notes (including some old ones)

* More updates to release notes

* Tutorial links + zulip link

* Tutorial links + zulip link

* Fix up doc index page

* Group release notes

* Update news

* Update ecosystem (+ add release notes)

* Expand on 100 contributors

* More rewording of contributor milestone

* dammit

Backport PR #2037: Prep 1.8.2 release (#2038)

25 Aug 07:57
8736fc3
Compare
Choose a tag to compare
Co-authored-by: Isaac Virshup <ivirshup@gmail.com>