Skip to content

StarDist 0.8.4

Compare
Choose a tag to compare
@uschmidt83 uschmidt83 released this 18 Jul 23:38
ebbc7ad

This is a maintenance release with the following changes:

  • Support Python 3.11
  • Fix issue when using TensorFlow 2.13.0
  • Fix various deprecation warnings
  • Fix issue when using 'None' as class labels
  • Suppress some outputs from Keras/TensorFlow (cf. forum post)
  • Require CSBDeep 0.7.4

Not part of the Python package, but important:

  • Update documentation (with contributions from @psobolewskiPhD and @ajinkya-kulkarni)
  • Update Dockerfile
  • Fix matplotlib configuration issue in example notebooks
  • Fix a bioimage.io test issue (@FynnBe)
  • Update GitHub issue templates
  • Fix various GitHub action issues