Commit graph

1,190 commits

Author SHA1 Message Date
John Evans
1bfb2f5fc8 merge branch 'issue316' into devel 2015-01-08 12:08:16 -05:00
John Evans
4686c40c57 fix test failure, not a real bug, closes #316
Had assumed that the error was due to parse_options not being properly
reset, but that was not the case.  Seems to have just been bad expected
data.
2015-01-08 12:07:10 -05:00
jevans
05e343b2e4 merge branch 'issue315' into devel 2015-01-07 20:18:51 -05:00
John Evans
4d680cf90b refactor shape property to be less dependent on property, closes #315 2015-01-07 20:14:45 -05:00
John Evans
bd3f491e20 merge branch 'issue311' into devel 2015-01-07 08:20:51 -05:00
John Evans
059bee50e2 all tests passing on opensuse 2015-01-06 19:55:59 -05:00
John Evans
4ceb4dce61 pep8 work 2015-01-06 16:37:55 -05:00
John Evans
a24bff0af1 replaced main_header codestream attribute with codestream
changed "codestream" parameter of set_parseoptions to "full_codestream"
2015-01-06 16:35:38 -05:00
John Evans
fe5e784b58 get all tests passing 2015-01-06 11:00:08 -05:00
John Evans
a131d83d48 merge branch 'issue311' of github.com:quintusdias/glymur into issue311
Conflicts:
	glymur/test/test_printing.py
2015-01-06 09:24:04 -05:00
John Evans
aeec03c829 blah 2015-01-06 09:23:23 -05:00
jevans
7dfcc0fd7c documented rename of ContiguousCodestream attribute codesream. 2015-01-05 21:10:02 -05:00
jevans
2755e8edd4 Jp2dump tests passing, more need to be written 2015-01-05 20:23:52 -05:00
jevans
e2465c5c73 merge branch 'devel' of https://github.com/quintusdias/glymur into devel
Conflicts:
	glymur/test/test_config.py
	glymur/test/test_glymur_warnings.py
	glymur/test/test_opj_suite_dump.py
	glymur/test/test_printing.py
2015-01-05 19:24:13 -05:00
John Evans
e93392a10e print the main header by default 2015-01-05 08:13:31 -05:00
John Evans
dc2b2bda15 the main header will be printed by default 2015-01-04 21:39:14 -05:00
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
jevans
02ff730784 pep8 work 2014-12-23 07:43:05 -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