Skip to content

v0.4.3

Latest

Choose a tag to compare

@sjeknic sjeknic released this 31 Oct 19:21
26f5ce5

This release introduces v0.4.3 of CellTK. The primary change is improved compatibility with machines using Apple processors. Other small additions also included. See #115 for details.

Improvements:

  • btrack and kit_sch_ge are now optional installations. setup.py is updated with new requirements. This should improve compatibility with M1 machines, however, there still may be issues trying to install btrack. Note that the Python requirement is now bumped to 3.9+. This is for gurobipy, which is only compatible with M1 with those Python versions.
  • Capability for making box and whisker plots is added to PlotHelper.
  • Added ncells property to arrays.
  • Documentation updates.

Bug fixes:

  • Minor bug fixes in PlotHelper related to missing arguments in certain plot types.
  • Condition names now saved if building new ExperimentArray from list of ConditionArray
  • Updates to the peak finding algorithm. These have been a long time coming. Changes are on the backend, usage of peak finding functions is not changed.