Skip to content

Releases: tlnagy/OMETIFF.jl

v0.3.10

25 Mar 22:18
9610f96
Compare
Choose a tag to compare

OMETIFF v0.3.10

Diff since v0.3.9

Merged pull requests:

v0.3.9

25 Mar 21:43
66d4652
Compare
Choose a tag to compare

OMETIFF v0.3.9

Diff since v0.3.8

Closed issues:

  • Use new runtime parsing API from unitful (#66)

Merged pull requests:

  • CompatHelper: bump compat for "DataStructures" to "0.18" (#74) (@github-actions[bot])
  • Switch to using Unitful's parsing API (#75) (@tlnagy)
  • Improve support for FileIO v1.6 (#76) (@tlnagy)
  • Switch to github ci (#77) (@tlnagy)

v0.3.8

26 Jun 00:12
251aa1b
Compare
Choose a tag to compare

OMETIFF v0.3.8

Diff since v0.3.7

Closed issues:

  • Suitable for general use on TIFFs? (#56)
  • Tracking of IFD offset across separate files is very brittle (#72)

Merged pull requests:

v0.3.7

22 Feb 03:03
ddec999
Compare
Choose a tag to compare

OMETIFF v0.3.7

Diff since v0.3.6

Merged pull requests:

  • CompatHelper: bump compat for "Unitful" to "1.0" (#67) (@github-actions[bot])

v0.3.6

09 Jan 01:03
Compare
Choose a tag to compare

OMETIFF v0.3.6

Diff since v0.3.5

Closed issues:

  • Handle cases where file is renamed and the filepath in the OME-XML is out of date (#14)

Merged pull requests:

  • switch to using uuids and internal names for file tracking (#62) (@tlnagy)

v0.3.5

07 Jan 08:02
b9475f4
Compare
Choose a tag to compare

OMETIFF v0.3.5

Diff since v0.3.4

Closed issues:

  • DimensionMismatch("array could not be broadcast to match destination") (#60)

Merged pull requests:

  • CompatHelper: bump compat for "AxisArrays" to "0.4" (#58) (@github-actions[bot])
  • CompatHelper: bump compat for "ImageMetadata" to "0.9" (#59) (@github-actions[bot])
  • fix accidental transposition that broke rectangular image loading (#61) (@tlnagy)

v0.3.4

02 Jan 19:02
49dc321
Compare
Choose a tag to compare

OMETIFF v0.3.4

Diff since v0.3.3

Closed issues:

  • add lazy loading of larger files/split files (#3)

Merged pull requests:

  • Add support for memory mapping Tiff files (#51) (@tlnagy)
  • Add testing on windows (#54) (@tlnagy)
  • Obtain Colors&FixedPointNumbers via ImageCore (#57) (@timholy)

v0.3.3

18 Dec 04:01
60c3c80
Compare
Choose a tag to compare

v0.3.3 (2019-12-18)

  • Add support for memory-mapping TIFF files
  • Flesh out documentation

v0.3.2

23 Nov 21:49
v0.3.2
4adee1a
Compare
Choose a tag to compare

v0.3.2 (2019-11-23)

Diff since v0.3.1

Closed issues:

  • Add support for dumping internal micromanager imaging JSON (#40)
  • Incomplete micromanager acquisitions cause out of bounds error (#38)

Merged pull requests:

  • add support for compathelper tracking of deps (#43) (tlnagy)
  • Support variable axis lengths across positions and reduce memory footprint (#41) (tlnagy)
  • add ability to output embedded OME-XML inside a OMETIFF (#39) (tlnagy)

v0.3.1

11 Sep 08:50
v0.3.1
0e6b941
Compare
Choose a tag to compare

v0.3.1 (2019-09-11)

Diff since v0.3.0

Merged pull requests:

  • switch to the lightweight ImageShow for show funcs (#37) (tlnagy)
  • verify that an error is thrown when loading non-ometiff files (#35) (tlnagy)