Skip to content

Commit cebf4d7

Browse files
authored
Document additions to 0.1.0 [ci skip] (#41)
Basically point out that this is the first release and that includes some basic functionality for work with Dask Arrays containing image data.
1 parent 8ded24f commit cebf4d7

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

HISTORY.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@
22
History
33
=======
44

5-
0.1.0 (2018-03-02)
5+
0.1.0 (2018-08-31)
66
------------------
77

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

0 commit comments

Comments
 (0)