Commit graph

10 commits

Author SHA1 Message Date
nia
f8331b5844 graphics: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
2021-10-26 10:45:53 +00:00
nia
84d3786e88 graphics: Remove SHA1 hashes for distfiles 2021-10-07 14:11:55 +00:00
adam
09162c0d2a py-tifffile: updated to 2021.6.6
2021.6.6
    Pass 4405 tests.
    Fix TIFF.COMPESSOR typo.
    Round resolution numbers that do not fit in 64-bit rationals.
    Add support for JPEG XL compression.
    Add numcodecs compatible TIFF codec.
    Rename ZarrFileStore to ZarrFileSequenceStore (breaking).
    Add method to export fsspec ReferenceFileSystem from ZarrFileStore.
    Fix fsspec ReferenceFileSystem v1 for multifile series.
    Fix creating OME-TIFF with micron character in OME-XML.
2021-06-13 18:43:24 +00:00
adam
74f10c0c87 py-tifffile: updated to 2021.4.8
2021.4.8
    Pass 4393 tests.
    Fix reading OJPEG with wrong photometric or samplesperpixel tags.
    Fix fsspec ReferenceFileSystem v1 and JPEG compression.
    Use TiffTagRegistry for NDPI_TAGS, EXIF_TAGS, GPS_TAGS, IOP_TAGS constants.
    Make TIFF.GEO_KEYS an Enum (breaking).
2021-05-06 07:42:53 +00:00
adam
452714f0d8 py-tifffile: updated to 2021.3.31
2021.3.31
    Pass 4391 tests.
    Use JPEG restart markers as tile offsets in NDPI.
    Support version 1 and more codecs in fsspec ReferenceFileSystem (untested).
2021.3.17
    Fix regression reading multi-file OME-TIFF with missing files.
    Fix fsspec ReferenceFileSystem with non-native byte order.
2021.3.16
    TIFF is no longer a defended trademark.
    Add method to export fsspec ReferenceFileSystem from ZarrTiffStore
2021-04-02 07:47:00 +00:00
adam
9618c39dd0 py-tifffile: updated to 2021.3.5
2021.3.5
Pass 4390 tests.
Preliminary support for EER format.
Do not warn about unknown compression
2021-03-08 20:07:20 +00:00
gutteridge
c85cdaf435 py-tifffile: update to 2021.3.4
2021.3.4
    Pass 4389 tests.
    Fix reading multi-file, multi-series OME-TIFF (#67).
    Detect ScanImage 2021 files (#46).
    Shape new version ScanImage series according to metadata (breaking).
    Remove Description key from TiffFile.scanimage_metadata dict (breaking).
    Return ScanImage version from read_scanimage_metadata (breaking).
    Fix docstrings.
2021-03-05 04:21:05 +00:00
adam
c9aa0b7340 py-tifffile: updated to 2021.2.26
2021.2.26
  Pass 4388 tests.
  Squeeze axes of LSM series by default (breaking).
  Add option to preserve single dimensions when reading from series (WIP).
  Do not allow appending to OME-TIFF files.
  Fix reading STK files without name attribute in metadata.
  Make TIFF constants multi-thread safe and pickleable.
  Add detection of NDTiffStorage MajorVersion to read_micromanager_metadata.
  Support ScanImage v4 files in read_scanimage_metadata (not tested).
2021-03-04 14:05:49 +00:00
markd
52155f9daf py-tifffile: not for python2.7 2021-02-27 23:47:59 +00:00
markd
51bdfcecff py-tifffile: Add version 2021.2.1
Tifffile is a Python library to
* store numpy arrays in TIFF (Tagged Image File Format) files, and
* read image and metadata from TIFF-like files used in bioimaging.
Image and metadata can be read from TIFF, BigTIFF, OME-TIFF, STK,
LSM, SGI, NIHImage, ImageJ, MicroManager, FluoView, ScanImage, SEQ,
GEL, SVS, SCN, SIS, ZIF (Zoomable Image File Format), QPTIFF (QPI),
NDPI, and GeoTIFF files.
2021-02-24 19:54:49 +00:00