Skip to content

Releases: clij/clij2

0.27.4

04 May 19:39
Compare
Choose a tag to compare
0.27.4 Pre-release
Pre-release

New features

  • neighborsOfNeighbors
  • standardDeviationOfTouchingNeighbors
  • AverageDistanceOfNFarOffPoints
  • added shape descriptors to statistics

Bugfixes:

  • When analysing distance matrices (average of n closest / far off points), the diagonale (distance to itself) and first row/column (distance to background) are ignored
  • pullString caused exeception

0.27.3

27 Apr 17:19
Compare
Choose a tag to compare
0.27.3 Pre-release
Pre-release

New features

  • excludeLabels

Bugfixes

  • excludeSubSurfaceLabels and excludOnSurfaceLabels 2D didn't work
  • print didn't print to the Log window

0.27.2

23 Apr 15:59
Compare
Choose a tag to compare
0.27.2 Pre-release
Pre-release

New Features

  • startTimeTracing
  • stopTimeTracing
  • getTimeTraces
  • pullMat
  • pullMatXYZ
  • pushMat
  • pushMatXYZ
  • pointlistToLabelledSpots
  • labelVoronoiOctagon
  • touchMatrixToAdjacencyMatrix
  • adjacencyMatrixToTouchMatrix
  • medianOfTouchingNeighbors

Bug fixes

  • copySlice and copy didn't work for stacks with one slice
  • writeValuesToPositions didn't work for 2D
  • resliceRadial didn't work
  • dimensionality issues with generateTouchMatrix
  • Translate2D and Translate3D were inverted
  • dimensionality issue with pasting 2D/3D images
  • dimensionality issues with count nonzero pixels
  • resample had wrong output image size

Miscellaneous

  • pixel statistics methods are not parallelized on the CPU

0.27.0

18 Apr 16:59
Compare
Choose a tag to compare
0.27.0 Pre-release
Pre-release

New features (mostly convenient methods with ByRef parameters for results):

  • getAsString
  • getGPUProperties
  • getBoundingBox
  • getCenterOfMass
  • getJaccardIndex
  • getMaximumOfAllPixels
  • getMinimumOfAllPixels
  • getMeanOfAllPixels
  • getMeanSquaredError
  • getSorensenDiceCoefficient
    *getSumOfAllPixels

Deprecated methods:

  • getSize

Bugfixes:

  • drawBox: Boxes were 1 pixel to small in all directions
  • added missing menu entries
  • setRandom didn't support 2D images
  • statisticsOfBackgroundAndLabelledPixels ignored the background (0 and NaN were results)
  • addImages, subtractImages, addImagesWeighted didn't work propely for 16-bit images on AMD Vega56

Miscellaneaus

  • CLIJ2 has now its own macro extensions, activating ByRef parameters per default.

0.26.10

13 Apr 19:02
Compare
Choose a tag to compare
0.26.10 Pre-release
Pre-release

New features:

  • resultsTableColumnToImage
  • minimumOfTouchingNeighbors
  • maximumOfTouchingNeighbors
  • meanOfTouchingNeighbors
  • pullToROIList
  • statisticsOfBackgroundAndLabelledPixels

Deprecated methods

  • setKeepReferences

Bug fixes

  • touch and distance matrices where one element to small in case they were generated automatically
  • affine transforms were inconsistent depending on if they were called for buffers or images
  • average distance results were wrong

Miscelllaneous

  • setWaitForKernelFinish enables more fluent execution of kernels and potential speedup in special cases
  • internal speedup of labelSpots, a special case of connected components labeling of single pixels

0.26.7

07 Apr 08:44
Compare
Choose a tag to compare
0.26.7 Pre-release
Pre-release

Bugfixes:

  • A generated distance matrix was too small (Thanks to Mathilda Hjoerdis Lennartz for reporting this bug)

New features:

  • nClosestDistances

0.26.6

06 Apr 15:17
Compare
Choose a tag to compare
0.26.6 Pre-release
Pre-release

Bugfixes:

  • AffineTransform 2D and 3D inconsistently inverted transformation matrices depending on interpolation on/off
  • AverageDistanceOfNClosestNeighbors resulted in wrong results: the distance to neighbors 2, 3, ..., n were averaged and not 1,2,3,...n
  • MaximumZProjectionBounded didn't work because of a typo in OpenCL

0.26.5

31 Mar 12:12
Compare
Choose a tag to compare
0.26.5 Pre-release
Pre-release

Bug fixes:

  • CLIJ2 plugins caused a NullPointerException when called from the menu

This release comes with clij-1.5.8
https://github.com/clij/clij/releases/tag/1.5.8

0.26.4

29 Mar 21:09
Compare
Choose a tag to compare
0.26.4 Pre-release
Pre-release

This comes with CLIJ 1.5.7
https://github.com/clij/clij/releases/tag/1.5.7

New features:
clij2.transfer() allows distributing data between GPUs

0.26.3

27 Mar 22:52
Compare
Choose a tag to compare
0.26.3 Pre-release
Pre-release

This release comes with clij release 1.5.6
https://github.com/clij/clij/releases/tag/1.5.6

New features

  • getAutomaticThreshold
  • getDimensions