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 |
|
emmanuelle
|
facb37b157
|
getting_help file
|
2012-02-13 23:19:47 +01:00 |
|
emmanuelle
|
acaa05c9ed
|
User guide: first draft of "getting help"
|
2012-02-13 23:16:09 +01: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 |
|
Stefan van der Walt
|
dae12684b2
|
Merge pull request #139 from cgohlke/patch-3
BUG: Restore numpy 1.5 compatibility.
|
2012-02-13 02:59:38 -08: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
|
917f345d61
|
Merge PR #134 from 'zachrahan/freeimage-linuxload'
ENH: Robustly locate FreeImage on different platforms.
|
2012-02-10 15:38:35 -08:00 |
|