Take a softer approach and raise a warning when a non-contiguous input is provided

This commit is contained in:
Stefan van der Walt
2014-04-07 18:15:49 +02:00
parent 5733a02853
commit 12af2ef7ed
3 changed files with 16 additions and 14 deletions
-3
View File
@@ -1,9 +1,6 @@
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
-----------