Skip to content

v2.1.0

Choose a tag to compare

@TorecLuik TorecLuik released this 07 Jan 14:47
· 38 commits to main since this release

BIOMERO 2.1.0

🚀 What's New

  • Reliable batch processing for high-volume workflows
  • Automatic retry on database conflicts
  • Better monitoring and error reporting
  • Safer workflow tracking and conversions

🐛 Fixes

  • Resolved thread crashes and silent failures in batch jobs
  • Fixed incomplete workflow tracking under high concurrency
  • Improved error handling in conversion scripts

Install:

  • biomero pylib: pip install --upgrade biomero[full]==2.1.0
  • biomero-scripts: git clone --depth 1 --branch v2.0.1 --single-branch https://github.com/NL-BioImaging/biomero-scripts.git /opt/omero/server/OMERO.server/lib/scripts/biomero

Full Changelog: v2.0.1...v2.1.0