Releases: GenevieveBuckley/dask-image
Releases · GenevieveBuckley/dask-image
0.3.0rc1
dask-image 0.3.0
We're pleased to announce the release of dask-image 0.3.0!
Released 2020-05-27
Highlights
- Python 3.8 is now supported (dask#131)
- Support for Python 2.7 and 3.5 has been dropped (dask#119) (dask#131)
- We have a dask-image quickstart guide (dask#108), available from the dask examples page: https://examples.dask.org/applications/image-processing.html
New Features
- Distributed labeling has been impolemented (dask#94)
- Area function added to dask_image.ndmeasure (dask#115)
Improvements
- Optimize out first
where
inlabel
(dask#102)
Bug Fixes
- Bugfix in
center_of_mass
to correctly handle integer input arrays (dask#122) - Test float cast in
_norm_args
(dask#105) - Handle Dask's renaming of
atop
toblockwise
(dask#98)
API Changes
- Rename the input argument to image in the ndimage functions (dask#117)
- Rename labels in ndmeasure function arguments (dask#126)
Support
- Update HISTORY for 0.2.0 release [ci skip] (dask#85)
- Update installation instructions so conda is the preferred method (dask#88)
- Add Python 3.7 to Travis CI (dask#89)
- Add instructions for building docs with sphinx to CONTRIBUTING.rst (dask#90)
- Sort Python 3.7 requirements (dask#91)
- Use double equals for exact package versions (dask#92)
- Use flake8 (dask#93)
- Note Python 3.7 support (dask#95)
- Fix the Travis MacOS builds (update XCode to version 9.4 and use matplotlib 'Agg' backend) (dask#113)
7 authors added to this release (alphabetical)
- Amir Khalighi - @akhalighi
- Elliana May - @Mause
- Genevieve Buckley - @GenevieveBuckley
- jakirkham - @jakirkham
- Jaromir Latal - @jermenkoo
- Juan Nunez-Iglesias - @jni
- timbo8 - @timbo8