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
John Evans
6e67910211
Platform-specific notes.
2013-07-11 08:12:20 -04:00
John Evans
ed79e61a35
Bumping for 0.2.0 release, added to mac instructions.
2013-07-10 18:39:22 -04:00
John Evans
bb705db461
pylint work, wraps up much of jp2k module. #71
2013-07-09 08:16:37 -04:00
John Evans
e40e05042b
Massaged installation instructions a bit for OpenJPEG 1.5.1.
2013-07-05 09:36:01 -04:00
jevans
b0fe45b733
Initial doc updates for 1.5.1 support.
2013-07-04 19:03:35 -04:00
jevans
9c97033602
Forgot to add goodstuff.j2k to setup.py data dir. Ready for 0.1.10.
2013-06-27 19:51:23 -04:00
jevans
1865f2e04f
Minor doc changes.
2013-06-27 19:25:11 -04:00
jevans
f11e37545a
Merge branch 'devel' of https://github.com/quintusdias/glymur into devel
2013-06-27 19:20:59 -04:00
John Evans
b946d9b519
Merge branch 'issue41' into devel
2013-06-27 16:36:28 -04:00
John Evans
62e7afa118
pep8 work.
2013-06-27 16:35:55 -04:00
John Evans
cde8c47e75
Returning a Jp2k object from the wrap method.
2013-06-27 08:23:52 -04:00
jevans
9c8e265b76
Added Raspberry Pi instructions.
2013-06-24 20:13:54 -04:00
John Evans
08eec3d82b
Updated docs to reflect running tests from within python.
2013-06-24 08:54:29 -04:00
jevans
22799554c4
Bumped to 0.1.9
2013-06-20 19:24:37 -04:00
jevans
a0af8e26ef
Split off detailed installation instructions into their own page.
2013-06-20 19:21:54 -04:00
jevans
cb2a32fdef
Simplified the instructions a bit, especially for pip.
2013-06-19 20:00:53 -04:00
jevans
fdf73dadf0
Added 'glymur.data.nemo()'. Closes #20
2013-06-17 18:23:28 -04:00
jevans
70c011488a
Updated docs for XDG_CONFIG_HOME support.
2013-06-16 20:11:21 -04:00
John Evans
8c6bb1cc14
Trading in ~/.glymur for ~/.config/glymur. Closes #47
2013-06-16 11:26:02 -04:00
John Evans
00db032bca
Bumping for 1.1.8 release.
2013-06-14 14:13:02 -04:00
John Evans
93132bf86d
Minor doc fixes.
2013-06-14 14:12:48 -04:00
jevans
61712442eb
Added reduce=-1 to get lowest resolution thumbnail. Closes #38 .
2013-06-11 19:07:44 -04:00
jevans
d18d6aa0b0
Reordering documents, make api go last. Fixes #25
...
Should revisit this, is it a bug in sphinx?
2013-06-10 18:43:52 -04:00
John Evans
802b294bc5
Bumping to 0.1.7
2013-06-07 08:54:09 -04:00
John Evans
f84c25c4c6
Minor cleanup.
2013-06-07 08:49:48 -04:00