File: 0.7.4.md

package info (click to toggle)
python-anndata 0.12.7-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 4,616 kB
  • sloc: python: 21,685; makefile: 23
file content (16 lines) | stat: -rw-r--r-- 605 bytes parent folder | download | duplicates (2)
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`