Commit graph

440 commits

Author SHA1 Message Date
jevans
d7635bdfef Merge branch 'release-0.3.0' 2013-07-31 18:52:32 -04:00
jevans
6af3032636 Final bump for 0.3.0. 2013-07-31 18:52:00 -04:00
John Evans
34b228b7f4 Updating release matrix for 0.3.0 2013-07-31 08:13:00 -04:00
John Evans
4c742c0aaa Prepping for 0.3.0 release. 2013-07-31 06:44:45 -04:00
John Evans
e3400d26e7 Updating release 0.3.0 test information. 2013-07-31 06:42:27 -04:00
John Evans
b7ce622c66 Merge branch 'devel' of https://github.com/quintusdias/glymur into devel 2013-07-30 17:17:36 -04:00
John Evans
1322b03dae Merge branch 'issue93' into devel 2013-07-30 12:08:15 -04:00
John Evans
687d94d415 Monkey-patching replaced with unittest.patch. Somewhat saner. closes #93 2013-07-30 12:07:33 -04:00
John Evans
fc147a29e5 Merge branch 'issue92' into devel 2013-07-30 09:54:05 -04:00
John Evans
3f417a30b1 Use monkey-patched openjpeg version when library not available. Closes #92 2013-07-30 09:53:32 -04:00
John Evans
6581540f34 Added monkey-patched fixture for openjpeg version. 2013-07-30 09:52:07 -04:00
John Evans
93270a0d50 Removed monkey-patching of the library version when not found. #90 2013-07-30 09:51:40 -04:00
John Evans
35288ce73e Bad predicate in unittest decorator for TestCallbacks15. #90 2013-07-30 09:50:30 -04:00
John Evans
b990767bf1 Merge branch 'issue90' into devel 2013-07-30 08:46:17 -04:00
John Evans
0b5c8ce370 Added a known problems section, details winpython 3.3.2/opj 2.0 issue. Closes #90. 2013-07-30 08:44:47 -04:00
John G Evans
8deef3355c Added winpython 3.3 / openjpeg 2.0 note. 2013-07-30 08:18:37 -04:00
John G Evans
2a34561689 Had wrong location for default windows openjp2 install. #90 2013-07-30 08:18:13 -04:00
John Evans
8f20232d0b RGBA example would seem to require svn version. #90 2013-07-30 05:38:56 -04:00
jevans
3057d5ef7d Remove shutil test code, #90 2013-07-29 20:12:46 -04:00
jevans
5a78d9ad8e Added windows stanza for default openjp2 installation location. #90 2013-07-29 20:11:52 -04:00
jevans
39ae3d423b Updated docs for 2.0 support. #90 2013-07-29 19:48:21 -04:00
John Evans
ca740f90f9 Need to infer the location of openjp2 when not found by ctypes. #90 2013-07-29 17:50:37 -04:00
John Evans
372bfc2943 Pylint work. #90 2013-07-29 11:55:39 -04:00
John Evans
8120c21299 Pep8 work. #90 2013-07-29 11:40:47 -04:00
John Evans
429d0f8f1f Abstracted out all the write parameter validation. #90
RuntimeErrors swapped out for IOError.
2013-07-29 11:26:55 -04:00
John Evans
c2a94b92f1 First full run through successful with v2.0.0 official, with write support. #90 2013-07-29 09:54:04 -04:00
John Evans
48b95a235d Starting to filter out tests handled by 2.0+ but not 2.0.0 official. #90 2013-07-29 06:58:55 -04:00
jevans
b0566e4791 Some read support in 2.0.0. Some segfaults, though. #90 2013-07-28 16:14:20 -04:00
John Evans
56fce93f15 Merge branch 'master' into devel 2013-07-28 07:27:29 -04:00
jevans
589dec5189 Adding libc module for purpose of 2.0.0 support. 2013-07-27 21:23:40 -04:00
jevans
5c022f6460 Merge branch 'master' into devel 2013-07-27 20:43:24 -04:00
jevans
a78145b66d Merge branch 'release-0.2.8' 2013-07-27 20:29:18 -04:00
jevans
cd9492ad70 Finalizing 0.2.8 release. 2013-07-27 20:28:45 -04:00
John Evans
c3afd41bc8 Prepping for 0.2.8 release. 2013-07-27 19:47:26 -04:00
John Evans
548304d2a9 Merge branch 'issue91' into devel 2013-07-27 19:32:25 -04:00
John Evans
c1c6080b18 Windows if-statement is now a catch-all for config file location.
Closes #91, again.
2013-07-27 19:31:24 -04:00
John Evans
8f37579ffc Merge branch 'issue91' into devel 2013-07-26 14:57:59 -04:00
John Evans
604d7908c4 Updated windows notes for configuation file location. Closes #91. 2013-07-26 14:57:21 -04:00
John G Evans
1ad3e94129 Using os.path.expanduser on windows to figure out where to put config file. 2013-07-26 14:32:53 -04:00
John G Evans
089e11c578 Merge branch 'master' into devel 2013-07-26 13:56:30 -04:00
jevans
30428f898d Merge branch 'release-0.2.7' 2013-07-25 19:19:16 -04:00
jevans
890580ce77 Finalizing for 0.2.7 release. 2013-07-25 19:18:51 -04:00
John Evans
b909272181 Added warning when neither library found, monkey-patched version.
Did some things I'm not proud of...  Should revisit this.
2013-07-25 18:41:38 -04:00
John Evans
589ca8201d Prepping for 0.2.7 release. 2013-07-25 17:50:44 -04:00
John Evans
4d00cca777 pep8 work 2013-07-25 15:55:15 -04:00
John Evans
1d23ffcfbf Not trying to running opj_version upon import anymore when no library.
This should allow us to warn but not error out when neither library is
present.  We should be able to retrieve metadata on such configurations.
2013-07-25 15:27:53 -04:00
John Evans
0c8d5134cd Merge branch 'master' into devel 2013-07-25 08:01:25 -04:00
jevans
c061b33116 Merge branch 'release-0.2.6' 2013-07-24 20:41:03 -04:00
jevans
c74ca93f44 Finalizing 0.2.6 release. 2013-07-24 20:40:36 -04:00
John Evans
0f7e326e3c qualified raspberry pi 2013-07-24 20:15:08 -04:00