Skip to content

v0.5.11

Latest
Compare
Choose a tag to compare
@pauladkisson pauladkisson released this 05 Mar 21:06
· 4 commits to main since this release
e5e6975

Features

  • Added ThorTiffImagingExtractor for reading TIFF files produced via Thor #395

Fixes

  • Use tifffile.imwrite instead of tifffile.imsave for TiffImagingExtractor: #390

Deprecations

  • The 'channel' parameter in get_frames() and get_video() methods is deprecated and will be removed in August 2025. #388

Improvements

  • Use pyproject.toml for project metadata and installation requirements #382
  • Added __repr__ and methods to ImagingExtractor for better display in terminals and Jupyter notebooks #393 and #396
  • Removed deprecated np.product from the library #397