0.8.0
Pre-release
Pre-release
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