Skip to content

Releases: scverse/scanpy

1.10.1

09 Apr 09:53
4642cf8
Compare
Choose a tag to compare
Backport PR #2989: prep 1.10.1 (#2990)

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

1.10.0

26 Mar 15:07
214e05b
Compare
Choose a tag to compare
Backport PR #2901: Doc submodule (#2962)

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

1.10.0rc2

23 Feb 11:40
d102012
Compare
Choose a tag to compare
1.10.0rc2 Pre-release
Pre-release
Backport PR #2868 on branch 1.10.x (Allow blank issues) (#2882)

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

1.10.0rc1

22 Feb 13:31
48b495d
Compare
Choose a tag to compare
1.10.0rc1 Pre-release
Pre-release
note that it's an rc (#2876)

* note that it's an rc

* fix syntax

1.9.8

26 Jan 12:38
6da39f1
Compare
Choose a tag to compare
Backport PR #2832: Fix for _validate_palette for old numpy versions, …

…prepare 1.9.8 hotfix release (#2833)

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