Skip to content

chore(deps): bump tifffile from 2026.4.11 to 2026.5.2#640

Merged
MartinHjelmare merged 1 commit intomainfrom
dependabot/uv/tifffile-2026.5.2
May 3, 2026
Merged

chore(deps): bump tifffile from 2026.4.11 to 2026.5.2#640
MartinHjelmare merged 1 commit intomainfrom
dependabot/uv/tifffile-2026.5.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 3, 2026

Bumps tifffile from 2026.4.11 to 2026.5.2.

Release notes

Sourced from tifffile's releases.

v2026.5.2

Read and write TIFF files

Tifffile is a comprehensive Python library to

  1. store NumPy arrays in TIFF (Tagged Image File Format) files, and
  2. read image and metadata from TIFF-like files used in bioimaging.

Image and metadata can be read from TIFF, BigTIFF, OME-TIFF, GeoTIFF, Adobe DNG, ZIF (Zoomable Image File Format), MetaMorph STK, Zeiss LSM, ImageJ hyperstack, Micro-Manager MMStack and NDTiff, SGI, NIHImage, Olympus FluoView and SIS, ScanImage, Molecular Dynamics GEL, Aperio SVS, Leica SCN, Roche BIF, PerkinElmer QPTIFF (QPI, PKI), Hamamatsu NDPI, Argos AVS, Philips DP, and ThermoFisher EER formatted files.

Image data can be read as NumPy arrays or Zarr arrays/groups from strips, tiles, pages (IFDs), SubIFDs, higher order series, and pyramidal levels.

Image data can be written to TIFF, BigTIFF, OME-TIFF, and ImageJ hyperstack compatible files in multi-page, volumetric, pyramidal, memory-mappable, tiled, predicted, or compressed form.

Many compression and predictor schemes are supported via the imagecodecs library, including LZW, PackBits, Deflate, CCITT, PIXTIFF, LZMA, LERC, Zstd, JPEG (8 and 12-bit, lossless), JPEG 2000, JPEG XR, JPEG XL, WebP, PNG, EER, Jetraw, 24-bit floating-point, and horizontal differencing.

Tifffile can also be used to inspect TIFF structures, read image data from multi-dimensional file sequences, write fsspec ReferenceFileSystem for TIFF files and image file sequences, patch TIFF tag values, and parse many proprietary metadata formats.

Changes

  • Change TiffFile.series from list to callable TiffSeries sequence (breaking).
  • Remove TiffPageSeries squeeze dual-state (breaking).
  • Remove TiffPageSeries.get_shape, get_axes, and get_coords (breaking).
  • Remove ZarrTiffStore squeeze parameter (breaking).
  • Update ZarrTiffStore to zarr format 3 and multiscales to NGFF 0.5 (breaking).
  • Update multiscales zarr format 2 fsspec files to NGFF 0.4 (breaking).
  • Remove generic TiffPage coords (breaking).
  • Change dims and sizes to use single-char axis codes (breaking).
  • Add zarr format 3 compatible Tiff codec.
  • Add asxarray methods to TiffFile, TiffPage, TiffPageSeries (requires xarray).
  • Add geotiff kind of TiffPageSeries.
  • Add mpp and coord_offsets/scales/units properties to TiffPageSeries.
  • Add attrs property to TiffPage and TiffPageSeries.
  • Add kind and squeeze parameters to memmap.
  • Add kind parameter to imwrite and TiffFile; deprecate ome, imagej, shaped.
  • Add return_as parameter to imread; deprecate aszarr.
  • Fix writing TIFF trees (#326).
  • Fix wrong TiffTagRegistry entries (#323).
  • Implement TiffPageSeries.coords property.
  • Deprecate kwargs to FileSequence.asarray; use imreadargs.
  • Require zarr>=3.2.0 for zarr support.
  • Drop support for numpy 2.0 (SPEC0, #324).
Changelog

Sourced from tifffile's changelog.

2026.5.2

  • Change TiffFile.series from list to callable TiffSeries sequence (breaking).
  • Remove TiffPageSeries squeeze dual-state (breaking).
  • Remove TiffPageSeries.get_shape, get_axes, and get_coords (breaking).
  • Remove ZarrTiffStore squeeze parameter (breaking).
  • Update ZarrTiffStore to zarr format 3 and multiscales to NGFF 0.5 (breaking).
  • Update multiscales zarr format 2 fsspec files to NGFF 0.4 (breaking).
  • Remove generic TiffPage coords (breaking).
  • Change dims and sizes to use single-char axis codes (breaking).
  • Add zarr format 3 compatible Tiff codec.
  • Add asxarray methods to TiffFile, TiffPage, TiffPageSeries (requires xarray).
  • Add geotiff kind of TiffPageSeries.
  • Add mpp and coord_offsets/scales/units properties to TiffPageSeries.
  • Add attrs property to TiffPage and TiffPageSeries.
  • Add kind and squeeze parameters to memmap.
  • Add kind parameter to imwrite and TiffFile; deprecate ome, imagej, shaped.
  • Add return_as parameter to imread; deprecate aszarr.
  • Fix writing TIFF trees (#326).
  • Fix wrong TiffTagRegistry entries (#323).
  • Implement TiffPageSeries.coords property.
  • Deprecate kwargs to FileSequence.asarray; use imreadargs.
  • Require zarr>=3.2.0 for zarr support.
  • Drop support for numpy 2.0 (SPEC0, #324).
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [tifffile](https://github.com/cgohlke/tifffile) from 2026.4.11 to 2026.5.2.
- [Release notes](https://github.com/cgohlke/tifffile/releases)
- [Changelog](https://github.com/cgohlke/tifffile/blob/master/CHANGES.rst)
- [Commits](cgohlke/tifffile@v2026.4.11...v2026.5.2)

---
updated-dependencies:
- dependency-name: tifffile
  dependency-version: 2026.5.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels May 3, 2026
@MartinHjelmare MartinHjelmare merged commit cb8dcae into main May 3, 2026
11 checks passed
@MartinHjelmare MartinHjelmare deleted the dependabot/uv/tifffile-2026.5.2 branch May 3, 2026 19:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant