v2023.08.0
2023.08.0 (2023-08-03)
We're pleased to announce the release of dask-image 2023.08.0!
Highlights
This version fixes bugs related to processing CuPy backed dask arrays
and improves testing on GPU CI. It drops support for python 3.8 and
adds pandas as a dependency. As a feature improvement, the dask-image
equivalent of scipy.ndimage.label
now supports arbitrary
structuring elements.
For full support of all GPU functionality in dask-image we recommend
using CuPy version 9.0.0 or higher.
Improvements
- Generalised ndmeasure.label to arbitrary structuring elements (#321)
Bug Fixes
- Added missing cupy test mark and fixed cupy threshold (#329)
- Moved functions from ndimage submodules to ndimage namespace (#325)
Updated requirements
- Drop Python 3.8, in accordance with NEP29 recommendation (#315)
- Require NumPy 1.18+ (#304)
- Add pandas requirement for find_objs function (#309)
Build Tools
- Continuous integration
- Dependabot updates
6 authors added to this release (alphabetical)
Charles Blackmon-Luca <https://github.com/dask/dask-image/commits?author=charlesbluca>
_ - @charlesblucaDavid Stansby <https://github.com/dask/dask-image/commits?author=dstansby>
_ - @dstansbydependabot[bot] <https://github.com/dask/dask-image/commits?author=dependabot[bot]>
_ - @dependabot[bot]Genevieve Buckley <https://github.com/dask/dask-image/commits?author=GenevieveBuckley>
_ - @GenevieveBuckleyjakirkham <https://github.com/dask/dask-image/commits?author=jakirkham>
_ - @jakirkhamMarvin Albert <https://github.com/dask/dask-image/commits?author=m-albert>
_ - @m-albert
4 reviewers added to this release (alphabetical)
Charles Blackmon-Luca <https://github.com/dask/dask-image/commits?author=charlesbluca>
_ - @charlesblucaGenevieve Buckley <https://github.com/dask/dask-image/commits?author=GenevieveBuckley>
_ - @GenevieveBuckleyjakirkham <https://github.com/dask/dask-image/commits?author=jakirkham>
_ - @jakirkhamJuan Nunez-Iglesias <https://github.com/dask/dask-image/commits?author=jni>
_ - @jni