We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b20571 commit c01a780Copy full SHA for c01a780
docs/release_notes.rst
@@ -1,9 +1,17 @@
1
See all releases `here <https://github.com/theislab/anndata/releases>`_. The following lists selected improvements.
2
3
-Warning: there has been a bug in :func:`~anndata.AnnData.concatenate` in
4
-versions 0.5.2, 0.5.3 and 0.5.4: variable names were not assigned correctly. Use
5
-version 0.5.5.
6
+**March 19, 2018**: version 0.5.6
+
+1. better memory efficiency in loom exports
7
+2. 'outer join' concatenation
8
+3. bug fixes and consistency updates
9
10
+.. warning::
11
12
+ There was a bug in :func:`~anndata.AnnData.concatenate` in versions 0.5.2,
13
+ 0.5.3 and 0.5.4: variable names were not assigned correctly. Was fixed in
14
+ version 0.5.5.
15
16
**February 9, 2018**: version 0.5
17
0 commit comments