Skip to content

Commit

Permalink
V0.5.0 release (#183)
Browse files Browse the repository at this point in the history
* Update release guide checklist

* Add release notes for v0.5.0
  • Loading branch information
GenevieveBuckley committed Feb 1, 2021
1 parent 695bc43 commit 4b99031
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 0 deletions.
55 changes: 55 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,61 @@
History
=======

0.5.0 (2021-02-01)
------------------

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

Highlights

The biggest highlight of this release is our new affine transformation feature, contributed by Marvin Albert.
The SciPy Japan sprint in November 2020 led to many improvements, and I'd like to recognise the hard work by Tetsuo Koyama and Kuya Takami.
Special thanks go to everyone who joined us at the conference!

New Features
* Affine transformation feature added: from dask_image.ndinterp import affine_transform (#159)
* GPU support added for local_threshold with method='mean' (#158)
* Pathlib input now accepted for imread functions (#174)

Improvements
* Performance improvement for 'imread', we now use `da.map_blocks` instead of `da.concatenate` (#165)

Bug Fixes
* Fixed imread tests (add `contiguous=True` when saving test data with tifffile) (#164)
* FIXed scipy LooseVersion for sum_labels check (#176)

API Changes
* 'sum' is renamed to 'sum_labels' and a add deprecation warning added (#172)

Documentation improvements
* DOC: Add section Talks and Slides #163 (#169)
* DOC: Add link to SciPy Japan 2020 talk (#171)
* DOC: Add development guide to setup environment and run tests (#170)
* DOC: Update information in AUTHORS.rst (#167)

Maintenance
* Update dependencies in Read The Docs environment (#168)

6 authors added to this release (alphabetical)

* `Fabian Chong <https://github.com/dask/dask-image/commits?author=feiming>`_ - @feiming
* `Genevieve Buckley <https://github.com/dask/dask-image/commits?author=GenevieveBuckley>`_ - @GenevieveBuckley
* `jakirkham <https://github.com/dask/dask-image/commits?author=jakirkham>`_ - @jakirkham
* `Kuya Takami <https://github.com/dask/dask-image/commits?author=ku-ya>`_ - @ku-ya
* `Marvin Albert <https://github.com/dask/dask-image/commits?author=m-albert>`_ - @m-albert
* `Tetsuo Koyama <https://github.com/dask/dask-image/commits?author=tkoyama010>`_ - @tkoyama010


7 reviewers added to this release (alphabetical)

* `Fabian Chong <https://github.com/dask/dask-image/commits?author=feiming>`_ - @feiming
* `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
* `jakirkham <https://github.com/dask/dask-image/commits?author=jakirkham>`_ - @jakirkham
* `Juan Nunez-Iglesias <https://github.com/dask/dask-image/commits?author=jni>`_ - @jni
* `Marvin Albert <https://github.com/dask/dask-image/commits?author=m-albert>`_ - @m-albert
* `Tetsuo Koyama <https://github.com/dask/dask-image/commits?author=tkoyama010>`_ - @tkoyama010

0.4.0 (2020-09-02)
------------------

Expand Down
2 changes: 2 additions & 0 deletions docs/release/release_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ The release notes contain a list of merges, contributors, and reviewers.
2. Run the python script to generate the release notes,
including all changes since the last tagged release.

Note: The PyGithub package must be installed to run this script (https://github.com/PyGithub/PyGithub)

Call the script like this:

.. code-block:: bash
Expand Down

0 comments on commit 4b99031

Please sign in to comment.