Releases: filippocastelli/pyometiff
Releases · filippocastelli/pyometiff
1.0.1
1.0.0
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
support for python 3.10+
0.0.12
fixed bug where parse_metadata did not actually accept user-provided metadata strings #6 (thanks @vladpopovici)
0.0.11
minor, just for zenodo tracking
0.0.10
resolved minor bugs
0.0.9
- can now choose to enable or disable BigTiff encoding with the
bigtiff
option inOMETIFFWriter
- minor fixes
0.0.8
pyometiff OMEXMLs now includes the standard declaration tag, the omission resulted in encoding errors in bftools/xmlvalid
0.0.7
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 thewrite_xml()
method
0.0.6
Whats new:
- Image compression support:
OMETIFFWriter
has acompression
argument that matchestifffile.TiffWriter.save
'scompression
, meaning that every compression scheme supported bytifffile
is now supported inpyometiff
- fixed bug that raised errors when reading images with populated
Detector.Type
OMEXML field