Changes in glymur 0.13
Changes in 0.13.5
Add support for parsing the CAP segment.
End official support for OpenJPEG 2.3.x.
Fix issue preventing API docs from building.
Changes in 0.13.4
Don’t reset openjpeg codec in Jp2k if already set in Jp2kr.
Update CI configuration to specify openjpeg versions.
Changes in 0.13.3
Refactor parsing errors and warnings.
Update CI configuration for numpy 2.0.
Skip psnr doctest for numpy 2.0.
Fix test issue on s390x.
Refactor code pattern for finding first element.
Changes in 0.13.2
Improve doctesting, fix broken libtiff doctest
Increase code coverage
Remove python 3.8 anachronisms
Fix repr for Jp2kr
Clean up ci directory
Change parsing of precinct sizes due to numpy 2.0, It is now represented by a numpy array rather than a list of tuples. This could be considered a minor incompatibility, but element-by-element access is still the same.
Changes in 0.13.1
Remove debugging code
Improve code coverage
Changes in 0.13.0
Refactor Jp2k class into Jp2kr (just for reading) and Jp2k (reading and writing). Backwards compatibility should be maintained.
Simplify example file nemo.jp2
Fix doctests