Version 2023.03.0
·
46 commits
to main
since this release
v2023.03.0 (2023-03-27)
We're pleased to announce the release of dask-image v2023.03.0!
Highlights
This version of dask-image drops support for python 3.7,
now requires a minimum Dask version of 2021.10.0 or higher
(due to a security patch), and makes tifffile a regular requirement.
We also now build and publish wheel files to PyPI.
Improvements
- Documentation
- Testing
Deprecations and updated requirements
- Update supported python versions to 3.8, 3.9, 3.10, & 3.11 (drop python 3.7) (#284)
- Security update: Dask v2021.10.0 as minimum allowable version (#288)
- Make tifffile regular requirement (#295)
Build Tools
- Continuous integration
- Refresh doc environment (#273)
- Setup Coveralls with GitHub Actions (#274)
- Pin to jinja2<3.1 to avoid Readthedocs build error (#278)
- Updates
setup.py
's Python versions (#285) - Combine CI workflows for testing and release upload to PyPI (#291)
- Enable option to restart GHA (#293)
- Readd
environment-latest.yml
symlink (#294) - Add python 3.10 to gpuCI matrix (#298)
- Releases
- Dependabot updates
Other Pull Requests
- Group all imread functions together in the same file (#290)
7 authors added to this release (alphabetical)
- [Charles Blackmon-Luca[(https://github.com/dask/dask-image/commits?author=charlesbluca) - @charlesbluca
- dependabot[bot] - @dependabot[bot]
- Genevieve Buckley - @GenevieveBuckley
- jakirkham - @jakirkham
- Marvin Albert - @m-albert
- Matt McCormick - @thewtex
- Volker Hilsenstein - @VolkerH