Do not allow view_as_* to return copies (closes #866)

This commit is contained in:
Stefan van der Walt
2014-04-07 14:41:56 +02:00
parent 2c5d19f368
commit 5733a02853
3 changed files with 23 additions and 8 deletions
+3
View File
@@ -1,6 +1,9 @@
Version 0.10
------------
- Removed ``skimage.io.video`` functionality due to broken gstreamer bindings
- The functions `skimage.util.view_as_blocks` and
`skimage.util.view_as_windows` now raise exceptions if the input data is not
contiguous.
Version 0.9
-----------