New features
* The classifiers can now be applied in Fiji using the corresponding Fiji plugin: https://github.com/clij/clijx-accelerated-pixel-and-object-classification
Bug fixes
* ObjectSegmenter.cl files were misleadingly saved in the "PixelClassifier" format.
* ObjectClassification features were saved comma-separated, pixel-classification feastures were saved space-separated. Starting with this release, all features are saved space-separated (similar to other function in CLIJ). This change is backwards-compatible. The old format is still accepted.
Backwards compatibility breaking changes:
* In case, in future versions of APOC, these old classifiers can't be loaded anymore, consider editing the `.cl` file by replacing `classifier_class_name = PixelClassifier` with `classifier_class_name = ObjectSegmenter`. If this doesn't help, [please get in touch](https://github.com/haesleinhuepf/apoc/issues).