Commit graph

551 commits

Author SHA1 Message Date
John Evans
ddb7087941 Merge branch 'issue116' into devel 2013-09-16 06:33:55 -04:00
John Evans
bc1421bb19 Qualified on 1.3, 1.4. Closes #116 2013-09-16 06:33:23 -04:00
John Evans
7622b94073 Fixed typo in error message. #116 2013-09-15 12:34:00 -04:00
John Evans
fe6c607e67 Openjpeg 1.3 reads this image as indices, not RGB. #116 2013-09-15 12:33:29 -04:00
John Evans
c52c9e61a7 Merge branch 'issue115' into devel 2013-09-15 11:57:54 -04:00
John Evans
293d796b91 Streamlined the advanced installation instructions a bit. Closes #115
Linux users don't need as much hand-holding.
2013-09-15 11:57:04 -04:00
John Evans
14810b2add Merge branch 'issue114' into devel 2013-09-15 11:16:29 -04:00
John Evans
427a4946b7 Added ExitStack to write/1.5 workflow. Closes #114
Some pylint work.
2013-09-15 11:16:10 -04:00
John Evans
ddecb8a740 Merge branch 'devel' of github.com:quintusdias/glymur into devel 2013-09-15 10:32:20 -04:00
jevans
f26bf8d81b Merge branch 'issue113' into devel 2013-09-14 21:54:11 -04:00
jevans
cc729dd579 Added version module. Closes #113 2013-09-14 21:46:58 -04:00
jevans
9785d6b2ad Merge branch 'issue112' into devel 2013-09-14 15:32:34 -04:00
jevans
cc10537c14 Using existing openjp2 handlers for now. #112
Seems a little greasy, but it works.  Probably should think about a
separate error handler, though.
2013-09-12 21:07:58 -04:00
jevans
8292b7cf40 Merge branch 'devel' into issue112 2013-09-12 19:36:31 -04:00
jevans
c051d8d291 Merge branch 'issue111' into devel 2013-09-12 19:36:12 -04:00
John Evans
8e913075eb Merge branch 'issue111' into devel 2013-09-12 06:40:37 -04:00
John Evans
d132a98a80 Updated changelog for 1.5 write support. 2013-09-12 06:40:13 -04:00
jevans
5b401e1e2d Writing works with 1.5, two failures with 3.3. #111 2013-09-11 20:30:54 -04:00
jevans
5626f3f460 Updated for OpenSUSE 12.3. Simplified the Fedora explanations. #111 2013-09-11 20:30:47 -04:00
John Evans
516d3ca55b Don't bother trying to write with versions below 1.5. #111 2013-09-11 06:43:36 -04:00
jevans
d070cc4144 Filled in more of openjpeg write definitions. #111 2013-09-10 20:11:32 -04:00
jevans
ed1ca36040 Added preliminary 1.5.1 write routine. 2013-09-09 21:09:33 -04:00
John Evans
83fe9e2a61 Merge branch 'issue110' into devel 2013-09-07 07:38:34 -04:00
jevans
0bb875bfff test_jp2k refactored to not duplicate tests. #110 2013-09-06 12:25:56 -04:00
jevans
21ef942104 Can get full run with test_opj_suite refactoring. #110
test_opj_suite refactored to not repeat tests.
2013-09-06 11:07:40 -04:00
jevans
02c186107d Removing duplicated tests. #110 2013-09-05 21:39:05 -04:00
jevans
80cb2585b1 OPENJPEG_VERSION is now the version of the software, not the library.
For #110
2013-09-05 21:38:50 -04:00
jevans
588925789c Merge branch 'devel' of https://github.com/quintusdias/glymur into devel 2013-08-28 21:36:33 -04:00
jevans
e8c66517d1 Merge branch 'issue108' into devel 2013-08-28 21:36:03 -04:00
jevans
8a8cccb8ab Refactored OPJ_DATA_ROOT handling into a fixture. Closes #108 2013-08-28 21:35:22 -04:00
John Evans
6d56f1e12a Merge branch 'issue107' into devel 2013-08-21 12:14:25 -04:00
John Evans
3efcf0b46a restrict email notifications, closes #107 2013-08-21 12:14:09 -04:00
John Evans
b59357b0b5 Merge branch 'master' into devel 2013-08-21 11:38:22 -04:00
John Evans
8b0c8a0198 Merge branch 'release-0.4.1' 2013-08-21 11:07:53 -04:00
John Evans
1dce49121f Finalizing for 0.4.1 release. 2013-08-21 11:07:29 -04:00
John Evans
d0b6343515 minor wording changes 2013-08-21 10:33:36 -04:00
John Evans
b53a838056 Prepping for 0.4.1 release. 2013-08-21 10:18:06 -04:00
jevans
1e20b1f891 Merge branch 'issue105' into devel 2013-08-20 22:19:08 -04:00
John Evans
009bd64772 Must explicitly check max rlevel on 1.x versions of library.
Otherwise it errors badly on 1.5, segfaults on 1.3.  Closes #106.
2013-08-20 22:10:38 -04:00
jevans
08578115f6 No need to use apt-get with numpy, and then also install with pip
still on #105
2013-08-20 20:45:47 -04:00
jevans
b7e589c781 Don't need matplotlib yet, try python-numpy instead of numpy. 2013-08-20 20:36:03 -04:00
jevans
10bd0be89a Trying to install debs for numpy and matplotlib instead of pip 2013-08-20 20:23:51 -04:00
jevans
5c190e8d9e Added check for rlevel=-1 for openjpeg 1.5. Added 2.x tests to 1.5 suite.
Closes #106
2013-08-20 20:01:01 -04:00
jevans
bbc7808175 Moved TestConfig tests into config. Reworked two jp2k tests.
The jp2k tests were relying on the OPJ_DATA_ROOT test files, which was
not necessary.  #105
2013-08-20 18:53:37 -04:00
jevans
a5534a1dd9 Merge branch 'issue105' into devel 2013-08-19 19:34:21 -04:00
jevans
efa2e23d62 Remove 2.6 build because it uses unittest2 instead of unittest. Closes #105 2013-08-19 19:19:07 -04:00
jevans
d636a0e3e9 Adding libopenjpeg2 to apt-get install, taking out numpy 2013-08-19 19:03:11 -04:00
jevans
d265968682 Make the travis build more verbose. 2013-08-19 18:53:36 -04:00
jevans
3e91c14550 First attempt at travis ci 2013-08-19 18:47:46 -04:00
jevans
6d8dda63fa Merge branch 'master' into devel 2013-08-18 20:17:14 -04:00