Releases: clij/clij2
Releases · clij/clij2
0.10.3
New features:
- NonzeroMaximumDiamond
- OnlyzeroOverwriteMaximumDiamond
- GenerateTouchMatrix
0.10.2
Bugfixes:
- nClosestPoints delivered wrong results
0.10.1
Bugfix: memory leak in llocalExtremaBox
0.10.0
New features:
- pullAsROI
- pullToROIManager
- pullLabelsTOROIManager
0.9.0
New features:
- 3D Objects Counter GUI
- BinaryEdgeDetection
- BinarySubtract
- DistanceMap
- ExcludeLabelsOnEdges
- Introducing an improved OpenCL dialect for CLIJx
0.8.0
New features:
- boundingBox
- create(long[]) uses Float as default image/buffer type
- drawBox
- drawLine
- drawSphere
- equalConstant
- gaussJordan
- getGPUProperties
- greaterConstant
- greaterOrEqualConstant
- labelToMask
- listAvailableGPUs
- maximumOfMaskedPixels
- meanOfMaskedPixels
- minimumOfMaskedPixels
- nClosestPoints
- notEqualConstant
- preloadFromDisc
- readImageFromDisc
- readRawImageFromDisc
- replaceIntensity
- smallerConstant
- smallerOrEqualConstant
- standardDeviationOfAllPixels
- standardDeviationOfMaskedPixels
- statisticsOfLabelledPixels
- varianceOfAllPixels
- varianceOfMaskedPixels
Potentially backwards compatibility breaking changes:
- CLIJ2 was renamed CLIJx to express that the stuff in there is experimental
- ImageJ macro operations starting with "CLIJ_" were renamed to "CLIJx_" for the same reason.
Bugfixes:
- Matrix multiplication didn't work properly in multiple cases
0.6.2
"CLATLABs-buddy" pre-release
New features (operations)
- PowerImages pixel-wise operation
- MultiplyMatrix operation
- MatrixEqual operation
- Greater pixel-wise operation
- GreaterOrEqual pixel-wise operation
- Smaller pixel-wise operation
- SmallerOrEqual pixel-wise operation
- Equal pixel-wise operation
- NotEqual pixel-wise operation
0.6.1
New Features:
- GetSize operation
Bugfixes:
- Improved interoperability with clatlab
- CLIJ2 wasn't instantiable
0.6.0-preprint_v2
New functions
- The CLIJ2 gateway
- Laplace filter
- GetSize operation
- Image2DToResultsTable converter
- SetWhereXequalsY operation
- WriteValuesToPositions operation
- SorensenDiceJaccardIndex measurement
- MeanClosestSpotDistance meaurement
- SplitStack operation
- NonzeroMinimum3DDiamond operation
- Replace operation
0.2.0
New features:
- binaryIntersection() forwarding to binaryAnd()
- binaryUnion() forwarding to binaryOr()
- meanSquaredError() of two images
Bug fixes:
- The math behind standardDeviationZProjection() was just wrong