File: 0.10.3.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 (12 lines) | stat: -rw-r--r-- 501 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
(v0.10.3)=
### 0.10.3 {small}`2023-10-31`

#### Bug fixes
* Prevent pandas from causing infinite recursion when setting a slice of a categorical column {pr}`1211` {user}`flying-sheep`

#### Documentation
* Stop showing “Support for Awkward Arrays is currently experimental” warnings when
  reading, concatenating, slicing, or transposing AnnData objects {pr}`1182` {user}`flying-sheep`

#### Other updates
* Fail canary CI job when tests raise unexpected warnings. {pr}`1182` {user}`flying-sheep`