Commit graph

497 commits

Author SHA1 Message Date
jevans
e74718655f Added example for append method. Closes #103. 2013-08-18 19:59:50 -04:00
jevans
5edbe6f078 pylint, pep8 work. 2013-08-18 14:48:17 -04:00
jevans
08ff86e4a2 Added append capability, #103 2013-08-18 14:47:49 -04:00
jevans
16ba90a372 Merge branch 'master' into devel 2013-08-18 13:07:25 -04:00
jevans
7f5e9f521c Merge branch 'devel' 2013-08-15 20:28:34 -04:00
jevans
61a5497ba7 Bumping for 0.3.2 release. 2013-08-15 20:28:15 -04:00
jevans
b333eb0cd6 Merge branch 'devel' of https://github.com/quintusdias/glymur into devel 2013-08-15 20:11:56 -04:00
John Evans
1df3faf35f Merge branch 'issue102' into devel 2013-08-15 17:12:07 -04:00
John Evans
d036c12a07 Handles testing gracefully when PIL not present.
If PIL is not present, certain writing tests should not be run.
These tests would show up as errors instead.  Closes #102.
2013-08-15 17:10:41 -04:00
John Evans
0f7752d085 Merge branch 'master' into devel 2013-08-15 16:55:55 -04:00
jevans
cd8c9fd8df Merge branch 'master' into devel 2013-08-14 20:27:01 -04:00
jevans
8204706a86 Merge branch 'release-0.3.1' 2013-08-14 20:25:30 -04:00
jevans
86cdb9b36a Bumping for 0.3.1 2013-08-14 20:24:41 -04:00
John Evans
24de4a442a Merge branch 'issue99' into devel 2013-08-13 18:47:30 -04:00
John Evans
b8fe75984e pylint work, closes #99 2013-08-13 18:46:47 -04:00
John Evans
3753dc5e60 pylint work, #99 2013-08-13 06:53:59 -04:00
jevans
6f964ce146 Closes #101 2013-08-12 20:31:48 -04:00
jevans
4db8763056 Refactored out read_common, remove ambiguity on return type.
It was the case that _read_common could return either a list, a view, or
an image cube depending upon the jp2 subsampling or the image
dimensions.  No more.  Closed #100
2013-08-12 20:12:23 -04:00
jevans
f55963db81 pylint work, exposed mantissa, exponent, guard bits in QCC, QCD
issue #99
2013-08-12 19:22:13 -04:00
John Evans
fc95b9d54c pylint work (head is now broken), #99 2013-08-12 06:57:56 -04:00
jevans
11b29028fc pylint work, #99 2013-08-11 20:23:50 -04:00
jevans
1a84ca2386 pylint work, #99 2013-08-11 20:08:15 -04:00
jevans
0497576e6f pylint work, #99 2013-08-11 19:16:34 -04:00
John Evans
2acb8d6c94 pylint work, #99 2013-08-11 14:49:44 -04:00
John Evans
1fe62a9d9e pylint work, #99 2013-08-11 07:34:40 -04:00
jevans
ee2f950500 pylint work, #99 2013-08-10 21:51:59 -04:00
jevans
63168e6b3a pylint work, #99 2013-08-10 16:42:08 -04:00
John Evans
fbc9bbcf14 Pylint work, #99 2013-08-10 14:39:25 -04:00
John Evans
8a8b4cb0ad pep8 work, #99 2013-08-10 13:05:10 -04:00
John Evans
d7a06f29ed pylint work, #99 2013-08-10 13:04:58 -04:00
John Evans
0eb58e4ae4 pylint work, #99 2013-08-10 07:12:31 -04:00
jevans
bf24e9b280 pylint work, #99 2013-08-09 23:11:03 -04:00
John Evans
77a601b4de pylint work, #99 2013-08-08 18:23:31 -04:00
John Evans
658b61672c pylint work 2013-08-08 17:37:02 -04:00
John Evans
4c90b321b3 Merge branch 'issue96' into devel 2013-08-07 16:55:12 -04:00
jevans
e95cc30ef4 pep8, pylint work, closes #96 2013-08-07 16:54:45 -04:00
jevans
775cd6f80c Some refactoring. Reviewed comments and usage of "catch_warnings" 2013-08-07 13:48:33 -04:00
jevans
cd06a3404b Was not interpolating an error message arguments properly. 2013-08-07 13:47:58 -04:00
jevans
c98737a72c Suppressing warnings until metadata printing is done. Closes #96 2013-08-07 13:45:56 -04:00
jevans
a2103c18b1 Merge branch 'devel' of https://github.com/quintusdias/glymur into devel 2013-08-05 20:46:45 -04:00
jevans
f33ea6dedb Merge branch 'issue98' into devel 2013-08-05 20:42:35 -04:00
jevans
19f5ae6a46 pylint work regarding rstrip arguments. closes #98 2013-08-05 20:39:39 -04:00
jevans
c6686e212a pep8 work #98 2013-08-05 20:39:12 -04:00
John Evans
10ea386052 Merge branch 'devel' of https://github.com/quintusdias/glymur into devel 2013-08-04 11:42:44 -04:00
John Evans
d077da26f2 No longer needed, better suited for a wiki page. Closes #97. 2013-08-04 11:42:16 -04:00
John Evans
10da885ff5 No longer needed, better suited for a wiki page. Closes #95. 2013-08-04 11:36:38 -04:00
John Evans
f8362d7e7a Merge branch 'issue87' into devel 2013-08-03 16:11:54 -04:00
John Evans
20825f960a Modified the warning a bit to make it clearer. Closes #87. 2013-08-03 16:11:10 -04:00
John Evans
f46cdfb759 "except Exception" was totally unnecessary, Closes #95 2013-08-03 07:58:00 -04:00
jevans
915e032280 Changed license line to 'MIT'.
The license itself didn't change, just the way that it is listed in the
trove classifier.
2013-08-01 20:38:32 -04:00