Skip to content

0.4.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@haesleinhuepf haesleinhuepf released this 24 Oct 12:59
· 38 commits to master since this release

Compatibilty update to clij 1.4.0 and clij-advanced-filters 0.11.0.

API Deprecation:

  • clijx.op,method() and clijx.op().method() are deprecated. Use clijx.method() instead.

Backwards compatibility breaking changes:

  • clijx.pull(matrix) was replaced by clijx.pullMat(matrix)
  • clijx.push(matrix) was replaced by clijx.pushMat(matrix)