Skip to content

Releases: imcf/python-micrometa

python-micrometa-15.2.1

08 Apr 15:52
Compare
Choose a tag to compare

Fixes

  • 9f21176: add a workaround for an ImageJ Macro return statement weirdness

Artifacts

python-micrometa-15.2.0

08 Apr 15:50
Compare
Choose a tag to compare

Changes

  • 2988061: import submodules automatically, so any part of the package can be accessed with a simple import micrometa and then using the fully qualified name of a function

Artifacts

python-micrometa-15.1.0

30 Mar 21:18
Compare
Choose a tag to compare

Changes

Artifacts

python-imcf-libs-14.1.0

14 Dec 10:38
Compare
Choose a tag to compare

Changes

  • Added a summarize() method to the FluoView classes for generating human-readable details after parsing a project.

python-imcf-libs-14.0.0

12 Dec 14:23
Compare
Choose a tag to compare

Changes

python-imcf-libs-13.1.0

12 Dec 13:58
Compare
Choose a tag to compare

Changes

  • allow for re-ordering the sequence in which files are written to the tile configuration files since the order affects some of the fusion methods
  • allow for adjusting the file name suffix used in the tile configuration files
  • pad index numbers to same length in tile configuration file names
  • use logging from jython-scijava-logging package
  • decrease log level for various less important messages
  • use "percent" as the default unit for overlapping tiles
  • work around namespace pollution issues with io when running in ImageJ-Jython