Releases: clij/clij2
Releases · clij/clij2
2.0.0.15
Minor bugfixes
- Missing default values made dialogs crash for Crop2D and Crop3D
- Removed debug traces
2.0.0.14
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
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
Bugfix
- OpenCL error in addImagesWeighted3D (Thanks to Rita F. for reporting)
2.0.0.6-BETA
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
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
Bugfixes:
- Watershed was broken. (Thanks to Bram van den Broek for reporting)
2.0.0.0-BETA
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
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
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