Skip to content

Releases: scverse/anndata

0.7.2a1

25 Aug 08:00
405b43e
Compare
Choose a tag to compare
0.7.2a1 Pre-release
Pre-release
make concat a rubric (#377)

0.7.1

25 Aug 08:00
Compare
Choose a tag to compare
Fix unnecessary copy in strings_to_categoricals (#298)

Removed an explicit `init_as_actual` in `strings_to_categoricals` in favour the implicit one from modifying the dataframe.

Split the raw r/w test into two (actualized AnnData and view), and check if the warning still occurs in the view one.

Co-authored-by: Philipp A. <[email protected]>

0.7

25 Aug 08:00
d2dfcfa
Compare
Choose a tag to compare
0.7
use_package_data=True (#301)

0.7rc2

25 Aug 08:00
Compare
Choose a tag to compare
0.7rc2 Pre-release
Pre-release
fix _X which raises error when view

0.7rc1

25 Aug 08:00
Compare
Choose a tag to compare
0.7rc1 Pre-release
Pre-release
Deprecate square matrix slicing in .uns

0.6.22.post1

25 Aug 08:00
Compare
Choose a tag to compare
Fix access to raw.X by .raw.{obs,var}_vector

Previously had relied on subsetting the entire object to get vector of X. Now just normalizes index.
Also stops throwing warning about changing behaviour. Whoops. https://github.com/theislab/anndata/issues/171#issuecomment-508619952

0.6.22

25 Aug 08:00
34e8616
Compare
Choose a tag to compare
Export Raw (#177)

Export raw from main namespace (#174)

0.6.22rc1

25 Aug 08:00
Compare
Choose a tag to compare
0.6.22rc1 Pre-release
Pre-release
fixed setup.py

0.6.21

25 Aug 08:00
Compare
Choose a tag to compare
removed brief release description

0.6.20

25 Aug 08:00
6fb0834
Compare
Choose a tag to compare
Use unpack_index from our code (#151)