Releases: apeer-micro/apeer-ometiff-library
Releases · apeer-micro/apeer-ometiff-library
Release 1.10.1
Release 1.10.0
- Automatically save image as bigtiff if needed
- Ensure correct versions of dependencies
Release 1.9.0
- Allow reading multi-series files
Release 1.8.3
- Bug fix for dimensions being managed in wrong order
Release 1.8.2
-Fixed issue when using compression in Python 3.6
Release 1.8.1
- Added compression parameter to write_ometiff function for saving compressed come.tiffs
- All possible compressions are listed here: https://github.com/cgohlke/tifffile/blob/master/tifffile/tifffile.py#L12138
Release 1.7.2
- Clean the setup file with only required libraries. (Closing issue #15 ).
- Removed unused xmltodict library.
- Unified the dimension order of the array outputted after reading to TZCXY.
Release 1.7.1
- fixed scikit image version problem and clean ifs statement
- fixed error of update function (adding ' ' before '/>')
- fixed implementation errors in the processing file
- changed ome-tiff library version
- removed all useless requirements and scikit image
- updated read and write function to new verions of library and added gen_xml function
- Added last version of the omexml python bioformats class
- Fix kwargs directly passed into apply_3d_trafo_zstack function (#17)
- Fixes unused import not listed in the setup.py requirements
Thanks to @abh799 @f-marelli
1.6.0: Merge pull request #9 from apeer-micro/kwargs
Changes variable arguments to **kwargs