Commit Graph

1443 Commits

Author SHA1 Message Date
cgohlke 161e42e053 Fix conversion of bytes to str on Python 3 2012-02-25 20:33:17 -08:00
tonysyu 7c8c661440 Merge pull request #153 from cgohlke/patch-2
Fix invalid Python 3 syntax
2012-02-25 20:27:23 -08:00
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
Stefan van der Walt 48b0e6dfd3 Merge pull request #152 from cgohlke/patch-1
BUG: Restore previous io plugins.
2012-02-25 19:44:14 -08:00
cgohlke 99a8db9d54 Restore previous io plugins 2012-02-25 19:30:58 -08:00
Stefan van der Walt e7d5626c90 Merge pull request #151 from tonysyu/cleanup-tasks
DOC: Cleanup tasks list.
2012-02-22 18:23:00 -08:00
Tony S Yu de14e8fbb6 DOC: Remove "completed" labeled-image plotting task.
Comment for task mentioned that it could be done by setting the matplotlib colormap to "spectral". This solution is already demonstrated in the `plot_coins_segmentation` tutorial.
2012-02-21 22:57:47 -05:00
Tony S Yu fc71d31141 DOC: Delete completed task. 2012-02-21 22:56:06 -05:00
Tony S Yu a040c6108a DOC: Remove completed tasks.
It's a bit distracting to leave the completed tasks in the docs. I left some tasks that are marked completed: Either I couldn't find where they were implemented, or it has not been merged.
2012-02-21 22:47:26 -05:00
Tony S Yu c4b8964094 DOC: Add hidden toctree to tasks 2012-02-21 22:35:19 -05:00
Tony S Yu dc78c59be5 DOC: Add toctree to example gallery. 2012-02-21 21:47:09 -05:00
Tony S Yu eae045b16a DOC: Add hidden toctree for main index. 2012-02-21 21:30:11 -05: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
Stefan van der Walt 0962fa4d6a PKG: Move README.md to README.rst. 2012-02-21 15:04:21 -08:00
Stefan van der Walt e697d0b04e DOC: Update tasks. 2012-02-21 15:03:41 -08: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
Stefan van der Walt a073051b0d Merge PR #147 from 'tonysyu/fix-gallery-sizes
DOC: Fix gallery sizes.
2012-02-21 14:47:06 -08:00
Stefan van der Walt 3e2db2432e Merge pull request #148 from amueller/doc_error_message
DOC: Some sphinx and rst fixes.
2012-02-21 09:58:34 -08:00
Andreas Mueller b022dbd4c7 DOC minor 2012-02-21 18:53:40 +01: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
tonysyu 2c94fc7758 Merge pull request #146 from stefanv/imread_default_plugin
BUG: Use PIL as default imread plugin.
2012-02-20 07:39:41 -08:00
Tony S Yu 472b84d008 DOC: Add note about figure width to developer guide. 2012-02-20 10:27:40 -05:00
Tony S Yu 27af46706d DOC: tweak image sizes in gallery.
If images are limited to 8-inch widths and the figure dpi is 100, 1/4 scale thumbnails will be 200px wide.
2012-02-20 10:18:14 -05:00
Tony S Yu 520c961a0c DOC: minor example clean up. 2012-02-20 09:45:17 -05:00
Tony S Yu cb93ebbf61 DOC: Limit figures to 8 inch widths. 2012-02-20 09:40:56 -05: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
Stefan van der Walt 233c6f7145 Merge pull request #143 from tonysyu/array-view-docstring
DOC: Clarify difference between view_as_blocks and view_as_windows.
2012-02-19 21:08:18 -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 ac54f6969e DOC: remove dependency on PIL, see PR #138 2012-02-14 20:01:10 -05:00
Nicolas Pinto e77d7a7e44 DOC: don't divide by 255 when it's not required ;-) 2012-02-14 19:56:42 -05:00
Nicolas Pinto 5e9ad08b80 DOC: update view_as_blocks and gabors_from_lena example using comments from @stevanv (PR #138) 2012-02-14 19:45:38 -05:00
Nicolas Pinto 68f8c68c3f FIX: util.montage2d 'normalize' becomes 'rescale_intensity' and defaults to False 2012-02-14 19:36:07 -05:00
Stefan van der Walt 7de0a3ca78 Merge pull request #142 from tonysyu/fix-readme-file
DOC: Convert README to markdown for proper github rendering.
2012-02-14 00:40:35 -08:00
Nicolas Pinto c715adf1c0 DOC: add example of use of view_as_blocks with kmeans for simple dictionary learning 2012-02-14 00:16:00 -05:00
Nicolas Poilvert 96c2b3fc9d DOC: add example for util.shape.view_as_{blocks,windows} 2012-02-14 00:07:37 -05:00
Nicolas Pinto 64177b2000 ENH: add a 'normalize' kwarg to util.montage2d() 2012-02-14 00:04:42 -05:00
Tony S Yu 3ac467bacb DOC: Convert README to markdown for proper github rendering. 2012-02-13 23:14:10 -05:00
Nicolas Pinto 99efa1b771 ENH: add montage2d with tests 2012-02-13 21:20:31 -05:00
Stefan van der Walt 63550c5426 Merge pull request #141 from emmanuelle/user_guide
DOC: User guide--getting help section.
2012-02-13 16:08:42 -08:00