Commit graph

102 commits

Author SHA1 Message Date
John Evans
3b6d34531d Finalizing for 0.5.5 release. 2013-10-03 11:09:58 -04:00
John Evans
c65ae274a9 Minor tweaks. 2013-10-02 15:32:38 -04:00
John Evans
8e1db6cc9f Merge branch 'devel' of github.com:quintusdias/glymur into devel 2013-09-28 11:51:13 -04:00
John Evans
8cc04b2651 Updated docs for openjpeg r2347. 2013-09-28 11:50:27 -04:00
jevans
b50f19bed3 Prepping 0.5.4 release. 2013-09-25 20:55:40 -04:00
jevans
6eba0a5794 Prepping 0.5.3 release. 2013-09-24 18:24:55 -04:00
jevans
c737255272 Releasing 0.5.2 2013-09-23 20:17:15 -04:00
jevans
d124549df1 Prepping for 0.5.1 release. 2013-09-19 21:43:31 -04:00
jevans
52ef9cb8ed Releasing 0.5.0. 2013-09-16 19:43:37 -04:00
jevans
8e29ab9558 Minor doc fixes. 2013-09-16 19:14:55 -04:00
John Evans
293d796b91 Streamlined the advanced installation instructions a bit. Closes #115
Linux users don't need as much hand-holding.
2013-09-15 11:57:04 -04:00
jevans
5626f3f460 Updated for OpenSUSE 12.3. Simplified the Fedora explanations. #111 2013-09-11 20:30:47 -04:00
John Evans
d0b6343515 minor wording changes 2013-08-21 10:33:36 -04:00
John Evans
b53a838056 Prepping for 0.4.1 release. 2013-08-21 10:18:06 -04:00
jevans
c16280df59 Prepping for 0.4 release. 2013-08-18 20:02:21 -04:00
jevans
e74718655f Added example for append method. Closes #103. 2013-08-18 19:59:50 -04:00
jevans
61a5497ba7 Bumping for 0.3.2 release. 2013-08-15 20:28:15 -04:00
jevans
86cdb9b36a Bumping for 0.3.1 2013-08-14 20:24:41 -04:00
John Evans
4c742c0aaa Prepping for 0.3.0 release. 2013-07-31 06:44:45 -04:00
John Evans
0b5c8ce370 Added a known problems section, details winpython 3.3.2/opj 2.0 issue. Closes #90. 2013-07-30 08:44:47 -04:00
John G Evans
8deef3355c Added winpython 3.3 / openjpeg 2.0 note. 2013-07-30 08:18:37 -04:00
John Evans
8f20232d0b RGBA example would seem to require svn version. #90 2013-07-30 05:38:56 -04:00
jevans
39ae3d423b Updated docs for 2.0 support. #90 2013-07-29 19:48:21 -04:00
John Evans
c3afd41bc8 Prepping for 0.2.8 release. 2013-07-27 19:47:26 -04:00
John Evans
604d7908c4 Updated windows notes for configuation file location. Closes #91. 2013-07-26 14:57:21 -04:00
John Evans
589ca8201d Prepping for 0.2.7 release. 2013-07-25 17:50:44 -04:00
John Evans
2ea129c81c Prepping for 0.2.6 release. 2013-07-24 19:19:53 -04:00
jevans
15cd084df1 Checking for the codestream markers to always occupy two bytes. #77 2013-07-22 19:12:45 -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
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
jevans
64faebd06c Prepping for 0.2.4 bug fix release. 2013-07-21 11:25:46 -04:00
jevans
b740322b38 Minor doc bugs fixed, closes #79. 2013-07-21 11:08:55 -04:00
John Evans
510e56067e More caveats for windows. 2013-07-19 17:06:08 -04:00
jevans
4697a106d1 Minor doc updates. 2013-07-18 18:24:18 -04:00
John Evans
7333435b17 Added printing cdef output. 2013-07-18 08:13:46 -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
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
a1c779b729 Simplified test requirements, dropping scikit-image and freeimage.
closes #51
2013-07-16 18:45:25 -04:00
jevans
6e0e982ae2 Updated for svn revision 2345. Two more tests passing. 2013-07-14 11:55:29 -04:00
John Evans
da922d4afc Qualified on openjpeg version 1.3, python 2.7, raspberry pi 2013-07-13 21:37:35 -04:00
John Evans
8577c55d22 Closes #74 2013-07-13 15:29:58 -04:00
John Evans
5ecff26614 Some differences noted in XML printing. Some extra requirements. Closes #75.
A couple of XML printing tests were commented out because of differences
between the ways that 2.6 and 2.6+ versions of ElementTree print XML.

A 2.6 installation will require one to install ordereddict and
unittest2.
2013-07-13 13:11:22 -04:00
jevans
da0af7417b Updating release numbers for problems with pypi release. 2013-07-11 19:18:18 -04:00
jevans
a0b239f484 Rebumping for 0.2.1 release. 2013-07-11 19:15:51 -04:00
John Evans
621df8e601 Last doc update. 2013-07-11 16:30:15 -04:00
John Evans
509f4efdf1 Added Fedora 19 notes. 2013-07-11 16:20:46 -04:00