0.11.0
Pre-release
Pre-release
New features
- API simplification: clijx.op().method() and clijx.op.method() are deprecated. Use clijx.method() instead. This will improve unified handling between matlab and python.
- API simplification: clijx.method(Float(5)) and clijx.method(Integer(5)) can now be called like clijx.method(5). This should improve coding in matlab and python
- CLIJx API was re-generated with readable variable names
- DetectLabelEdges operation
- Internally, kernels using the new OpenCL-dialect support now image-size independent compilation. This should improve performance when using differently sized images.
- Auto-completion for CLIJx with proper variable names and documentation