Skip to content

0.8.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@haesleinhuepf haesleinhuepf released this 15 Sep 17:10
· 1018 commits to master since this 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