Releases: clij/clij2
Releases · clij/clij2
0.21.2
Bugfixes:
- Tenengrad fusion delivered empty images older GPUs when fed with 2D images
- A dependency clash (wrong clij-clearcl-0.10.3) with 0.21.0 and 0.21.1 is resolved by just new deployment
0.21.0
Bugfixes:
- setRampX/Y/Z asked for too many parameters in macro.
- jar file doesn't contain example images anymore and is thus much smaller
Backwards compatibility breaking:
- java API methods applyVectorfield2D() and 3D were renamed applyVectorField2D() and 3D to make them equal to macro API
0.20.0 - alpha release
This is the first alpha release of CLIJ2.
Read details here:
https://forum.image.sc/t/clij2-alpha-release/33821
0.19.0
This release brings CLIJ2 with the new OpenCL dialect. Backwards compatibility to 0.16.2 cannot be ensured due to the masses of changes.
0.16.2
New features:
- distanceMatrixToMesh
- maximumOctagon
- meanOfPixelsAboveThreshold
- minimumOctagon
- organiseWindows
- pointIndexListMesh
- projectMinimumThresholdedZBounded
- topHatOctagon
Bugfixes:
- detectLabelEdges created output images of wrong size
- meanSquaredError might have delivered wrong values in case of processing 8 and 16 bit images
- automaticThresholdInplace was missing in the Java API
- absolute used the old OpenCL dialect
- the first row/column in distance matrix corresponds to background now and doesn't contain values anymore
Other
- addImages, addImagesWeighted and subtractImages were translated to new OpenCL dialect
0.16.1
New features:
- API consistency fixes. E.g. subtractBackground co-exists now with subtractBackground2D and subtractBackground3D
0.16.0
New Features:
- boundedMinimumZProjection
- boundedMaximumZProjection
- boundedMeanZProjection
- Interactive Maximum Z projection
Backwards compatibility breaking changes:
- sorensenDiceJaccardIndex was split into sorensenDiceCoefficient and jaccardIndex. This change affects macro programmers only.
Bugfixes:
- countNonZeroPixels only counted in the first plane in case 3D data was handed over
- Sorensen/Dice/Jaccard index was potentially wrong in case 3D images were processed.
- drawSphere didn't work in 3D
0.15.1
New features:
- Manual Image Registration in 3D (GUI)
0.15.0
New features:
- MaximumXProjection
- MaximumYProjection
Backwards compatibility breaking changes:
- resliceRadial takes more arguments (center point, angle offset and scaling factors) now
0.14.0
New features:
- ClosingBox
- ClosingSphere
- LaplaceBox
- LaplaceSphere
- OpeningBox
- OpeningSphere
- ShowGrey
- ShowRGB
- Sobel (Thanks to Ruth Whelan-Jeans @ruthhwj)
Backwards compatibility breaking changes
- Laplace was renamed to LaplaceSphere
Bugfixes
- Watershed was writing images to disc (old debugging code removed)