2024-08-13 15:40:07 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-tifffile: updated to 2024.8.10
2024.8.10
- Pass 5093 tests.
- Relax bitspersample check for JPEG, JPEG2K, and JPEGXL compression
|
2024-07-24 08:36:36 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-tifffile: updated to 2024.7.24
2024.7.24
- Pass 5092 tests.
- Fix reading contiguous multi-page series via Zarr store
|
2024-07-22 06:22:08 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-tifffile: updated to 2024.7.21
2024.7.21
- Pass 5088 tests.
- Fix integer overflow in product function caused by numpy types.
- Allow tag reader functions to fail.
|
2024-07-03 07:32:32 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-tifffile: updated to 2024.7.2
2024.7.2
- Pass 5086 tests.
- Enable memmap to create empty files with non-native byte order.
- Deprecate Python 3.9, support Python 3.13.
|
2024-06-19 11:47:52 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-tifffile: updated to 2024.6.18
2024.6.18
- Pass 5086 tests.
- Ensure TiffPage.nodata is castable to dtype.
- Support Argos AVS slides.
|
2024-05-24 13:50:20 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-tifffile: updated to 2024.5.22
2024.5.22
- Pass 5084 tests.
- Derive TiffPages, TiffPageSeries, FileSequence, StoredShape from Sequence.
- Truncate circular IFD chain, do not raise TiffFileError (breaking).
- Deprecate access to TiffPages.pages and FileSequence.files.
- Enable DeprecationWarning for enums in TIFF namespace.
- Remove some deprecated code (breaking).
- Add iccprofile property to TiffPage and parameter to TiffWriter.write.
- Do not detect VSI as SIS format.
- Limit length of logged exception messages.
- Work around GitHub not rendering docstring examples
|
2024-05-10 19:28:32 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-tifffile: updated to 2024.5.10
2024.5.10
- Pass 5082 tests.
- Support reading JPEGXL compression in DNG 1.7.
- Read invalid TIFF created by IDEAS software.
|
2024-05-05 22:51:50 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-tifffile: updated to 2024.5.3
2024.5.3
- Pass 5080 tests.
- Fix reading incompletely written LSM.
- Fix reading Philips DP with extra rows of tiles
|
2024-04-26 18:54:46 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-tifffile: updated to 2024.4.24
2024.4.24
- Pass 5077 tests.
- Fix compatibility issue with numpy 2
|
2024-04-21 20:14:20 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-tifffile: updated to 2024.4.18
2024.4.18
- Pass 5077 tests.
- Fix write_fsspec when last row of tiles is missing in Philips slide.
- Add option not to quote file names in write_fsspec.
- Allow compress bilevel images with deflate, LZMA, and Zstd.
|