Skip to content

Releases: clij/clij2

0.21.2

12 Feb 09:28
Compare
Choose a tag to compare
0.21.2 Pre-release
Pre-release

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

10 Feb 15:28
Compare
Choose a tag to compare
0.21.0 Pre-release
Pre-release

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

09 Feb 18:29
Compare
Choose a tag to compare
Pre-release

This is the first alpha release of CLIJ2.

Read details here:
https://forum.image.sc/t/clij2-alpha-release/33821

0.19.0

05 Feb 22:27
1862009
Compare
Choose a tag to compare
0.19.0 Pre-release
Pre-release

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

21 Dec 22:09
Compare
Choose a tag to compare
0.16.2 Pre-release
Pre-release

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

13 Dec 10:24
Compare
Choose a tag to compare
0.16.1 Pre-release
Pre-release

New features:

  • API consistency fixes. E.g. subtractBackground co-exists now with subtractBackground2D and subtractBackground3D

0.16.0

08 Dec 17:05
Compare
Choose a tag to compare
0.16.0 Pre-release
Pre-release

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

05 Dec 21:06
Compare
Choose a tag to compare
0.15.1 Pre-release
Pre-release

New features:

  • Manual Image Registration in 3D (GUI)

0.15.0

05 Dec 18:33
Compare
Choose a tag to compare
0.15.0 Pre-release
Pre-release

New features:

  • MaximumXProjection
  • MaximumYProjection

Backwards compatibility breaking changes:

  • resliceRadial takes more arguments (center point, angle offset and scaling factors) now

0.14.0

01 Dec 15:25
Compare
Choose a tag to compare
0.14.0 Pre-release
Pre-release

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)