Skip to content

StarDist 0.9.0

Compare
Choose a tag to compare
@uschmidt83 uschmidt83 released this 23 Apr 22:13
e853207

Changes

  • Add support for Keras 3 in #266
    • TensorFlow 2.16+ has Keras 3.x as a dependency (although it is possible to use legacy Keras 2.x if need-be)
  • Enable training with sparse label masks in 7a68fa7 (inspired by @ksugar)
  • Add support for Python 3.12
  • Various bug fixes and improvements, including
    • Resolve integer overflow when running on a large 3D image by @ximion in #249
    • Fix and improve the export function for Bioimage.IO by @qin-yu in #254

Breaking changes

  • Exporting to TensorFlow's "SavedModel" format is no longer supported when using Keras 3

Full Changelog: 0.8.5...0.9.0