This release has many bug fixes and improvements, including:
- Improve non-maximum suppression (faster, interruptible, verbose option)
- Make 2D distance computation more accurate (issue 33)
- Add `export_TF` function to export the model for use in the companion [ImageJ/Fiji plugin](https://imagej.net/StarDist) (cf. #10)
- Fix several bugs that only occurred when using multi-channel input images
- Fix some issues with ImageJ ROI export
- Fix bug to allow using input images without annotated objects (issue 25)
- Add plotting functions to show instance segmentation (2D only)
- Add support for building shared library for C++ code (work in progress)
- Fix potential bug when using constant value label images
- Fix potential bug when using the [`edt`](https://github.com/seung-lab/euclidean-distance-transform-3d) package (deal with non-contiguous arrays)
Minor (but *potentially breaking*) changes:
- Add `train_foreground_only` configuration parameter
- Data type of output label image now `int32` for both 2D and 3D (was `uint16` for 2D before)
- Signature of `augmenter` function changed (now expects a single input/label image pair as input)