Skip to content

Releases: imi-bigpicture/opentile

0.12.0

21 Feb 11:10
27c087d
Compare
Choose a tag to compare

Added

  • Support for opening files using fsspec.

0.11.2

20 Feb 06:55
93a2e62
Compare
Choose a tag to compare

Fixed

  • Updated ome-types to 0.5.0.

0.11.0

06 Dec 12:41
88ddf19
Compare
Choose a tag to compare

Changed

  • Return iterators of tiles instead of lists.
  • Encode Jpeg and Jpeg 2000 using imagecodecs.

0.10.4

30 Nov 20:02
aaf8e91
Compare
Choose a tag to compare

Fixed

  • Order of pixel spacing for philips tiff files.

0.10.3

01 Sep 21:01
e23c29b
Compare
Choose a tag to compare

Fixed

  • Change version requirement for tifffile and imagecodecs to allow newer versions.

0.10.2

29 Aug 14:36
f4ace3c
Compare
Choose a tag to compare

Fixed

  • Bumped version of ome-types to support pydantic 2.0.

0.10.1

29 Aug 14:35
f4ace3c
Compare
Choose a tag to compare

Fixed

  • Bumped version of ome-types to pin pydantic to 1.x.

0.10.0

26 Jun 15:42
65a9082
Compare
Choose a tag to compare

Changed

  • Relaxed python requirement to >= 3.8.

0.9.0

03 Apr 07:47
2ab3f1a
Compare
Choose a tag to compare

Added

  • Basic support for OME tiff files.

Changed

  • Refactored code, renamed OpenTilePage to TiffImage (and reflecting the change to subclasses). Removed abstract method get_image() and added abstract methods get_level(), get_label(), and get_overview().

0.8.1

31 Mar 13:16
48cd00f
Compare
Choose a tag to compare

Added

  • Added conda installation instructions to readme.

Changed

  • Implementation and use of Region updated to that of wsidicom.