Skip to content

Releases: ijtools/TableJ

TableJ 0.3

12 Oct 17:48

Choose a tag to compare

This is release 0.3 of the TableJ plugin for ImageJ / Fiji.

New features include:

  • can now create a label map from a categorical column
  • fixed conversion of ResultsTable when generated with "Analyze Particles"
  • refactored the display of tables
  • introduced management of colors for levels of categorical columns
  • added conversion of Table to ImageJ's ResultsTable
  • better management of the list of Tables via the TableManager
  • several bug fixes

Full Changelog: v0.2...v0.3

TableJ 0.2

13 Mar 15:58

Choose a tag to compare

This is release 0.2 of the TableJ plugin for ImageJ / Fiji.

Features include:

  • conversion of ImageJ's ResultsTable into "Table" class that can manage both numeric and categorical columns
  • display of Table instances in specific frame
  • provide several edition operations on Tables from frame menu (column or row selection, rename...)
  • feature normalisation (log, sqrt, z-score...)
  • provide several plotting facilities: line plot, scatter plot, histogram...
  • global analysis (principal component analysis)
  • clustering (k-means)
  • import and export from CSV files

TableJ 0.1

20 Feb 16:01

Choose a tag to compare

This is release 0.1 of the TableJ plugin for ImageJ / Fiji.

Features include:

  • conversion of ImageJ's ResultsTable into "Table" class that can manage both numeric and categorical columns
  • display of Table instances in specific frame
  • provide several edition operations on Tables from frame menu (column or row selection, rename...)
  • provide several plotting facilities: line plot, scatter plot, histogram
  • global analysis (principal component analysis)
  • import and export from CV files

TableJ initial release

28 Jan 16:09

Choose a tag to compare

Initial release for TableJ, an ImageJ plugin for management of data tables.

Initial features include:

  • conversion of ImageJ's ResultsTable into "Table" class that can manage both numeric and categorical columns
  • display of Table instances in specific frame
  • provide several edition operations on Tables from frame menu
  • provide several plotting facilities: line plot, scatter plot...
  • import and export from CV files