tonysyu
|
76270f0872
|
Merge pull request #163 from stefanv/convert_with_copy
ENH: Allow forced copy of data upon type conversion.
|
2012-03-11 17:37:08 -07:00 |
|
Stefan van der Walt
|
b9289123f7
|
Explicitly use float64 instead of float.
|
2012-03-11 16:02:20 -07:00 |
|
Stefan van der Walt
|
ea15eb7647
|
ENH: Allow forced copy of data upon type conversion.
|
2012-03-10 17:27:54 -08:00 |
|
Tony S Yu
|
3419d5d07a
|
Merge pull request #159 from 'stefanv/version_remove'
|
2012-03-04 10:48:16 -05:00 |
|
Stefan van der Walt
|
57bf9d1c67
|
ENH: Add freeimage as fallback io plugin, to allow buildbot to read test images.
|
2012-03-03 14:25:05 -08:00 |
|
Stefan van der Walt
|
ac625e9d3b
|
BUG: Correctly fix zip import for Python 3.2. 2to3 simply removes the itertools import line.
|
2012-03-03 11:42:16 -08:00 |
|
Stefan van der Walt
|
7419c682de
|
BUG: Fix typo in montage--xrange is no longer supported.
|
2012-03-03 11:25:37 -08:00 |
|
Stefan van der Walt
|
e99f18be5a
|
BUG: Fix imports for Python 3.2.
|
2012-03-03 11:18:16 -08:00 |
|
Stefan van der Walt
|
694fb1a8d7
|
PKG: Fix version import to allow build on 3.2.
|
2012-03-02 11:44:32 -08:00 |
|
Stefan van der Walt
|
02edb162fd
|
Merge pull request #157 from tonysyu/fix-plugin-call
FIX: Check plugin is loaded before checking its functions.
|
2012-03-02 11:22:31 -08:00 |
|
Stefan van der Walt
|
ecaf75fe9e
|
ENH: Remove annoying version.py.
|
2012-03-02 11:12:50 -08:00 |
|
Tony S Yu
|
3c91aab3a0
|
FIX: Check plugin is loaded before checking its functions.
|
2012-02-28 00:07:07 -05:00 |
|
Stefan van der Walt
|
b5538297f1
|
Merge pull request #155 from cgohlke/patch-4
BUG: Fix TypeError on 64 bit platforms.
|
2012-02-26 12:07:50 -08:00 |
|
Tony S Yu
|
5e7f08ef8f
|
Fix test when tifffile plugin is not available.
|
2012-02-26 10:38:22 -05:00 |
|
cgohlke
|
faf92e1a6d
|
Fix TypeError on 64 bit platforms
|
2012-02-25 21:01:27 -08:00 |
|
cgohlke
|
161e42e053
|
Fix conversion of bytes to str on Python 3
|
2012-02-25 20:33:17 -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 |
|
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 |
|