Skip to content

v1.5.1

Choose a tag to compare

@remyeltorro remyeltorro released this 29 Mar 12:47
· 2 commits to main since this release

Release Notes

v1.5.1

New Features

  • Histogram in measurement annotator — Histograms are now available directly in the measurement annotator for quick data inspection.
  • Binned data and binned plots — Data can now be grouped into bins, with dedicated plot support for visualizing binned distributions.
  • Parallel coordinates plot — New parallel coordinates visualization for multi-dimensional data exploration in the table UI.
  • Correlation plot — New correlation matrix plot for exploring pairwise relationships between measurements.
  • Interactive plots from table — Plots derived from the measurement table are now interactive, and statistical results (p-values, effect sizes) can be exported.
  • Visual selector for plots — A new visual interface for selecting plot types, with improved colormap behavior.
  • More intuitive 2D plotting — Improved histogram and KDE plot interactions in the table UI.
  • Minimum window width enforced — Settings windows now have a minimum width to prevent layout issues on small screens.

Bug Fixes

  • Fixed empty dataframe crash when no cells are detected on a given frame.
  • Fixed styling inconsistencies in the correlation matrix and parallel coordinates windows.
  • Fixed empty table bug when opening neighborhood settings (#21).
  • Fixed Cellpose model parameter dialog bug (#22).
  • Fixed measurement bug (#23).
  • Fixed empty table handling with a shared helper function deployed across all relevant widgets.
  • Fixed crash when opening the pair annotator on untracked data.
  • Fixed diameter type coercion bug (int/float).
  • Fixed classifier widget behavior.
  • Fixed tracking bug.
  • Fixed Linux floating point precision bug.
  • Fixed groupby bug on track collapse.
  • Fixed progress bar time estimation for reversed-frame segmentation.