jevans
fdca2cee31
Merge branch 'issue77' of https://github.com/quintusdias/glymur into issue77
...
Conflicts:
glymur/test/test_format_corpus.py
2013-07-22 19:17:37 -04:00
jevans
67032f5040
Added test for error on truncated EOC file.
2013-07-22 19:13:26 -04:00
jevans
15cd084df1
Checking for the codestream markers to always occupy two bytes. #77
2013-07-22 19:12:45 -04:00
jevans
83f17b2181
Checking for the codestream markers to always occupy two bytes.
2013-07-22 19:03:59 -04:00
jevans
1ccd793bae
Merge branch 'master' into devel
2013-07-22 18:12:43 -04:00
jevans
729f42b5c9
Merge branch 'release-0.2.5'
2013-07-22 18:07:45 -04:00
jevans
4963455298
Finalizing 0.2.5 version info.
2013-07-22 18:07:17 -04:00
jevans
e75cdcf686
The XMP uuid data is an ElementTree instance, not an Element instance.
2013-07-22 18:00:44 -04:00
jevans
11eed0f513
Prepping for 0.2.5 release.
2013-07-22 17:49:50 -04:00
John Evans
192ce907cf
Merge branch 'issue65' into devel
2013-07-22 08:49:31 -04:00
John Evans
d0eeb26748
No longer need to mention thought of going to lxml. Closes #65 .
...
All we have to do is to be consistent in going forward with usage of ElementTree. We should store ElementTree instances, not "Element" instances. See issue 82.
2013-07-22 08:47:59 -04:00
John Evans
3e0cf26992
Merge branch 'issue82' into devel
2013-07-22 08:38:21 -04:00
John Evans
2d38222117
Updated tests to work with ElementTree objects only. Closes #82 .
2013-07-22 08:37:32 -04:00
John Evans
769dc23cdc
XML entities to be stored as ElementTree objects, not as "Elements". #82
2013-07-22 08:36:44 -04:00
jevans
f106852e11
Merge branch 'issue81' into devel
2013-07-21 20:33:39 -04:00
jevans
efca5e3d34
No need for InconsistentStartOfTileError anymore, closes #81 .
...
Also fixed corruption of devel left over from issue number 79.
2013-07-21 20:32:18 -04:00
jevans
16fd373af3
Merge branch 'devel' of https://github.com/quintusdias/glymur into devel
2013-07-21 12:34:17 -04:00
jevans
f5a565d34b
Merge branch 'master' into devel
2013-07-21 12:34:01 -04:00
jevans
8c3e6b69ae
Merge branch 'release-0.2.4'
2013-07-21 12:32:05 -04:00
jevans
64cdbc3ad3
Bumping setup.py to 0.2.4 official.
2013-07-21 12:31:14 -04:00
jevans
b6cb36cb5b
Qualified on mac, 2.6, 2.7, 3.3
2013-07-21 12:24:51 -04:00
John Evans
de59be99b5
Qualified on raspberry pi.
2013-07-21 12:13:28 -04:00
John Evans
162fa8f9c4
Qualified on FC17.
2013-07-21 12:01:29 -04:00
John Evans
371bb90fa2
Qualified on centos 6.4.
2013-07-21 11:50:07 -04:00
jevans
64faebd06c
Prepping for 0.2.4 bug fix release.
2013-07-21 11:25:46 -04:00
jevans
3d728867da
Merge branch 'issue79' into devel
2013-07-21 11:09:30 -04:00
jevans
b740322b38
Minor doc bugs fixed, closes #79 .
2013-07-21 11:08:55 -04:00
John Evans
510e5c2d14
Updated affected tests. Closes #78 .
2013-07-21 07:35:57 -04:00
jevans
b082e5e9d8
psot can be zero, meaning tile part extends to EOC marker.
...
Must pass in the codestream length to help figure this out. #78
2013-07-20 21:34:45 -04:00
John Evans
44eac7659b
Parsing entire codestream again, just keeping header, though.
2013-07-19 17:06:27 -04:00
John Evans
510e56067e
More caveats for windows.
2013-07-19 17:06:08 -04:00
John Evans
a2fa99f253
Reloading tests upon import until next release.
2013-07-19 17:05:34 -04:00
jevans
d735ab5c96
Added final release steps checklist.
2013-07-18 19:59:52 -04:00
jevans
f016bf69cb
Merge branch 'master' into devel
2013-07-18 19:55:18 -04:00
jevans
85df7f615d
Merge branch 'release-0.2.3'
2013-07-18 19:52:40 -04:00
jevans
84fe5c3360
test_wrap_jp2 wasn't testing a jp2 file.
2013-07-18 19:45:09 -04:00
jevans
127fbf2f94
Added raspberry pi entry.
2013-07-18 19:07:41 -04:00
jevans
21f5179aed
pylint work
2013-07-18 18:43:11 -04:00
jevans
4697a106d1
Minor doc updates.
2013-07-18 18:24:18 -04:00
John Evans
2f2bbf57ad
Qualified for 0.2.3 on windows.
2013-07-18 08:31:44 -04:00
John Evans
7333435b17
Added printing cdef output.
2013-07-18 08:13:46 -04:00
John Evans
e7c621b933
Qualified on Fedora 17, 18, Centos 6.4.
2013-07-17 18:52:11 -04:00
John Evans
eee68edcd0
Bumping for 0.2.3
2013-07-17 18:35:19 -04:00
John Evans
32a145eb32
Added screenshot, more description of rgba process, #64
2013-07-17 18:17:04 -04:00
John Evans
3cb9a61270
Merge branch 'issue64' into devel
2013-07-17 12:52:39 -04:00
John Evans
3c350361a0
cdef box now only takes keyword arguments, index is optional.
...
Added negative test. #64
2013-07-17 12:51:31 -04:00
John Evans
4cdef991b9
Fixed the math. #64
2013-07-17 12:51:14 -04:00
John Evans
8450ccba5c
Adding initial rgba example. Works, but needs more information. #64
2013-07-17 09:04:51 -04:00
John Evans
c0beaa5c04
Minor doc fixed involving installation details.
2013-07-17 06:43:02 -04:00
John Evans
b5331ce36e
Removed _file_size attribute, it's unneeded.
2013-07-17 06:26:33 -04:00