Commit graph

1,195 commits

Author SHA1 Message Date
jevans
f3db36017c merge branch 'release-0.8.0rc2' 2015-01-10 19:58:27 -05:00
jevans
3c7205038f releasing 0.8.0 2015-01-10 19:58:00 -05:00
John Evans
2ffdf716c0 remove test requirement for six, doc modifications, doctest fix
The test requirement for six was problematic, as some versions cause
problems with assertWarns and some do not.  We are already filtering
out versions that we know cause problems and it can unintentionally
cause an upgrade superceding the system version if it remains as a
"test_requires" option, so best to get rid of it.  Additionally, the
"test_requires" option was entirely removed as pip doesn't recognize it
upon install, so "mock" would not be installed on Python2.7 via pip.

The doctest fix was the real fix for #316, not sure why this did
not show up when testing on linux mint
2015-01-10 19:48:09 -05:00
John Evans
7b1522bb0e merge branch 'issue314' into devel 2015-01-08 13:25:04 -05:00
John Evans
8cc1155252 removed check for six version 1.8.0, closes #314
Not sure how this issue came about as it no longer seems to exist.  The
version of six installed on Linux Mint 17 is 1.5.2, not 1.8.0 as thought
when the issue was filed.  All seems ok.
2015-01-08 13:23:55 -05:00
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