Releases: imcf/python-micrometa
Releases · imcf/python-micrometa
python-micrometa-15.2.1
python-micrometa-15.2.0
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
Changes
- 5ec0e9c: make
dname
parameter optional inimagej.write_stitching_macro()
- cc066a8: update dependencies for
python-imcflibs
andjython-olefile
Artifacts
python-imcf-libs-14.1.0
Changes
- Added a
summarize()
method to the FluoView classes for generating human-readable details after parsing a project.
python-imcf-libs-14.0.0
Changes
- Removed
olefile
in favor of the jython-olefile package.
python-imcf-libs-13.1.0
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