Skip to content

Releases: clij/clijx-assistant

0.4.2.23

07 Mar 18:34
Compare
Choose a tag to compare
0.4.2.23 Pre-release
Pre-release

Bugfix:

  • The hilo-lookup table was confusing. We made our own custom "hi" lookup table instead.

0.4.2.22

07 Mar 08:27
Compare
Choose a tag to compare
0.4.2.22 Pre-release
Pre-release

New features

  • VisualizeOutlinesOnOriginal now uses the HiLo lookup table to show outlines in red.
  • The assistant tool button in ImageJs toolbar now shows the CLIJ logo
  • The binarize(auto threshold) category now also contains local thresholdd methods

0.4.2.21

21 Feb 16:42
Compare
Choose a tag to compare
0.4.2.21 Pre-release
Pre-release

New features

  • Visualization of stacks using various projections, highlighted with blue frames

Bug fixes

  • NullPointerException in Fijis search bar
  • Suggestions were not shown

0.4.2.19

14 Feb 13:26
Compare
Choose a tag to compare
0.4.2.19 Pre-release
Pre-release

New features

  • Users can maintain a list of "My favorite" operations
  • Advanced operations for handling pointlists, vectors, matrices and tables can be activated in menus, this includes showing images as tables.
  • Windowing (display min/max) can be fixed.
  • New categories: binarize (auto-thresholding), vectors&matrices, renamed filters to filters(others)
  • GUI for WekaRegionLabelClassifier

Bug fixes

  • Jython and Macro generators sometimes threw NullPointerExceptions
  • Jyhton-generated code has now cle.create-statements compatible to pyclesperanto

See also
https://github.com/clij/clij2/releases/tag/2.2.0.19
https://github.com/clij/clijx-weka/releases/tag/0.30.1.19
https://github.com/clij/clijx/releases/tag/0.30.1.19

0.4.2.18

03 Feb 19:46
Compare
Choose a tag to compare
0.4.2.18 Pre-release
Pre-release

Removed operations from the blacklist to make them available in the user interface:

  • Skeletonize
  • StackToTiles
  • Median3DSphere
  • Median2DBox
  • Median2DSphere
  • OpeningDiamond
  • BinaryFillHoles
  • BinaryFillHolesSliceBySlice

See also: https://github.com/clij/clijx/releases/tag/0.30.1.18

0.4.2.16

28 Jan 22:22
Compare
Choose a tag to compare
0.4.2.16 Pre-release
Pre-release

New features:

  • Introduced new category "Label neighbor filters" in right-click menu

Bugfixes

  • Connected Compoent Labeling in the assistant extensions for Imglib2, BoneJ, MorpolibJ, ImageJ3DSuite and SimpleITK were limted to 255 labels in case 8-bit binary images were provided. (Thanks to Ofra Golani for reporting this bug)

See also:
https://github.com/clij/clijx/releases

0.4.2.15

19 Jan 18:14
Compare
Choose a tag to compare
0.4.2.15 Pre-release
Pre-release

New features:

  • Added user interface for K-Means clustering. Warning: This interface will change in future releeases.

Bug fixes:

  • Memory leak: Images were not removed from GPU memory. This was limiting when running the assistant long term.
  • Some 2D images were processes as 3D images with one slice. This made for example DetectMaxima2DBox fail.

Miscelaneous

  • Compatiblity (J, Py, C++,...) is hidden in menu per default. And can be turned on in the "Info" submenu.

See also
https://github.com/clij/clijx/releases/tag/0.30.1.15

0.4.2.14

12 Jan 13:27
Compare
Choose a tag to compare

0.4.2.12

21 Dec 19:35
Compare
Choose a tag to compare
0.4.2.12 Pre-release
Pre-release

New features:

  • Jython/Python code generators compatbile with pyclesperanto_prototype 0.6.0 (alpha)
  • pyclesperanto_prototype package importable in Jython
  • imread scripting convenience method
  • imshow scripting convenience method
  • create_like scripting convenience method

Deprecated:

  • net.clesperanto.javaprototype.Camel has been deprecated and will be replace by the Snake API

See also:
https://github.com/clij/clij2/releases/tag/2.2.0.12
https://github.com/clij/clijx/releases/tag/0.30.1.12

0.4.2.2

01 Dec 13:25
Compare
Choose a tag to compare
0.4.2.2 Pre-release
Pre-release

New Features

  • Updated CLIc compatibility list for code generation