Skip to content

0.11.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@haesleinhuepf haesleinhuepf released this 23 Oct 20:20
· 959 commits to master since this 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
    image