Skip to content

Releases: apeer-micro/apeer-ometiff-library

Release 1.10.1

25 Jul 11:01
e8e04f3
Compare
Choose a tag to compare
  • Allow newer version of numpy

Release 1.10.0

28 Jun 14:40
8d2dc92
Compare
Choose a tag to compare
  • Automatically save image as bigtiff if needed
  • Ensure correct versions of dependencies

Release 1.9.0

20 May 09:15
582bb36
Compare
Choose a tag to compare
  • Allow reading multi-series files

Release 1.8.3

20 May 09:14
47674cd
Compare
Choose a tag to compare
  • Bug fix for dimensions being managed in wrong order

Release 1.8.2

14 Oct 14:15
01847d2
Compare
Choose a tag to compare

-Fixed issue when using compression in Python 3.6

Release 1.8.1

13 Oct 09:22
a9b1da9
Compare
Choose a tag to compare

Release 1.7.2

21 Oct 15:45
28f9d5d
Compare
Choose a tag to compare
  • 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

30 Jul 09:49
Compare
Choose a tag to compare
  • 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

25 Sep 11:39
0c13866
Compare
Choose a tag to compare
Changes variable arguments to **kwargs