File: 0.7.4.md

package info (click to toggle)
python-anndata 0.12.0~rc1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,704 kB
  • sloc: python: 19,721; makefile: 22; sh: 14
file content (16 lines) | stat: -rw-r--r-- 605 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
(v0.7.4)=
### 0.7.4 {small}`10 July, 2020`

#### Concatenation overhaul {pr}`378` {smaller}`I Virshup`

- New function {func}`anndata.concat` for concatenating `AnnData` objects along either observations or variables
- New documentation section: {doc}`/concatenation`

#### Functionality

- AnnData object created from dataframes with sparse values will have sparse `.X` {pr}`395` {smaller}`I Virshup`

#### Bug fixes

- Fixed error from `AnnData.concatenate` by bumping minimum versions of numpy and pandas {issue}`385`
- Fixed colors being incorrectly changed when `AnnData` object was subset {pr}`388`