Commit Graph

69 Commits

Author SHA1 Message Date
Nicolas Pinto 64177b2000 ENH: add a 'normalize' kwarg to util.montage2d() 2012-02-14 00:04:42 -05:00
Nicolas Pinto 99efa1b771 ENH: add montage2d with tests 2012-02-13 21:20:31 -05:00
Nicolas Pinto 74864966ac STY: move 'util.shape' contributors to CONTRIBUTORS.txt 2012-02-13 09:41:02 -05:00
Nicolas Pinto cae47eda18 STY: fix typos 2012-02-13 09:37:44 -05:00
cgohlke 8045e1f623 Restore numpy 1.5 compatibility 2012-02-12 19:57:41 -08:00
Nicolas Pinto c1c954e19d STY: pep8 in util.shape + its tests 2012-02-12 14:59:58 -05:00
Nicolas Pinto 1108bd892e ENH: move 'util.array_views' to 'util.shape' 2012-02-12 14:59:06 -05:00
Nicolas Poilvert 93cd71553e make doctests pass with nose 2012-02-12 12:52:01 -05:00
Nicolas Poilvert 41a259ee26 simplifying code for clarity and modifying tests 2012-02-12 12:24:09 -05:00
Nicolas Poilvert 39a487834c more tests on rolling views 2012-02-12 01:06:47 -05:00
Nicolas Poilvert b4a1bf18ba remove empty line in __init__ 2012-02-12 00:10:40 -05:00
Nicolas Poilvert da707a78ed initial push of array view codes. tests for block views 2012-02-12 00:09:49 -05:00
Tony S Yu 5ed5c070c7 Fix test: clip image that exceeded float range. 2012-02-05 09:39:40 -08:00
Tony S Yu 0dcd5dc38e ENH: Check that float images are between 0 and 1. 2012-02-03 17:36:06 -05:00
Tony S Yu 74b0f41e15 ENH: Add tests for full coverage.
The extra dtype tests are not exhaustive, but, instead, were added to test specific code paths in `_convert`.
2012-02-03 16:25:11 -05:00
Tony S Yu 078ed488c8 Fix casting error when converting from int8 to uint16.
This error only comes up in development versions of numpy, which refuses to cast the input to the correct type for inplace operations.
2012-02-03 15:46:43 -05:00
cgohlke af01a41279 Merged some code paths 2011-12-12 22:04:16 -08:00
cgohlke 038db9d1ab Rewrite dtype._convert function 2011-12-11 12:01:33 -08:00
Nelle Varoquaux 114cf44c77 Renamed scikits.image to skimage 2011-10-18 21:12:27 +02:00