Skip to content

Releases: tlnagy/OMETIFF.jl

v0.3.0

16 Jun 20:12
v0.3.0
Compare
Choose a tag to compare

v0.3.0 (2019-06-16)

Diff since v0.2.1

Closed issues:

  • Update to Pkg3 format (#31)
  • Extract and report actual elapsed time information (#27)
  • Annotate spatial axes with spatial units if available (#26)
  • Switch to new Julian iteration protocol. (#21)

Merged pull requests:

  • transition package to pkg3 format, fixes #31 (#34) (tlnagy)
  • add support for extracting elapsed time from the omexml (#33) (tlnagy)
  • return unitful spatial axes, fixes #26 (#28) (tlnagy)
  • switch to julian iteration protocol for ifds (#24) (tlnagy)

v0.2.1

07 Oct 01:55
c632534
Compare
Choose a tag to compare

Small bugfix release.

  • Fix for zlib issues
  • Fix for certain OME-TIFFs with alternating position info

v0.2.0

08 Sep 00:26
4e59f9f
Compare
Choose a tag to compare

Adds support Julia 1.0!

v0.1.2

25 Jul 20:11
Compare
Choose a tag to compare
  • Adds support for reading acquisition comments in ome.tiff files #15
  • Various bugfixes (thanks @rsrock)
  • Adds support for FileIO v0.8.0+

v0.1.1

10 Nov 02:35
b1b7637
Compare
Choose a tag to compare

OMETIFF.jl now has glorious multi-position (i.e. multi-well) support. Position is now added as an additional axis when a multi-position file is loaded.

Enjoy!

v0.1.0

06 Oct 23:03
Compare
Choose a tag to compare

This is a major redesign of how OME-TIFFs are loaded and treated internally. The result is that multi-position, multi-file OME-TIFFs should load without problems now. This redesign also sets the stage for further improvements to the OME-TIFF framework.

Initial release

04 Aug 23:07
e18efc7
Compare
Choose a tag to compare

This is the first version of OMETIFF.jl!

It adds support for loading OME-TIFFs from MicroManager or other microscopy software into Julia and leverages the awesome Images.jl ecosystem.