Changes in glymur 0.13

Changes in 0.13.2.post1

  • Fix big endian test issue

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