-
Notifications
You must be signed in to change notification settings - Fork 157
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
21 changed files
with
53 additions
and
106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
### 0.10.1 {small}`2023-10-08` | ||
|
||
```{rubric} Bugfix | ||
``` | ||
#### Bugfix | ||
|
||
* Fix `ad.concat` erroring when concatenating a categorical and object column {pr}`1171` {user}`ivirshup` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,11 @@ | ||
### 0.10.3 {small}`2023-10-31` | ||
|
||
```{rubric} Bugfix | ||
``` | ||
#### Bugfix | ||
* Prevent pandas from causing infinite recursion when setting a slice of a categorical column {pr}`1211` {user}`flying-sheep` | ||
|
||
```{rubric} Documentation | ||
``` | ||
#### Documentation | ||
* Stop showing “Support for Awkward Arrays is currently experimental” warnings when | ||
reading, concatenating, slicing, or transposing AnnData objects {pr}`1182` {user}`flying-sheep` | ||
|
||
```{rubric} Other updates | ||
``` | ||
#### Other updates | ||
* Fail canary CI job when tests raise unexpected warnings. {pr}`1182` {user}`flying-sheep` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,12 @@ | ||
### 0.10.4 {small}`2024-01-04` | ||
|
||
```{rubric} Bugfix | ||
``` | ||
#### Bugfix | ||
* Only try to use `Categorical.map(na_action=…)` in actually supported Pandas ≥2.1 {pr}`1226` {user}`flying-sheep` | ||
* `AnnData.__sizeof__()` support for backed datasets {pr}`1230` {user}`Neah-Ko` | ||
* `adata[:, []]` now returns an `AnnData` object empty on the appropriate dimensions instead of erroring {pr}`1243` {user}`ilan-gold` | ||
* `adata.X[mask]` works in newer `numpy` versions when `X` is `backed` {pr}`1255` {user}`ilan-gold` | ||
* `adata.X[...]` fixed for `X` as a `BaseCompressedSparseDataset` with `zarr` backend {pr}`1265` {user}`ilan-gold` | ||
* Improve read/write error reporting {pr}`1273` {user}`flying-sheep` | ||
|
||
```{rubric} Documentation | ||
``` | ||
#### Documentation | ||
* Improve aligned mapping error messages {pr}`1252` {user}`flying-sheep` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,16 @@ | ||
### 0.10.5 {small}`2024-01-25` | ||
|
||
```{rubric} Bugfix | ||
``` | ||
#### Bugfix | ||
|
||
* Fix outer concatenation along variables when only a subset of objects had an entry in layers {pr}`1291` {user}`ivirshup` | ||
* Fix comparison of >2d arrays in `uns` during concatenation {pr}`1300` {user}`ivirshup` | ||
* Fix IO with awkward array version 2.5.2 {pr}`1328` {user}`ivirshup` | ||
* Fix bug (introduced in 0.10.4) where indexing an AnnData with `list[bool]` would return the wrong result {pr}`1332` {user}`ivirshup` | ||
|
||
```{rubric} Documentation | ||
``` | ||
#### Documentation | ||
* Re-add search-as-you-type, this time via `readthedocs-sphinx-search` {pr}`1311` {user}`flying-sheep` | ||
|
||
```{rubric} Performance | ||
``` | ||
#### Performance | ||
|
||
* `BaseCompressedSparseDataset`'s `indptr` is cached {pr}`1266` {user}`ilan-gold` | ||
* Improved performance when indexing backed sparse matrices with boolean masks along their major axis {pr}`1233` {user}`ilan-gold` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,7 @@ | ||
### 0.10.6 {small}`the future` | ||
|
||
```{rubric} Bugfix | ||
``` | ||
#### Bugfix | ||
|
||
```{rubric} Documentation | ||
``` | ||
#### Documentation | ||
|
||
```{rubric} Performance | ||
``` | ||
#### Performance |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,13 @@ | ||
### 0.11.0 {small}`the future` | ||
|
||
```{rubric} Features | ||
``` | ||
#### Features | ||
|
||
```{rubric} Bugfix | ||
``` | ||
#### Bugfix | ||
|
||
```{rubric} Documentation | ||
``` | ||
#### Documentation | ||
|
||
```{rubric} Performance | ||
``` | ||
#### Performance | ||
|
||
```{rubric} Breaking | ||
``` | ||
#### Breaking | ||
|
||
* Removed deprecated modules `anndata.core` and `anndata.readwrite` {pr}`1197` {user}`ivirshup` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
### 0.7.3 {small}`20 May, 2020` | ||
|
||
```{rubric} Bug fixes | ||
``` | ||
#### Bug fixes | ||
|
||
- Fixed bug where graphs used too much memory when copying {pr}`381` {smaller}`I Virshup` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,12 @@ | ||
### 0.7.7 {small}`9 November, 2021` | ||
|
||
```{rubric} Bug fixes | ||
``` | ||
#### Bug fixes | ||
|
||
- Fixed propagation of import error when importing `write_zarr` but not all dependencies are installed {pr}`579` {smaller}`R Hillje` | ||
- Fixed issue with `.uns` sub-dictionaries being referenced by copies {pr}`576` {smaller}`I Virshup` | ||
- Fixed out-of-bounds integer indices not raising {class}`IndexError` {pr}`630` {smaller}`M Klein` | ||
- Fixed backed `SparseDataset` indexing with scipy 1.7.2 {pr}`638` {smaller}`I Virshup` | ||
|
||
```{rubric} Development processes | ||
``` | ||
#### Development processes | ||
|
||
- Use PEPs 621 (standardized project metadata), 631 (standardized dependencies), and 660 (standardized editable installs) {pr}`639` {smaller}`I Virshup` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
### 0.7.8 {small}`9 November, 2021` | ||
|
||
```{rubric} Bug fixes | ||
``` | ||
#### Bug fixes | ||
|
||
- Re-include test helpers {pr}`641` {smaller}`I Virshup` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,9 @@ | ||
### 0.8.1 {small}`the future` | ||
|
||
```{rubric} Bug fixes | ||
``` | ||
#### Bug fixes | ||
|
||
- Fix warning from `rename_categories` {pr}`790` {smaller}`I Virshup` | ||
- Remove backwards compat checks for categories in `uns` when we can tell the file is new enough {pr}`790` {smaller}`I Virshup` | ||
- Categorical arrays are now created with a python `bool` instead of a `numpy.bool_` {pr}`856` | ||
|
||
```{rubric} Documentation | ||
``` | ||
#### Documentation |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
### 0.9.1 {small}`2023-04-11` | ||
|
||
```{rubric} Bugfix | ||
``` | ||
#### Bugfix | ||
|
||
* Fixing windows support {pr}`958` {user}`Koncopd` |
Oops, something went wrong.