Commit Graph

3708 Commits

Author SHA1 Message Date
cgohlke c2cf8dba34 Fix invalid Python 3 syntax 2012-02-25 20:05:37 -08:00
cgohlke 1f7f234264 Fix invalid Python 3 syntax 2012-02-25 20:00:39 -08:00
cgohlke 99a8db9d54 Restore previous io plugins 2012-02-25 19:30:58 -08:00
zachrahan c9a14db5c4 Merge pull request #149 from zachrahan/tifffile-plugin
ENH: add tifffile plugin, tifffile tests, beef up freeimage tests
2012-02-21 16:18:34 -08:00
Zach Pincus 026fae0e97 BUG: Fix tests 2012-02-21 19:17:55 -05:00
Zach Pincus b80ef2a660 Fix copy/paste error 2012-02-21 18:17:34 -05:00
Zach Pincus e2d4261c6d ENH: Add tifffile tests and improve freeimage tests 2012-02-21 18:14:59 -05:00
Zach Pincus a6b154f5b5 Fix description of tifffile plugin 2012-02-21 17:55:32 -05:00
Zach Pincus 9512678e75 ENH: Add tifffile IO plugin 2012-02-21 17:53:16 -05:00
Andreas Mueller 0d697310dd DOC finally.... 2012-02-21 18:39:35 +01:00
Andreas Mueller 2b6208cf3e DOC some sphinx and rst fixes 2012-02-21 18:01:22 +01:00
Stefan van der Walt bf5f9f0fc7 BUG: Use PIL as default imread plugin, since MPL imread is still somewhat broken. 2012-02-19 21:24:10 -08:00
Stefan van der Walt 33360cdb78 BUG: Fix data range in exposure tests. 2012-02-19 21:18:51 -08:00
Tony S Yu 92f3c580d8 Clarify difference between view_as_blocks and view_as_windows. 2012-02-19 16:34:19 -05:00
Stefan van der Walt 0c304d5acd Merge pull request #138 from poilvert/array_views
ENH: Add window views and montage.
2012-02-19 00:27:09 -08:00
tonysyu e1e3d6ce2b Merge pull request #136 from stefanv/plugin_consistency
ENH: Plugin consistency.
2012-02-15 07:08:49 -08:00
Nicolas Pinto 0a9522d4ea FIX: montage2d should not use rescale_intensity's out_range kwarg 2012-02-14 21:56:48 -05:00
Nicolas Pinto c61fe51d2f DOC: remove <BLANKLINE> nastiness, replace with appropriate doctest directive 2012-02-14 20:08:25 -05:00
Nicolas Pinto 68f8c68c3f FIX: util.montage2d 'normalize' becomes 'rescale_intensity' and defaults to False 2012-02-14 19:36:07 -05:00
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 96f5d14000 FIX: revert version.py 2012-02-12 15:06:58 -05: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
Stefan van der Walt b127f60533 STY: Whitespace cleanup. 2012-02-10 15:36:11 -08:00
Zach Pincus f2321d0441 STY: Clarify logic of code for FreeImage loading. 2012-02-10 15:36:11 -08:00
Zach Pincus 6a31ea8508 BUG: Make it work actually... 2012-02-10 15:36:11 -08:00
Zach Pincus 99ac9e44ff ENH: load libfreeimage based on case-insensitive libname prefixes 2012-02-10 15:36:11 -08:00
Stefan van der Walt 5d276146ee BUG: Fix FreeImage tests. 2012-02-10 15:34:26 -08:00
Stefan van der Walt a2746c2872 ENH: Add show() to PIL plugin to support more consistent code over different plugins. 2012-02-10 14:11:51 -08:00
Stefan van der Walt 58fb3827d3 Use matplotlib as the default display/read plugin. 2012-02-10 14:11:26 -08:00
tonysyu 12ac179d26 Merge pull request #130 from stefanv/grey2rgb
ENH: Add grey2rgb.
2012-02-09 20:55:20 -08:00
Stefan van der Walt 9c7752eecf DOC: Fix outdated docstring. 2012-02-09 20:45:23 -08:00
Stefan van der Walt 36b37e960f Merge pull request #129 from tonysyu/minor-build-fixes
PKG: Minor fixes to build process.
2012-02-08 20:12:28 -08:00
Stefan van der Walt f4330db90d ENH: Add grey2rgb. 2012-02-08 19:58:26 -08:00
Stefan van der Walt ec8f62ef5f ENH: Fix dtype conversion before hsv2rgb and rgb2hsv. 2012-02-08 19:56:00 -08:00
Tony S Yu 0deba46d26 Minor fixes to build process.
* Fix name error when running setup.py from within main package.

* Change `make clean` so that it removes hash files.

* Remove unused import.
2012-02-08 22:38:46 -05:00
Stefan van der Walt 5c9c8c1867 DOC: Fix Other Parameters section. 2012-02-08 13:07:37 -08:00
Stefan van der Walt 2fcbfd809e DOC: Expand on Tony's module summary. 2012-02-08 01:21:36 -08:00
Stefan van der Walt 295c4540ec Merge pull request #127 from tonysyu/module-docstrings
DOC: Add description of subpackages to package docstring.
2012-02-08 01:03:53 -08:00
K.-Michael Aye 7efb0988b0 Fixed 2 typos and 2 wrong argument types in the docs. 2012-02-07 17:21:36 +01:00
Tony S Yu 06acc5aab8 DOC: Add description of subpackages to package docstring. 2012-02-06 23:50:59 -05:00