John Evans
f37da173e3
Releasing 0.5.12.
...
Fix a few documentation warts.
Added changelog into RST documentation.
Restored glymur.lib.openjp2.*_v3 functions removed in 0.5.11
2014-05-18 18:27:51 -04:00
jevans
5936706f0e
Releasing 0.5.11.
...
Updated to support OpenJPEG versions 1.5.2, 2.0.1, and 2.1.
Updated to support Python 3.4.
Cleaned up and refactored many tests.
Dropped some tests that were always skipped.
2014-05-13 07:28:59 -04:00
jevans
b78009ebf2
Merge branch 'issue141'
2014-01-28 20:25:50 -05:00
jevans
2810dbfb1a
Added blurb about not supporting Python 2.6 in next release.
2014-01-28 20:14:13 -05:00
jevans
515a920beb
Prepping for 0.5.10 release.
2014-01-28 20:00:36 -05:00
jevans
dd72595733
Should not error out if rreq mask length is not 1, 2, 4, or 8. #141
...
This is a hot fix, bumping to 0.5.10.
2014-01-28 19:50:00 -05:00
John Evans
3299c2e562
Merge branch 'issue138'
2013-10-29 10:15:47 -04:00
John Evans
f551646af8
Prepping 0.5.9 release.
2013-10-29 10:15:24 -04:00
John Evans
75cb8957fc
Have to put the check for path existance into the library default stanza.
...
Issue #138
2013-10-29 10:04:47 -04:00
John Evans
fca8bac347
Merge branch 'issue138'
2013-10-29 09:30:02 -04:00
John Evans
453e00db8c
Prepping for 0.5.8
2013-10-29 09:29:39 -04:00
John Evans
dd19340db2
Add additional path existance check to avoid unnecessary warning. #138
...
The warnings would come about if running on mac or windows where the
library could not be found via ctypes or the configuration file.
2013-10-29 09:17:32 -04:00
jevans
170f99ce3f
Merge branch 'issue138'
2013-10-28 21:54:15 -04:00
jevans
527f479545
Prepping 0.5.7 release.
2013-10-28 21:43:39 -04:00
jevans
f321c0d29b
More refactoring, fewer branches. #138
2013-10-28 21:20:52 -04:00
jevans
14d4b60896
Abstracted out loading of openjp2, openjpeg libraries. #138
...
That much was common to both load_openjp2 and load_openjpeg. Reduces
number of different moving parts.
2013-10-28 20:04:17 -04:00
John Evans
425b13a7f1
Simpler configuration check allows not-installed to be caught earlier.
...
Issue #138
2013-10-28 16:43:27 -04:00
John Evans
b7edcd5b43
Merge branch 'release-0.5.6'
2013-10-13 12:31:00 -04:00
John Evans
f08f1d9bb9
Finalizing 0.5.6 release.
2013-10-13 12:30:28 -04:00
John Evans
d9cae9af96
Merge branch 'issue131' into devel
2013-10-13 12:14:00 -04:00
John Evans
4c09d3ad3a
Disabling test_xml_cyrrilic and test_xml_latin1 on 2.7
...
There seems to be inconsistencies between different versions of 2.x as
to how non-ascii XML chars get printed, so disable those tests for now.
Closes #131 (again).
2013-10-13 12:12:20 -04:00
John Evans
6c21e738b5
Merge branch 'issue131' into devel
2013-10-13 12:03:05 -04:00
John Evans
a886234f01
Must use hex escapes to confirm 2.7 output. Closes #131 (again)
2013-10-13 12:02:23 -04:00
John Evans
cc12bb5a69
Merge branch 'issue131' into devel
2013-10-13 11:43:03 -04:00
John Evans
ff97e0fb82
Printing of XML and UUID boxes with non-ascii characters only fully supported in 3.x
...
In 2.x, the XML contents will be printed as entity references instead.
It's just too difficult to get both 2.x and 3.x to be entirely consistent,
and so 3.x gets the preferential treatment. Closes #131 .
2013-10-13 11:40:54 -04:00
jevans
79d2c134c8
XML text now constructed via utf-8, not ascii. #131
2013-10-12 21:31:11 -04:00
John Evans
4c0da0dd85
Added xml box write test with utf-8 content. #131
2013-10-12 18:57:35 -04:00
John Evans
751e5d411b
Merge branch 'issue129' into devel
2013-10-11 12:02:18 -04:00
John Evans
f6596dceb3
Fixed docstring errors. Closes #129
2013-10-11 12:01:33 -04:00
jevans
b49e113d16
No need for this file anymore, it's hardcoded into .travis.yml.
2013-10-09 21:15:19 -04:00
jevans
f5dd49cc1b
Must use pip to install numpy on python3, it would seem.
2013-10-09 21:07:16 -04:00
jevans
78915c5d95
Taking cue from tornado travis setup. Trying separate 2.6, 2.7, 3.3 setups.
2013-10-09 21:00:34 -04:00
jevans
d6ef966a23
Trying to have cake and eat it too. Adding 2.6 to travis matrix.
2013-10-09 20:47:50 -04:00
John Evans
8016626ea5
Merge branch 'issue45' into devel
2013-10-08 09:57:54 -04:00
John Evans
f0db9dfa2d
openjp2 write method rewritten for exitstack support. #45
2013-10-08 09:51:43 -04:00
John Evans
d6c5bdf74f
Merge branch 'issue128' into devel
2013-10-07 16:29:11 -04:00
John Evans
86d799bfb7
Reorganized the jp2k tests, dropped several duplicated ones. Closes #128
2013-10-07 16:28:33 -04:00
John Evans
9c9bf7e533
Merge branch 'master' into devel
2013-10-04 12:36:52 -04:00
John Evans
6c90504270
Merge branch 'release-0.5.5'
2013-10-03 11:10:26 -04:00
John Evans
3b6d34531d
Finalizing for 0.5.5 release.
2013-10-03 11:09:58 -04:00
John Evans
7aec21f49c
Merge branch 'issue127' into devel
2013-10-03 10:56:23 -04:00
John Evans
244fb26d96
Change the way versioning is included in setup.py #127
...
Using regular expressions should work so long as the pattern in
glymur/version.py does not change.
2013-10-03 10:41:41 -04:00
John Evans
fe3964c212
Add some information about how many tests should be expected to skip.
2013-10-03 10:41:12 -04:00
John Evans
6edb59ac7e
Very stupid, cannot import glymur in setup.py! #127
...
The install requirements have not yet necessarily been taken care of yet,
so pip installs will break on 2.6 and 2.7, probably due to contextlib2.
2013-10-03 10:10:36 -04:00
John Evans
a92f942ce5
Merge branch 'issue126' into devel
2013-10-03 10:03:38 -04:00
John Evans
c5900755ca
Removing verbose option. Closes #126
2013-10-03 10:02:16 -04:00
John Evans
9bff373116
Use verbose to be sure of what tests are running.
2013-10-03 08:06:38 -04:00
John Evans
7697230a59
Change openjpeg version from base system version to tarball version 1.5. #126
2013-10-03 07:59:24 -04:00
John Evans
62db4f7e0f
Mistakenly committed with a pdb breakpoint set.
2013-10-02 17:18:12 -04:00
John Evans
c65ae274a9
Minor tweaks.
2013-10-02 15:32:38 -04:00