Skip to content

BAR 1.1.6

Compare
Choose a tag to compare
@tferr tferr released this 21 Aug 18:41
· 438 commits to master since this release
  • Routines:
    • New script: Create Boxplot, a BeanShell script that creates box-and-whisker plots from ImageJ measurements
    • Plot Results has been re-written: It is now a full-fledged interactive plotting GUI
    • Updated ROI Manager Tools for IJ 1.45b (The ROI Manager can now store ROIs with the same name).
  • API:
    • New class PlotUtils (Javadoc), providing utility methods for plotting operations, including exporting of JFreeChart plots as vector graphics (PDF or SVG)
    • Added new methods to the Utils class for interacting with the ImageJ Results table (Javadoc)
  • Bug Fixes:
    • Fixed an issue that did not allow Groovy lib to be recognized by the ImageJ updater
    • Fixed an issue in which Clipboard to Results could terminate a calling script
    • Fixed an issue (#13) in ROI Manager Tools in which labels were not properly reset
    • Suppressed the "Ignoring unsupported output" Consoled warnings triggered by several routines
    • Fixed and issue that in which exiting messages of Segmentation macros could not be read in the ImageJ status bar
  • Documentation: