Skip to content

Commit

Permalink
version 0.6.16
Browse files Browse the repository at this point in the history
  • Loading branch information
falexwolf committed Dec 16, 2018
1 parent 21d8033 commit 9856008
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
See all releases `here <https://github.com/theislab/anndata/releases>`_. The following lists selected improvements.


**October 7, 2018**: on GitHub and 0.6.11
**December 16, 2018**: on GitHub and 0.6.16

1. :func:`~anndata.AnnData.layers` inspired by `.loom <http://loompy.org>`__ files allows their information lossless reading via :func:`~anndata.read_loom`
2. initialatization from pandas DataFrames
3. iteration over chunks :func:`~anndata.AnnData.chunked_X` and :func:`~anndata.AnnData.chunk_X`
4. support for reading zarr files: :func:`~anndata.read_zarr`
5. changed default compression to `None` in :func:`~anndata.AnnData.write_h5ad` to speed up read and write, disk space use is usually less critical


**May 1, 2018**: version 0.6
Expand All @@ -15,8 +16,8 @@ See all releases `here <https://github.com/theislab/anndata/releases>`_. The fol
2. tremendous speedup for :func:`~anndata.AnnData.concatenate`
3. bug fix for deep copy of unstructured annotation after slicing
4. bug fix for reading HDF5 stored single-category annotations
5. 'outer join' concatenation: adds zeros for concatenation of sparse data and nans for dense data
6. better memory efficiency in loom exports
5. 'outer join' concatenation: adds zeros for concatenation of sparse data and nans for dense data
6. better memory efficiency in loom exports


**February 9, 2018**: version 0.5
Expand Down

0 comments on commit 9856008

Please sign in to comment.