John Evans
c23fe48815
merge branch 'issue312' into devel
2015-01-04 20:22:49 -05:00
John Evans
43da1824b6
don't error out on bad ftyp entry or colr method, closes #312
2015-01-04 20:21:33 -05:00
John Evans
48fdceda52
merge branch 'issue310' into devel
2015-01-01 22:18:45 -05:00
John Evans
a921b1101d
refactor install_requires list, closes #310
...
split into install_requires and test_requires
2015-01-01 22:17:55 -05:00
John Evans
0ce15e93c4
merge branch 'issue309' into devel
2015-01-01 15:17:28 -05:00
John Evans
80f696c600
fixed irreversible test to match upstream, closes #309
2015-01-01 15:14:54 -05:00
John Evans
3eae87543c
merge branch 'issue308' into devel
...
Conflicts:
glymur/test/test_opj_suite.py
2015-01-01 09:53:02 -05:00
John Evans
3e723605b9
fix broken test due to upstream openjpeg test suite changes, closes #308
...
removed test_NR_broken3_jp2_dump, it is mostly just an extreme duplicate
case of test_NR_broken_jp2_dump. It must be skipped on 32bit platforms
anyway.
refactored some NR_broken tests, consolidating them
2015-01-01 09:48:39 -05:00
John Evans
398125b1aa
merge branch 'issue308' into devel
2015-01-01 09:09:37 -05:00
John Evans
acf6b28bc9
fix broken test due to upstream openjpeg test suite changes, closes #308
...
removed test_NR_broken3_jp2_dump, it is mostly just an extreme duplicate
case of test_NR_broken_jp2_dump. It must be skipped on 32bit platforms
anyway.
2015-01-01 09:07:19 -05:00
John Evans
6572fd8772
merge branch 'issue275' into devel
2014-12-31 23:32:20 -05:00
John Evans
8440d69222
codestream now a property of Jp2k object, closes #275
...
repeated calls to get_codestream removed
2014-12-31 23:29:39 -05:00
John Evans
c16ecd7ae9
merge branch 'issue298' into devel
2014-12-31 22:46:28 -05:00
John Evans
20f2c0c291
remove coverall changes, closes #298
...
no further action planned
2014-12-31 22:45:34 -05:00
John Evans
671bd88910
merge branch 'issue307' into devel
2014-12-31 22:41:20 -05:00
John Evans
6f697526f2
pep8 work, closes #307
2014-12-31 22:41:02 -05:00
jevans
13cc6aa7e5
pep8 work
2014-12-23 08:59:17 -05:00
John Evans
39cc8a845a
merge branch 'devel' of github.com:quintusdias/glymur into devel
2014-11-23 22:22:18 -05:00
John Evans
4a4f1f5738
merge branch 'issue306' into devel
2014-11-23 22:21:12 -05:00
John Evans
4527c774fa
Failures on windows are due to named temp file issue, closes #306
2014-11-23 22:20:15 -05:00
jevans
c39661b586
pep8 cleanup
2014-11-21 21:53:39 -05:00
John Evans
5541fb6465
merge branch 'issue304' into devel
2014-11-21 19:34:44 -05:00
John Evans
6a59e38aed
reading metadata still works if library not installed, closes #304
2014-11-21 19:32:40 -05:00
John Evans
0889d8999b
merge branch 'issue299' into devel
2014-11-21 10:39:06 -05:00
John Evans
03cb19d22b
deprecated read method, removed write method, closes #299
...
use array-style slicing instead. Many former read methods are now
properties. Many former write method parameters are now moved into the
constructor.
2014-11-21 10:37:23 -05:00
jevans
7cdc5c6828
merge branch 'issue298' into devel
2014-11-05 20:57:25 -05:00
jevans
eeee8ae9dc
modified travis config for coveralls support
2014-11-05 20:47:53 -05:00
jevans
7633572b49
merge branch 'devel' of https://github.com/quintusdias/glymur into devel
2014-11-05 20:35:51 -05:00
jevans
6ffd229512
merge branch 'issue286' into devel
2014-11-05 20:34:41 -05:00
jevans
1f0d0c3786
deleted TccpInfo, TileInfoV2, CodestreamInvoV2 classes
...
They are used in tests, but not in top-level glymur classes.
2014-11-05 20:33:10 -05:00
John Evans
24ba8c1df8
merge branch 'issue297' into devel
2014-10-30 11:48:55 -04:00
John Evans
1782cb957f
removed img_array from private _determine_colorspace method, closes #297
2014-10-30 11:48:20 -04:00
jevans
73f2257d92
merge branch 'issue295' into devel
2014-10-25 11:22:42 -04:00
jevans
a713d44238
added shape attribute, closes #295
2014-10-25 11:22:19 -04:00
jevans
3e411ab5e1
merge branch 'issue294' into devel
2014-10-24 21:58:45 -04:00
jevans
aef47ed318
skip test on 2.7, closes #294
...
assertRegex not available
2014-10-24 21:58:08 -04:00
jevans
4aad8cd306
merge branch 'issue294' into devel
2014-10-24 21:23:12 -04:00
jevans
4ffb46833f
fixed printing of j2k files with "-c 0", closes #294
...
It's kind of meaningless to supply that option with a raw codestream,
but if it's what the user wanted to do, then it's what the user wanted
to do.
2014-10-24 21:21:54 -04:00
jevans
41eaec6464
merge branch 'issue292' into devel
2014-10-24 20:33:41 -04:00
jevans
351ae294d6
add test for config file in current directory, closes #292
2014-10-24 20:33:01 -04:00
jevans
fa23fddfd8
merge branch 'issue290' into devel
2014-10-24 19:33:55 -04:00
jevans
5c262025b3
fix test to pick up library on macports, closes #290
...
The environment DYLD_FALLBACK_LIBRARY_PATH helps to find macports
libraries in /opt/local/lib
2014-10-24 19:32:21 -04:00
John Evans
34092dff5b
merge branch 'issue290' into devel
2014-10-24 09:49:16 -04:00
John Evans
d36f521b61
added test for case when config dir is empty, closes #290
2014-10-24 09:48:47 -04:00
John Evans
87c9aeedd9
merge branch 'issue293' into devel
2014-10-23 12:22:12 -04:00
John Evans
5aac625981
added test for None usage in config file, closes #293
2014-10-23 12:21:37 -04:00
jevans
9a6a5affb7
merge branch 'issue291' into devel
2014-10-22 20:24:52 -04:00
jevans
954e86a2ab
added negative test for int32 imagery, closes #291
2014-10-22 20:23:45 -04:00
jevans
cad26a2d88
merge branch 'issue289' into devel
2014-10-22 20:04:09 -04:00
jevans
61cafc00b8
remove FORMAT_CORPUS tests, closes #289
...
We don't lose any code coverage, so it's just one less thing to worry
about.
2014-10-22 20:02:55 -04:00