Skip to content

v0.7rc1

Pre-release
Pre-release

Choose a tag to compare

@nkeim nkeim released this 07 Jun 16:18
· 2 commits to main since this release
16b3980

This is a major release that includes compatibility with numpy 2.0, the end of libtiff support, and some bug fixes.

What's Changed

  • MNT: numpy2 compatibility by @tacaswell in #457
  • MNT: Drop support for libtiff by @nkeim in #441
  • FIX: Be more lenient when parsing the TIFF DateTime metadata tag. by @anntzer in #424
  • FIX: Don't emit warnings that duplicate exceptions on opening failure. by @anntzer in #434
  • FIX: Close files in case of reader failure by @nkeim in #445
  • MNT: Update/fix CI setup. by @anntzer in #437
  • DOC: Update imageio link by @dstansby in #450
  • DOC: branch name in link to example nb by @dmarx in #428
  • DOC: Clarify sorting rule in ImageSequence docs by @anntzer in #423

New Contributors

Full Changelog: v0.6.1...v0.6.2rc1