Releases: scverse/fast-array-utils
Releases · scverse/fast-array-utils
1.3.1
- [#135] fix: support Dask and cupy/scipy sparse matrices in
min/max(@quentinblampey, @flying-sheep)
1.3
- [#116] feat: add
minandmax(@quentinblampey) - [#132] fix: use accurate lower bound (@flying-sheep)
1.2.5
- [#127] fix: improve variance precision (@flying-sheep)
1.2.4
- [#119] remove numpy 1 support (@flying-sheep)
- [#125] fix: Have
sumoperate on the passed dtype (@flying-sheep)
v1.2.3
- [#113,#114] Patch dask for
sparraysupport in the same way as the upstream fix was done (@flying-sheep)
v1.2.1
- [#96] Add support for
numpy1.25+ (as opposed to just 2.0+) and correct minimum supportedscipyversion (1.8→1.11) (@flying-sheep)
Dev changes:
- [#98] Derive test configs from hatch (@flying-sheep)
v1.2
- [#94] Add
orderparameter toto_dense(@flying-sheep)
v1.1.2
- [#91] Make array_type a session-scoped fixture (@flying-sheep)
v1.1.1
- [#86] Support older anndata versions (@flying-sheep)
- [#87] Fix Dask handling for chunks with 1-wide dimension (@flying-sheep)
v1.1
- [#84] Allow use on 1d arrays (@flying-sheep)