Skip to content

Releases: clij/clij2

2.0.0.15

22 Jul 16:47
Compare
Choose a tag to compare

Minor bugfixes

  • Missing default values made dialogs crash for Crop2D and Crop3D
  • Removed debug traces

2.0.0.14

26 Jun 08:36
Compare
Choose a tag to compare

Bug fixes

  • pushString didn't work from ImageJ macro
  • scale2D, scale3D and potentially other methods with boolean default values didn't work (thanks to Nik Cordes for reporting)
  • differenceOfGaussien doesn't use deprecated methods anymore under the hood (thanks Philippe Mailly for reproting)

New features

  • extendLabelingViaVoronoi was added

Miscelaneus

  • LabelVoronoiOctagon was misleadingly deprecated
  • Human readable error messages with link to image.sc
  • removed debug traces on standard-out

2.0.0.10

12 Jun 22:01
Compare
Choose a tag to compare

CLIJ2 - first stable release 2.0.0.10

New features

  • absoluteDifference
  • generateTouchCountMatix
  • meanXProjection
  • meanYProjection
  • minimumXProjection
  • minimumYProjection
  • pullBinarayRAI
  • replacePixelsIfZero
  • squaredDifference

Miscellaneous

  • pushString can create 2D buffers now
  • updated documentation, especially for projections
  • added categories for operations
  • changed some cl-filenames to clEsperanto naming conventions
  • removed "experimental" from menu names

Bug fixes

  • generateTouchMatrix didn't consider last image row and column
  • adjacency/touch matrix conversion flipped the matrix wrongly
  • applyVectorField2D didn't work on 3D images with one plane
  • math in generateJaccardIndexMatrix was wrong

2.0.0.7-BETA

04 Jun 12:33
Compare
Choose a tag to compare

Bugfix

  • OpenCL error in addImagesWeighted3D (Thanks to Rita F. for reporting)

2.0.0.6-BETA

01 Jun 17:31
Compare
Choose a tag to compare

New features

  • added pullToCurrentSlice, pullToCurrentSliceSelection, pushCurrentSlice selection (Thanks to Bertrand Vernay and Marcel Boeglin for suggesting)

Bugfixes

  • centroidsOfLabels didn't produce output (Thanks to Marion Louveaux for reporting)
  • notEqual didn't work in 3D

This comes with
https://github.com/clij/clij/releases/tag/17.0.0.6

2.0.0.4-BETA

21 May 14:04
Compare
Choose a tag to compare

This comes with clij 1.7.0.4
https://github.com/clij/clij/releases/tag/1.7.0.4

New features:

  • Convolve (Thanks to Tanner Fadero for suggesting)

Miscelaneous:

  • Plugins can have (and have) default values for parameters

Bug fixes:

  • GenerateParametricImage had a wrong order of parameters
  • Histogram wasn't functional because of a typo
  • Histogram: The histogram table doesn't pop up anymore. If users want to see it, use pullToResultsTable

2.0.0.1-BETA

17 May 07:28
Compare
Choose a tag to compare

Bugfixes:

  • Watershed was broken. (Thanks to Bram van den Broek for reporting)

2.0.0.0-BETA

16 May 17:39
Compare
Choose a tag to compare

This comes with clij 1.7.0.0
https://github.com/clij/clij/releases/tag/1.7.0.0

New features

  • DetectMinima2DBox
  • DetectMaxima2DBox
  • DetectMinima3DBox
  • DetectMaxima3DBox
  • DepthColorProjection (Thanks to Dani Vorkel for suggesting)
  • GenerateBinaryOverlapMatrix (Thanks to Ofra Golani for suggesting)
  • GenerateParametricImage
  • GenerateParametricImageFromResultsTableColumn
  • ExcludeLabelsWithValuesOutOfRange
  • ExcludeLabelsWithValuesWithinRange
  • CombineVertically
  • CombineHorizontally
  • ReduceStack
  • RadialResliceTop (Thanks to Nik Cordes for suggesting)
  • Watershed (Thanks to Bram van den Broek)
  • SaveAsTif (Thanks to Rocco D'Antuono for suggesting)

Bug fixes

  • Image origin was shifted by half a pixel in radialReslice (Thanks to Nik Cordes for reporting this bug)
  • Results GradientX/Y/Z applied to 8 or 16-bit images where potentially wrong as the presign was cut of (Thanks to Eduardo Conde-Sousa for reporting)
  • Detect-Minima/Maxima-2D/3D/Box found to many maxima (Thanks to Bram van den Broek for reporting)
  • Added warnings in case images/buffers are created which are too large for the GPU (Thanks to Juergen Gluch for suggesting)
  • Array out of bounds in GetCenterOfMass
  • ExcludeLabels eliminated wrong labels if the binary vector was not of tye 32-bit float.
  • ConcatenateStacks had potentially wrong output size

Miscelaneous

  • Plugins warn abort the macro if CLIJ2 plugins are executed with CLIJ Macro extensions - as it would crash anyway.

0.27.6

14 May 18:45
Compare
Choose a tag to compare
0.27.6 Pre-release
Pre-release

Bug fixes:

  • changed default output type for gradient X/Y/Z operations to float to be able to hold negative values. Thanks to Eduardo Conde-Sousa for reporting this issue!

0.27.5

13 May 19:09
Compare
Choose a tag to compare
0.27.5 Pre-release
Pre-release

Bug fixes (Thanks Nik Cordon for reporting):

  • Radial reslice didn't work for 2D images
  • Radial reslice results were shifted by 0.5 pixels in all dimensions