-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switch from using rubric in release notes #1346
Merged
Merged
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
c2beff2
Switch from using rubric
ivirshup f7cca57
Merge branch 'main' into fix-release-notes
flying-sheep 51451fb
Update 0.10.6.md
flying-sheep 493b354
Merge branch 'main' into fix-release-notes
flying-sheep f3b2164
Merge branch 'main' into fix-release-notes
ivirshup 5858d0a
Merge branch 'main' into fix-release-notes
flying-sheep 19cd6f8
mostly works
flying-sheep 4e9ddce
do the rest
flying-sheep 72b60ff
replace remaining rubrics
flying-sheep File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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,6 @@ | ||
(v0.10.1)= | ||
### 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,12 @@ | ||
(v0.10.3)= | ||
### 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,13 @@ | ||
(v0.10.4)= | ||
### 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,17 @@ | ||
(v0.10.5)= | ||
### 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
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,15 +1,11 @@ | ||
(v0.10.7)= | ||
### 0.10.7 {small}`2024-04-09` | ||
|
||
```{rubric} Bugfix | ||
``` | ||
#### Bugfix | ||
|
||
* Handle upstream `numcodecs` bug where read-only string arrays cannot be encoded {user}`ivirshup` {pr}`1421` | ||
* Use in-memory sparse matrix directly to fix compatibility with `scipy` `1.13` {user}`ilan-gold` {pr}`1435` | ||
|
||
```{rubric} Documentation | ||
``` | ||
|
||
```{rubric} Performance | ||
``` | ||
#### Performance | ||
|
||
* Remove `vindex` for subsetting `dask.array.Array` because of its slowness and memory consumption {user}`ilan-gold` {pr}`1432` |
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,13 +1,12 @@ | ||
(0.10.8)= | ||
### 0.10.8 {small}`2024-06-20` | ||
|
||
```{rubric} Bugfix | ||
``` | ||
#### Bugfix | ||
|
||
* Write out `64bit` indptr when appropriate for {func}`~anndata.experimental.concat_on_disk` {pr}`1493` {user}`ilan-gold` | ||
* Support for Numpy 2 {pr}`1499` {user}`flying-sheep` | ||
* Fix {func}`~anndata.experimental.sparse_dataset` docstring test on account of new {mod}`scipy` version {pr}`1514` {user}`ilan-gold` | ||
|
||
```{rubric} Documentation | ||
``` | ||
#### Documentation | ||
|
||
* Improved example for {func}`~anndata.experimental.sparse_dataset` {pr}`1468` {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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,12 @@ | ||
(0.10.9)= | ||
### 0.10.9 {small}`the future` | ||
|
||
```{rubric} Bugfix | ||
``` | ||
#### Bugfix | ||
|
||
* Coerce {class}`numpy.matrix` classes to arrays when trying to store them in `AnnData` {pr}`1516` {user}`flying-sheep` | ||
* Fix for setting a dense `X` view with a sparse matrix {pr}`1532` {user}`ilan-gold` | ||
* Upper bound {mod}`numpy` for `gpu` installation on account of https://github.com/cupy/cupy/issues/8391 {pr}`1540` {user}`ilan-gold` | ||
|
||
```{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,23 +1,20 @@ | ||
(v0.11.0)= | ||
### 0.11.0 {small}`the future` | ||
|
||
```{rubric} Features | ||
``` | ||
#### Features | ||
|
||
* Allow `axis` parameter of e.g. :func:`anndata.concat` to accept `'obs'` and `'var` {pr}`1244` {user}`flying-sheep` | ||
* Add `settings` object with methods for altering internally-used options, like checking for uniqueness on `obs`' index {pr}`1270` {user}`ilan-gold` | ||
* Add `should_remove_unused_categories` option to `anndata.settings` to override current behavior. Default is `True` (i.e., previous behavior). Please refer to the [documentation](https://anndata.readthedocs.io/en/latest/generated/anndata.settings.html) for usage. {pr}`1340` {user}`ilan-gold` | ||
* `scipy.sparse.csr_array` and `scipy.sparse.csc_array` are now supported when constructing `AnnData` objects {pr}`1028` {user}`ilan-gold` {user}`isaac-virshup` | ||
* Add `should_check_uniqueness` option to `anndata.settings` to override current behavior. Default is `True` (i.e., previous behavior). Please refer to the [documentation](https://anndata.readthedocs.io/en/latest/generated/anndata.settings.html) for usage. {pr}`1507` {user}`ilan-gold` | ||
|
||
```{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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
(v0.4.0)= | ||
### 0.4.0 {small}`23 December, 2017` | ||
|
||
- read/write [.loom](https://loompy.org) files | ||
|
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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
(v0.6.x)= | ||
### 0.6.\* {small}`2019-*-*` | ||
|
||
- better support for aligned mappings (obsm, varm, layers) | ||
`0.6.22` {pr}`155` {smaller}`I Virshup` | ||
- convenience accessors {func}`~anndata.AnnData.obs_vector`, {func}`~anndata.AnnData.var_vector` for 1d arrays. | ||
`0.6.21` {pr}`144` {smaller}`I Virshup` | ||
- compatibility with Scipy >=1.3 by removing `IndexMixin` dependency. | ||
`0.6.20` {pr}`151` {smaller}`P Angerer` | ||
- bug fix for second-indexing into views. | ||
`0.6.19` {smaller}`P Angerer` | ||
- bug fix for reading excel files. | ||
`0.6.19` {smaller}`A Wolf` | ||
- changed default compression to `None` in {func}`~anndata.AnnData.write_h5ad` to speed up read and write, disk space use is usually less critical. | ||
`0.6.16` {smaller}`A Wolf` | ||
- maintain dtype upon copy. | ||
`0.6.13` {smaller}`A Wolf` | ||
- {attr}`~anndata.AnnData.layers` inspired by [.loom](https://loompy.org) files allows their information lossless reading via {func}`~anndata.read_loom`. | ||
`0.6.7`–`0.6.9` {pr}`46` & {pr}`48` {smaller}`S Rybakov` | ||
- support for reading zarr files: {func}`~anndata.read_zarr` | ||
`0.6.7` {pr}`38` {smaller}`T White` | ||
- initialization from pandas DataFrames | ||
`0.6.` {smaller}`A Wolf` | ||
- iteration over chunks {func}`~anndata.AnnData.chunked_X` and {func}`~anndata.AnnData.chunk_X` | ||
`0.6.1` {pr}`20` {smaller}`S Rybakov` |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
By now, this is enforced in .readthedocs.yml
Having it twice helped against the most egregious offenders, but by now I’m in a more active role and can prevent the other instance from being removed.