Skip to content

Commit

Permalink
Document additions to 0.1.0 [ci skip] (#41)
Browse files Browse the repository at this point in the history
Basically point out that this is the first release and that includes
some basic functionality for work with Dask Arrays containing image
data.
  • Loading branch information
jakirkham committed Aug 31, 2018
1 parent 8ded24f commit cebf4d7
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@
History
=======

0.1.0 (2018-03-02)
0.1.0 (2018-08-31)
------------------

* First release on PyPI.
* Pulls in content from dask-image org.
* Supports reading of image files into Dask.
* Provides basic N-D filters with options to extend.
* Provides a few N-D Fourier filters.
* Provides a few N-D morphological filters.
* Provides a few N-D measurement functions for label images.
* Has 100% line coverage in test suite.

0 comments on commit cebf4d7

Please sign in to comment.