Fix tiff2jp2 bug when stripped TIFF has no RowsPerStrip tag
0.13.7
Qualify on python 3.13 Fix test warnings due to scikit-image deprecation. Update CI test matrix, tighten 3rd party library requirements. Add ability to construct XML box from file-like object. Add circle-ci CI. Fix test suite for numpy 2.x printing (thanks to Arne Keller).
0.13.6
Fix tiff2jp2 when tile coverage not square.
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.
0.13.4
Don't reset openjpeg codec in Jp2k if already set in Jp2kr. Update CI configuration to specify openjpeg versions.
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.