Skip to content

0.26.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@haesleinhuepf haesleinhuepf released this 16 Mar 15:11
· 475 commits to master since this release

New features:

  • concatenateStacks() operation
  • invalidateKernelCache() operation
  • entropyBox() filter (thanks to Pit Kludig for providing the code)
  • setRandom() operation

Remove features

  • skeletonize and skeletonize3D were moved from CLIJ2 to CLIJx

Bugfixes:

  • laplace filters were not running, because the were in the wrong OpenCL dialect
  • sumImageSliceBySlice took wrong parameters
  • openCL bugs in Crop2D, Crop3D, paste2D and paste3D

Backwards compatibility breaking changes:

  • affineTransforms had a bug in concatenating individual transforms such as "translateX=5 scaleX=3 translateX=-5"
  • The maven artifact / jar file was renamed. clij-advanced-filters.jar doesn't exist anymore. It was divided into several jar files such as clij2 and clijx. Both get distributed to Fiji via the clij2 update site for now.
  • Trainable Weka Segmentation related code was moved to the fiji/TrainableSegmentation repository, introduce_clij branch