Skip to content

Releases: filippocastelli/pyometiff

1.0.1

23 Aug 08:24
Compare
Choose a tag to compare

introduced support for TimeIncrement and TimeIncrementUnit

1.0.0

03 Feb 00:36
Compare
Choose a tag to compare

what's new

  • fix bug where Pixel objects with no Channels would cause OMETIFFReader to crash
  • support for python 3.10 / 3.11 (drop support for < 3.8)

0.0.13

02 May 15:23
Compare
Choose a tag to compare

support for python 3.10+

0.0.12

17 Mar 09:40
Compare
Choose a tag to compare

fixed bug where parse_metadata did not actually accept user-provided metadata strings #6 (thanks @vladpopovici)

0.0.11

10 Jan 11:15
Compare
Choose a tag to compare

minor, just for zenodo tracking

0.0.10

27 May 10:19
Compare
Choose a tag to compare

resolved minor bugs

0.0.9

11 Jan 11:01
Compare
Choose a tag to compare
  • can now choose to enable or disable BigTiff encoding with the bigtiff option in OMETIFFWriter
  • minor fixes

0.0.8

24 Sep 14:46
Compare
Choose a tag to compare

pyometiff OMEXMLs now includes the standard declaration tag, the omission resulted in encoding errors in bftools/xmlvalid

0.0.7

22 Sep 15:17
Compare
Choose a tag to compare

what's new:

  • version name is a cool reference to James Bond
  • OMETIFFWriter can write .xml descriptions without outputting an entire OME-TIFF file using the write_xml() method

0.0.6

20 Jul 19:57
Compare
Choose a tag to compare

Whats new:

  • Image compression support:
    OMETIFFWriter has a compression argument that matches tifffile.TiffWriter.save's compression, meaning that every compression scheme supported by tifffile is now supported in pyometiff
  • fixed bug that raised errors when reading images with populated Detector.Type OMEXML field