Commit graph

350 commits

Author SHA1 Message Date
jevans
64cdbc3ad3 Bumping setup.py to 0.2.4 official. 2013-07-21 12:31:14 -04:00
jevans
b6cb36cb5b Qualified on mac, 2.6, 2.7, 3.3 2013-07-21 12:24:51 -04:00
John Evans
de59be99b5 Qualified on raspberry pi. 2013-07-21 12:13:28 -04:00
John Evans
162fa8f9c4 Qualified on FC17. 2013-07-21 12:01:29 -04:00
John Evans
371bb90fa2 Qualified on centos 6.4. 2013-07-21 11:50:07 -04:00
jevans
64faebd06c Prepping for 0.2.4 bug fix release. 2013-07-21 11:25:46 -04:00
jevans
3d728867da Merge branch 'issue79' into devel 2013-07-21 11:09:30 -04:00
jevans
b740322b38 Minor doc bugs fixed, closes #79. 2013-07-21 11:08:55 -04:00
John Evans
510e5c2d14 Updated affected tests. Closes #78. 2013-07-21 07:35:57 -04:00
jevans
b082e5e9d8 psot can be zero, meaning tile part extends to EOC marker.
Must pass in the codestream length to help figure this out.  #78
2013-07-20 21:34:45 -04:00
John Evans
510e56067e More caveats for windows. 2013-07-19 17:06:08 -04:00
John Evans
a2fa99f253 Reloading tests upon import until next release. 2013-07-19 17:05:34 -04:00
jevans
d735ab5c96 Added final release steps checklist. 2013-07-18 19:59:52 -04:00
jevans
f016bf69cb Merge branch 'master' into devel 2013-07-18 19:55:18 -04:00
jevans
85df7f615d Merge branch 'release-0.2.3' 2013-07-18 19:52:40 -04:00
jevans
84fe5c3360 test_wrap_jp2 wasn't testing a jp2 file. 2013-07-18 19:45:09 -04:00
jevans
127fbf2f94 Added raspberry pi entry. 2013-07-18 19:07:41 -04:00
jevans
21f5179aed pylint work 2013-07-18 18:43:11 -04:00
jevans
4697a106d1 Minor doc updates. 2013-07-18 18:24:18 -04:00
John Evans
2f2bbf57ad Qualified for 0.2.3 on windows. 2013-07-18 08:31:44 -04:00
John Evans
7333435b17 Added printing cdef output. 2013-07-18 08:13:46 -04:00
John Evans
e7c621b933 Qualified on Fedora 17, 18, Centos 6.4. 2013-07-17 18:52:11 -04:00
John Evans
eee68edcd0 Bumping for 0.2.3 2013-07-17 18:35:19 -04:00
John Evans
32a145eb32 Added screenshot, more description of rgba process, #64 2013-07-17 18:17:04 -04:00
John Evans
3cb9a61270 Merge branch 'issue64' into devel 2013-07-17 12:52:39 -04:00
John Evans
3c350361a0 cdef box now only takes keyword arguments, index is optional.
Added negative test.  #64
2013-07-17 12:51:31 -04:00
John Evans
4cdef991b9 Fixed the math. #64 2013-07-17 12:51:14 -04:00
John Evans
8450ccba5c Adding initial rgba example. Works, but needs more information. #64 2013-07-17 09:04:51 -04:00
John Evans
c0beaa5c04 Minor doc fixed involving installation details. 2013-07-17 06:43:02 -04:00
John Evans
b5331ce36e Removed _file_size attribute, it's unneeded. 2013-07-17 06:26:33 -04:00
jevans
657e497ed0 Merge branch 'issue76' into devel 2013-07-16 19:53:36 -04:00
jevans
196bb9de47 Closes #76. Issue was inapplicable.
Patching the library handle wasn't appropriate since the tests are
really concerned with reloading the entire package.  imp.reload in
setUpClass and tearDownClass really was the correct way to go.
2013-07-16 19:52:10 -04:00
jevans
409adeef56 Make email address more straightforward. 2013-07-16 19:19:44 -04:00
John Evans
fd8423b686 Merge branch 'issue51' into devel 2013-07-16 18:48:31 -04:00
John Evans
a1c779b729 Simplified test requirements, dropping scikit-image and freeimage.
closes #51
2013-07-16 18:45:25 -04:00
John Evans
fa08fc0670 Not going to bother with a test_requires section. Closes #51.
Numpy causes trouble on the mac with test_requires.  Anyway, the only
real hard requirement is "mock" with 2.6 and 2.7, and that's hardly
worth the extra trouble.  matplotlib and pillow are optional requirements.
2013-07-16 18:26:53 -04:00
John Evans
492da55af0 Moving test requirements into its own area. Worked on Fedora19, python 2.7. #51 2013-07-16 16:41:33 -04:00
John Evans
409284ad88 Had to simplify the check for skimage/matplotlib backend.
It was failing when skimage was present, but not freeimage.
2013-07-16 16:03:46 -04:00
John Evans
8ec0d778e9 Don't import test package, too many dependencies. 2013-07-16 16:03:21 -04:00
John Evans
fc737ed00d Replaced IOError with custom glymur.jp2k.LibraryNotFoundError
To be used when an openjpeg library is not available to perform a certain task.
2013-07-16 12:58:34 -04:00
John Evans
02da3f1368 Fixed typo in monkey-patch code, #76 2013-07-16 08:47:02 -04:00
John Evans
13ff187fc0 Tests to error out with read_bands, write without libraries present. 2013-07-16 07:04:30 -04:00
jevans
7c0d1385b8 Added test for expected read error when both libraries missing. 2013-07-15 21:12:44 -04:00
John Evans
34b45ba822 Using os.path.getsize instead of os.stat 2013-07-15 18:49:38 -04:00
John Evans
c35bcaead0 Modernized printing tests.
Using recipe 14.1 described in "Python Cookbook", mock.patch works much
better.
2013-07-15 06:40:13 -04:00
jevans
20c1e7d99b Merge branch 'little' into devel 2013-07-14 21:09:56 -04:00
jevans
6177e32891 Reenabled config tests. 2013-07-14 21:08:56 -04:00
jevans
6e0e982ae2 Updated for svn revision 2345. Two more tests passing. 2013-07-14 11:55:29 -04:00
John Evans
378f0c59cf Needed to import sys. 2013-07-14 07:37:40 -04:00
John Evans
c5c04aab32 Merge branch 'v1.3' into devel 2013-07-14 07:34:22 -04:00