summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2021-11-17 17:25:03 +0000
committeradam <adam@pkgsrc.org>2021-11-17 17:25:03 +0000
commite088cf6927e73636e3b5278da044f7d526ed231e (patch)
tree93a8ad1f1d5a4c76a07b09040f7170b13d474ac3 /graphics
parent637115f0e0f0bf70227efa8644564df51f82cea4 (diff)
downloadpkgsrc-e088cf6927e73636e3b5278da044f7d526ed231e.tar.gz
py-tifffile: updated to 2021.11.2
2021.11.2 Pass 4731 tests. Lazy-load non-essential tag values (breaking). Warn when reading from closed file. Support ImageJ 'prop' metadata type. Support writing indexed ImageJ format. Fix multi-threaded access of multi-page Zarr stores with chunkmode 2. Raise error if truncate is used with compression, packints, or tile. Read STK metadata without UIC2tag. Improve log and warning messages (WIP). Improve string representation of large tag values. 2021.10.12 Revert renaming of 'file' parameter in FileSequence.asarray (breaking). Deprecate 'file' parameter in FileSequence.asarray. 2021.10.10 Disallow letters as indices in FileSequence; use categories (breaking). Do not warn of missing files in FileSequence; use files_missing property. Support predictors in ZarrTiffStore.write_fsspec. Add option to specify zarr group name in write_fsspec. Add option to specify categories for FileSequence patterns. Add option to specify chunk shape and dtype for ZarrFileSequenceStore. Add option to tile ZarrFileSequenceStore and FileSequence.asarray. Add option to pass additional zattrs to Zarr stores. Detect Roche BIF files. 2021.8.30 Fix horizontal differencing with non-native byte order. Fix multi-threaded access of memory-mappable, multi-page Zarr stores. 2021.8.8 Fix tag offset and valueoffset for NDPI > 4 GB. 2021.7.30 Deprecate first parameter to TiffTag.overwrite (no longer required). TiffTag init API change (breaking). Detect Ventana BIF series and warn that tiles are not stitched. Enable reading PreviewImage from RAW formats. Work around numpy.ndarray.tofile is very slow for non-contiguous arrays. Fix issues with PackBits compression (requires imagecodecs 2021.7.30). 2021.7.2 Decode complex integer images found in SAR GeoTIFF. Support reading NDPI with JPEG-XR compression. Deprecate TiffWriter RGB auto-detection, except for RGB24/48 and RGBA32/64. 2021.6.14 Set stacklevel for deprecation warnings. Fix svs_description_metadata for SVS with double header. Fix reading JPEG compressed CMYK images. Support ALT_JPEG and JPEG_2000_LOSSY compression found in Bio-Formats. Log warning if TiffWriter auto-detects RGB mode (specify photometric).
Diffstat (limited to 'graphics')
-rw-r--r--graphics/py-tifffile/Makefile4
-rw-r--r--graphics/py-tifffile/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/py-tifffile/Makefile b/graphics/py-tifffile/Makefile
index 53bced7018f..de1b68fb6b0 100644
--- a/graphics/py-tifffile/Makefile
+++ b/graphics/py-tifffile/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2021/06/13 18:43:24 adam Exp $
+# $NetBSD: Makefile,v 1.9 2021/11/17 17:25:03 adam Exp $
-DISTNAME= tifffile-2021.6.6
+DISTNAME= tifffile-2021.11.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= graphics python
MASTER_SITES= ${MASTER_SITE_PYPI:=t/tifffile/}
diff --git a/graphics/py-tifffile/distinfo b/graphics/py-tifffile/distinfo
index 29eb69c1fc9..16c4272805e 100644
--- a/graphics/py-tifffile/distinfo
+++ b/graphics/py-tifffile/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2021/10/26 10:46:49 nia Exp $
+$NetBSD: distinfo,v 1.10 2021/11/17 17:25:03 adam Exp $
-BLAKE2s (tifffile-2021.6.6.tar.gz) = 261ae04483cfdeda114735dc0284dbb22404e6e15914df5dd64049d5c899ce59
-SHA512 (tifffile-2021.6.6.tar.gz) = 218bcc760f604233826a0467db323feb3b81ec0a0527eb3970c463e21be1c9bfc415978afba6028cf1bffcb02b34be4255da02ea319ed2eb7430666670ab2dde
-Size (tifffile-2021.6.6.tar.gz) = 249273 bytes
+BLAKE2s (tifffile-2021.11.2.tar.gz) = 94eda32fafead53cfbd45ec836340eda55f4403c448236f0f2520396ea7fed09
+SHA512 (tifffile-2021.11.2.tar.gz) = f9c69306096535c6d2f11cc52d8f9c6cbb04b2b767d09acb0a27b1a7be7152b0dd324ec2faf1ca96998f86f028bd4b31f79895731cc5c7c026717812fb1949cb
+Size (tifffile-2021.11.2.tar.gz) = 271504 bytes