Skip to content

Commit 59a413b

Browse files
committed
version 0.5.7
1 parent 0c6cb76 commit 59a413b

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# tests
2+
*.pytest_cache/*
3+
14
# anndata
25
test.*
36
test_*

docs/release_notes.rst

+8-7
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,26 @@
11
See all releases `here <https://github.com/theislab/anndata/releases>`_. The following lists selected improvements.
22

33

4-
**March 19, 2018**: version 0.5.6
4+
**March 20, 2018**: versions 0.5.1 - 0.5.7
55

66
1. better memory efficiency in loom exports
7-
2. 'outer join' concatenation
8-
3. bug fixes and consistency updates
7+
2. 'outer join' concatenation: adds zeros for concatenation of sparse data and nans for dense data
8+
3. bug fix for single-category columns
9+
4. consistency and documentation updates
910

1011
.. warning::
1112

1213
There was a bug in :func:`~anndata.AnnData.concatenate` in versions 0.5.2,
1314
0.5.3 and 0.5.4: variable names were not assigned correctly. Was fixed in
1415
version 0.5.5.
1516

17+
1618
**February 9, 2018**: version 0.5
1719

1820
1. inform about duplicates in :class:`~anndata.AnnData.var_names` and resolve them using :func:`~anndata.AnnData.var_names_make_unique`
19-
2. by default, generate unique observation names in :func:`~anndata.AnnData.concatenate`
20-
3. automatically remove unused categories after slicing
21-
4. read/write `.loom` files using loompy 2
22-
5. some IDE-backed improvements
21+
2. automatically remove unused categories after slicing
22+
3. read/write `.loom` files using loompy 2
23+
4. some IDE-backed improvements
2324

2425

2526
**December 29, 2017**: version 0.4.2

0 commit comments

Comments
 (0)