Commit graph

148 commits

Author SHA1 Message Date
John Evans
03cb19d22b deprecated read method, removed write method, closes #299
use array-style slicing instead.  Many former read methods are now
properties.  Many former write method parameters are now moved into the
constructor.
2014-11-21 10:37:23 -05:00
jevans
617b9c4f00 bumping to 0.7.2 2014-10-06 21:16:11 -04:00
John Evans
454afec67b bumping to 0.7.1 2014-10-02 08:21:04 -04:00
jevans
fc56012dce release 0.7.0 2014-10-01 18:53:46 -04:00
John Evans
0e2aa4492c housecleaning for 0.7.0 release
Add testing mention of CentOS, windows.
Skipping some tests on versions 1.3 and 1.4
Minor doc mods.
For whatever stupid reason, np.log2(x) cannot be relied upon to be an
integer when x is a power of 2 ON WIN32!!!  All hail win32!
Better error message if array-style slice other than [:]
2014-09-30 18:41:02 -04:00
John Evans
b1cd14c6a5 __setitem__ working for writing an entire image at once 2014-09-19 08:17:15 -04:00
jevans
4f5e6968bf Merge branch 'devel' of https://github.com/quintusdias/glymur into issue246 2014-09-11 20:01:35 -04:00
John Evans
7d9a4efdbd Rewrote jp2dump as an entry point console script.
Some printing UT refactoring was done.
2014-09-11 11:29:17 -04:00
jevans
2c8e30e320 Documentation for slicing. 2014-09-09 19:10:31 -04:00
jevans
f88218d482 Releasing 0.6.0
Skipping a test that segfaults only on 1.5.0 and 2.0.0.  The test was
test_NR_DEC_issue188_beach_64bitsbox_jp2_41_decode.  It was not introduced
until the 2.1.x series and the fix was backported to 2.0.1.

glymur.test.test_jp2k.TestJp2k.test_no_cxform_pclr_jpx was failing on
1.5.2 only.  It's a pretty obscure test, so just skipping it on that
release.

Some tests for warnings are being skipped.
2014-08-17 17:42:57 -04:00
jevans
298c493029 New "whatsnew" documents, sort of look like h5py. #237 2014-05-22 21:35:20 -04:00
jevans
133205d66b Changed look and feel of changelog to match 0.5.12. #237 2014-05-20 20:52:27 -04:00
John Evans
2750aced14 Updated versioning for pending 0.6.0 release. Removed documentation cruft. 2014-05-10 16:10:58 -04:00
John Evans
0ebb506800 Merge branch 'devel' of github.com:quintusdias/glymur into devel 2014-03-12 08:34:04 -04:00
jevans
d098dd5d5e Removed consideration of openjpeg versions 1.3 and 1.4. #159 2014-03-11 21:40:19 -04:00
John Evans
417503764e Updated through r2691. #139 2014-03-11 15:46:17 -04:00
John Evans
8827908b28 Updated through r2651. #139 2014-03-08 15:23:35 -05:00
John Evans
554f066d0b Added alpha member. Updated through r2451. #139 2014-03-08 14:13:36 -05:00
John Evans
82f60b328b Validated through r2436. #139
Most cinema code was moved into the library between 2386 and 2436,
so most of glymur's was removed period.
2014-03-08 13:19:17 -05:00
John Evans
4ecc23b6bf Verified through r2386. #139 2014-03-07 12:08:46 -05:00
John Evans
d68b1aacb1 Cinema4K seems to be working. #139 2014-03-07 11:00:20 -05:00
jevans
80326718a5 Finished Cinema2K upstream tests. #139 2014-03-06 21:13:40 -05:00
John Evans
2fbdf146b4 Verified through r2366. #139
423 of 457 glymur tests passing, 34 skips
21 of 214 openjpeg tests failed
2014-03-05 07:04:10 -05:00
jevans
892715e21d Updated docs for lxml requirement. #176 2014-02-27 20:19:18 -05:00
jevans
f8ced317db More negative tests. Incompatible change to ChannelDefinitionBox. #175 2014-02-22 21:30:52 -05:00
jevans
d016fc504a Added another XMP example. #169 2014-02-12 19:35:45 -05:00
John Evans
0feca73399 Added changelog section to docs. #171 2014-02-11 08:23:03 -05:00
jevans
09651c27b6 No longer claiming any windows support. #167 2014-02-10 19:38:37 -05:00
John Evans
3f56a08d2c Added usage of set_printoptions method. #161 2014-02-10 15:13:42 -05:00
jevans
79d2969acc Merge branch 'issue104' into devel
Conflicts:
	CHANGES.txt
	docs/source/how_do_i.rst
	glymur/codestream.py
	glymur/jp2box.py
	glymur/test/test_jp2box.py
	glymur/test/test_jp2k.py
2014-02-08 20:29:52 -05:00
jevans
321a254464 Completed XMP description. 2014-02-08 19:52:39 -05:00
John Evans
423daf1dfe Removed support for 2.6. Closes #150 2014-02-05 15:20:33 -05:00
jevans
5efa90491e Merge branch 'issue104' of https://github.com/quintusdias/glymur into issue104
Conflicts:
	docs/source/how_do_i.rst
2014-02-01 13:29:11 -05:00
jevans
f3fca7d7d3 More xmp blurbs. 2014-02-01 13:21:51 -05:00
jevans
f214459ef7 Starting to fill out python xmp toolkit advocacy. #104 2014-01-30 18:48:56 -05:00
jevans
9867901d84 Merge branch 'master' into devel
Conflicts:
	CHANGES.txt

Added FreeBox support.
2014-01-29 20:17:29 -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
John Evans
052cadbf8e No longer presenting ElementTree as viable for XMP in docs. #104 2014-01-27 16:48:40 -05:00
jevans
e471f25a6e Updated for upstream openjpeg r2354. #139 2013-11-06 20:34:03 -05:00
jevans
2465a212a1 Fixed too-short underlines. 2013-11-06 20:33:44 -05:00
John Evans
f551646af8 Prepping 0.5.9 release. 2013-10-29 10:15:24 -04:00
John Evans
453e00db8c Prepping for 0.5.8 2013-10-29 09:29:39 -04:00
jevans
527f479545 Prepping 0.5.7 release. 2013-10-28 21:43:39 -04:00
jevans
32760a6ecc Doc updates for writing XMP UUIDs. #104 2013-10-27 22:09:15 -04:00
John Evans
f08f1d9bb9 Finalizing 0.5.6 release. 2013-10-13 12:30:28 -04:00
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