Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release notes for version 2021.12.0 #255

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
72 changes: 72 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,78 @@
History
=======

2021.12.0
----------

We're pleased to announce the release of dask-image 2021.12.0!

Highlights

The major highlights of this release include the introduction of new featurees for ``find_objects`` and spline filters.
We have also moved to using CalVer (calendar version numbers) to match the main Dask project.

New Features

* Find objects bounding boxes (#240)
* Add spline_filter and spline_filter1d (#215)


Improvements

* ENH: add remaining kwargs to binary_closing and binary_opening (#221)
* ndfourier: support n > 0 (for rfft) and improve performance (#222)
* affine_transform: increased shape of required input array slices (#216)


Bug Fixes

* BUG: add missing import of warnings in dask_image.ndmeasure (#224)
* Fix wrap bug in ndfilters convolve and correlate (#243)
* Upgrade for compatibility with latest dask release (#241)


Test infrastructure

* GitHub actions testing (#188)
* Set up gpuCI testing on PRs (#248)
* Remove `RAPIDS_VER` axis, bump `CUDA_VER` in gpuCI matrix (#249)


Documentation updates

* Code style cleanup (#227)
* Remove out of date email address, strip __author__ & __email__ (#225)
* Update release guide, Dask CalVer uses YYYY.MM.DD (#236)
* Update min python version in setup.py (#250)
* Use new Dask docs theme (#245)
* Docs: Add `find_objects` to the coverage table (#254)


Other Pull Requests

* Switch to CalVer (calendar versioning) (#233)


6 authors added to this release (alphabetical)

* `anlavandier <https://github.com/dask/dask-image/commits?author=anlavandier>`_ - @anlavandier
* `Charles Blackmon-Luca <https://github.com/dask/dask-image/commits?author=charlesbluca>`_ - @charlesbluca
* `Genevieve Buckley <https://github.com/dask/dask-image/commits?author=GenevieveBuckley>`_ - @GenevieveBuckley
* `Gregory R. Lee <https://github.com/dask/dask-image/commits?author=grlee77>`_ - @grlee77
* `Jacob Tomlinson <https://github.com/dask/dask-image/commits?author=jacobtomlinson>`_ - @jacobtomlinson
* `Marvin Albert <https://github.com/dask/dask-image/commits?author=m-albert>`_ - @m-albert


6 reviewers added to this release (alphabetical)

* `anlavandier <https://github.com/dask/dask-image/commits?author=anlavandier>`_ - @anlavandier
* `Genevieve Buckley <https://github.com/dask/dask-image/commits?author=GenevieveBuckley>`_ - @GenevieveBuckley
* `Gregory R. Lee <https://github.com/dask/dask-image/commits?author=grlee77>`_ - @grlee77
* `Jacob Tomlinson <https://github.com/dask/dask-image/commits?author=jacobtomlinson>`_ - @jacobtomlinson
* `jakirkham <https://github.com/dask/dask-image/commits?author=jakirkham>`_ - @jakirkham
* `Marvin Albert <https://github.com/dask/dask-image/commits?author=m-albert>`_ - @m-albert


0.6.0 (2021-05-06)
------------------

Expand Down