- Do not convert EPICS timeStamp to datetime object. - Read incompletely written Micro-Manager image file stack header (23). - Remove tag 51123 values from TiffFile.micromanager_metadata (breaking).
2020.8.13
- Use tifffile metadata over OME and ImageJ for TiffFile.series (breaking). - Fix writing iterable of pages with compression (20). - Expand error checking of TiffWriter data, dtype, shape, and tile arguments.
2020.8.3
- Fix integer overflow (3). - Support os.PathLike file names.
2020.7.24
- Parse nested OmeXml metadata argument (WIP). - Do not lazy load TiffFrame JPEGTables. - Fix conditionally skipping some tests.
2020.7.22
- Do not auto-enable OME-TIFF if description is passed to TiffWriter.save. - Raise error writing empty bilevel or tiled images. - Allow to write tiled bilevel images. - Allow to write multi-page TIFF from iterable of single page images (WIP). - Add function to validate OME-XML. - Correct Philips slide width and length.
2020.7.17
- Initial support for writing OME-TIFF (WIP). - Return samples as separate dimension in OME series (breaking). - Fix modulo dimensions for multiple OME series. - Fix some test errors on big endian systems (18). - Fix BytesWarning. - Allow to pass TIFF.PREDICTOR values to TiffWriter.save.