File tree 2 files changed +11
-7
lines changed
2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change
1
+ # tests
2
+ * .pytest_cache /*
3
+
1
4
# anndata
2
5
test. *
3
6
test_ *
Original file line number Diff line number Diff line change 1
1
See all releases `here <https://github.com/theislab/anndata/releases >`_. The following lists selected improvements.
2
2
3
3
4
- **March 19 , 2018 **: version 0.5.6
4
+ **March 20 , 2018 **: versions 0.5.1 - 0.5.7
5
5
6
6
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
9
10
10
11
.. warning ::
11
12
12
13
There was a bug in :func: `~anndata.AnnData.concatenate ` in versions 0.5.2,
13
14
0.5.3 and 0.5.4: variable names were not assigned correctly. Was fixed in
14
15
version 0.5.5.
15
16
17
+
16
18
**February 9, 2018 **: version 0.5
17
19
18
20
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
23
24
24
25
25
26
**December 29, 2017 **: version 0.4.2
You can’t perform that action at this time.
0 commit comments