Remove Image wrapper from io. Improve tags handling.

This commit is contained in:
Stefan van der Walt
2013-08-21 17:46:38 +02:00
parent 9a5a767ce8
commit 2b0f037422
4 changed files with 31 additions and 20 deletions
+8 -3
View File
@@ -1,9 +1,14 @@
Version 0.9
-----------
- No longer wrap ``imread`` output in an ``Image`` class.
Version 0.4
-----------
- Switch mask and radius arguments for ``median_filter``
Version 0.3
-----------
- Remove ``as_grey``, ``dtype`` keyword from ImageCollection
- Remove ``dtype`` from imread
- Generalise ImageCollection to accept a load_func
Version 0.4
-----------
- Switch mask and radius arguments for median_filter