-
Notifications
You must be signed in to change notification settings - Fork 154
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Co-authored-by: Isaac Virshup <[email protected]>
- Loading branch information
1 parent
8834974
commit 73545b1
Showing
1 changed file
with
3 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
### 0.10.7 {small}`the future` | ||
### 0.10.7 {small}`2024-04-09` | ||
|
||
```{rubric} 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` | ||
* Use in-memory sparse matrix directly to fix compatibility with `scipy` `1.13` {user}`ilan-gold` {pr}`1435` | ||
|
||
```{rubric} Documentation | ||
``` | ||
|
||
```{rubric} Performance | ||
``` | ||
|
||
* Remove `vindex` for subsetting `dask.array.Array` because of its slowness and memory consumption {user} `ilan-gold` {pr}`1432` | ||
* Remove `vindex` for subsetting `dask.array.Array` because of its slowness and memory consumption {user}`ilan-gold` {pr}`1432` |