You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/release_notes.rst
+2-1
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,8 @@ See all releases `here <https://github.com/theislab/anndata/releases>`_. The fol
3
3
4
4
**February 9, 2018**: version 0.5
5
5
6
-
1. inform about duplicates in :class:`~anndata.AnnData.var_names` and :class:`~anndata.AnnData.obs_names`: resolve them using, e.g., :func:`~anndata.AnnData.var_names_make_unique`,2. by default, generate unique observation names in :func:`~anndata.AnnData.concatenate`
6
+
1. inform about duplicates in :class:`~anndata.AnnData.var_names` and resolve them using :func:`~anndata.AnnData.var_names_make_unique`
7
+
2. by default, generate unique observation names in :func:`~anndata.AnnData.concatenate`
7
8
3. automatically remove unused categories after slicing
0 commit comments