Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 2.04 KB

CHANGELOG.md

File metadata and controls

49 lines (31 loc) · 2.04 KB

v0.6.0

Enhancements

  • Fix default layout with TensorFlow models (#34)

v0.5.0

Enhancements

  • Support for QuPath v0.5.0
  • Improved support for TensorFlow via Deep Java Library
  • Optionally use the model name for a model stored in the user directory
    • May be in a 'stardist' or 'models' subdirectory
    • Provides an alternative to specifying the full model path
  • Reduce non-essential logging messages to 'debug' level

v0.4.0

Enhancements

  • Support for QuPath v0.4.0 and Deep Java Library (via the Deep Java Library extension)
  • Support for initializing the model builder from a Bioimage Model Zoo spec
  • Support for preprocessing based upon the full (downsampled) image (#20)
  • Support for both per-channel and joint channel normalization (#14)
  • The documentation is now here

v0.3.2

Bug fixes

v0.3.1

Bug fixes

  • Invalid operation for scaling (#17)
  • QuPath with CUDA doesn’t release GPU memory after StarDist segmentation Usage & Issues qupath (#11)
    • You'll need to add stardist.close() at the end of any scripts (assuming you've used stardist as the variable name, as it is here)
  • Reduces some occurrences of the dreaded TopologyException
    • More will hopefully be removed in the next main QuPath release

v0.3.0

  • First version, written to be compatible with QuPath v0.3.0