* Table exploration for cell pairs: new collapse-in-neighborhood function to collapse the measurements per cell pair or reference cell, including or excluding non-contact states
* Function `expand_pair_table` to merge pair tables and single-population tables (in relative_measurements.py), also replaced in GUI
* Function to extract a specific neighborhood data in a pair table `extract_neighborhood_in_pair_table` (in neighborhood.py)
* auto-scaling in classifier widget that adds a 5% pad on measurements values to not cut exactly at min/max values in -x and -y
* Threshold event detection: new safety net to prevent the detection of times larger than the stack length due to an approximate fit of the binary response function (truncated automatically to the max frame) (from DizBell request)
* Export survival data: per well or position according to the plotting set up, either full Kaplan-Meier estimate with confidence interval or a single-timepoint survival or any ECN% (as in EC50) as a table with the experiment metadata (concentrations, antibodies, cell types etc) ready for plots or export (request by DizBell)
* Table UI: new line plot function from seaborn, works particularly well when passing `FRAME` as -x to view the average response (non-synchronized) of a population, or the average change over time of a quantity (e.g. fluo)
* Table UI: features to take the LOG10 of a quantity (values <= 0 yield NaN), and calibrate a measurement with a multiplicative factor
* Fix: replace with the newest measurements when remeasuring a quantity in Celldetective (before, the oldest was kept)
* Fix: bug with the mask-contact neighborhood method, yielding wrong reference-neighbor pairs
* Feat: new mask intersection quantity for mask-contact method to evaluate how much target/effector masks are superimposed. Expressed relative to target or effector area when area has been computed before interaction study. Intersection of 0 means lateral contact but no actual superposition (eg: contact within a population, sharing same label_targets/effectors, will always give 0 for touching cells)
* Time series collapse module: include class 2 cells in "all cells" plotting option.
Contributors
==========
* remyeltorro
**Full Changelog**: https://github.com/celldetective/celldetective/compare/v1.3.1...v1.3.2