Skip to content

Releases: clij/clij2

0.10.3

21 Oct 20:20
Compare
Choose a tag to compare
0.10.3 Pre-release
Pre-release

New features:

  • NonzeroMaximumDiamond
  • OnlyzeroOverwriteMaximumDiamond
  • GenerateTouchMatrix

0.10.2

20 Oct 21:24
Compare
Choose a tag to compare
0.10.2 Pre-release
Pre-release

Bugfixes:

  • nClosestPoints delivered wrong results

0.10.1

16 Oct 12:47
Compare
Choose a tag to compare
0.10.1 Pre-release
Pre-release

Bugfix: memory leak in llocalExtremaBox

0.10.0

28 Sep 21:01
Compare
Choose a tag to compare
0.10.0 Pre-release
Pre-release

New features:

  • pullAsROI
  • pullToROIManager
  • pullLabelsTOROIManager

0.9.0

22 Sep 17:12
Compare
Choose a tag to compare
0.9.0 Pre-release
Pre-release

New features:

  • 3D Objects Counter GUI
  • BinaryEdgeDetection
  • BinarySubtract
  • DistanceMap
  • ExcludeLabelsOnEdges
  • Introducing an improved OpenCL dialect for CLIJx

0.8.0

15 Sep 17:10
Compare
Choose a tag to compare
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

0.6.2

24 Aug 09:06
Compare
Choose a tag to compare
0.6.2 Pre-release
Pre-release

"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

22 Aug 14:36
Compare
Choose a tag to compare
0.6.1 Pre-release
Pre-release

New Features:

  • GetSize operation

Bugfixes:

  • Improved interoperability with clatlab
  • CLIJ2 wasn't instantiable

0.6.0-preprint_v2

21 Aug 15:53
Compare
Choose a tag to compare
0.6.0-preprint_v2 Pre-release
Pre-release

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

26 Jun 15:32
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

New features:

  • binaryIntersection() forwarding to binaryAnd()
  • binaryUnion() forwarding to binaryOr()
  • meanSquaredError() of two images

Bug fixes:

  • The math behind standardDeviationZProjection() was just wrong