From 8e784e044bc268e6574ebc2e55529c64f966a589 Mon Sep 17 00:00:00 2001 From: Genevieve Buckley <30920819+GenevieveBuckley@users.noreply.github.com> Date: Fri, 17 Dec 2021 19:55:05 +1100 Subject: [PATCH] Updatee HISTORY.rst with release notes 2021.12.0 (#255) --- HISTORY.rst | 72 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index a6ebe83b..cd8294a9 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -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 `_ - @anlavandier +* `Charles Blackmon-Luca `_ - @charlesbluca +* `Genevieve Buckley `_ - @GenevieveBuckley +* `Gregory R. Lee `_ - @grlee77 +* `Jacob Tomlinson `_ - @jacobtomlinson +* `Marvin Albert `_ - @m-albert + + +6 reviewers added to this release (alphabetical) + +* `anlavandier `_ - @anlavandier +* `Genevieve Buckley `_ - @GenevieveBuckley +* `Gregory R. Lee `_ - @grlee77 +* `Jacob Tomlinson `_ - @jacobtomlinson +* `jakirkham `_ - @jakirkham +* `Marvin Albert `_ - @m-albert + + 0.6.0 (2021-05-06) ------------------