Skip to content

Releases: PhysiCell-Tools/PhysiCell-Studio

v2.37.3 - improved rules; allow symlink on startup

Choose a tag to compare

@rheiland rheiland released this 10 May 12:08
80ff845
  • improvements to creating rules
  • allow Paul's way of using a symlink to studio.py
  • gitignore .log

v2.37.2 - proper check for duplicate rules

Choose a tag to compare

@rheiland rheiland released this 03 May 13:26
82af2ca
  • Plot rules with same signal and different directions
  • Update multivariate_rules.py
  • add axes fixed test
  • Update on check_for_duplicate function
  • Now the check for duplicate rules include the direction.

v2.37.1 - update license info

Choose a tag to compare

@rheiland rheiland released this 23 Apr 18:22
19271bc
  • describe licenses in README
  • GPL v3 for PyQt5 modules
  • BSD 3-clause for files unrelated to PyQt5

v2.37.0 - friendly controls for Max time; multivariate rules controls

Choose a tag to compare

@rheiland rheiland released this 20 Apr 21:36
f438062
  • Rules tab now has a Plot rules button which allows for dynamic control of multivariate rules (thanks Heber Rocha!)
  • Config Basics tab has user-friendly controls of Max Time (days, hours, mins, fractional mins) (thanks Daniel Bergman!)
  • .gitignore updated for git submodule edge case

v2.36.0 - smarter rules handling

Choose a tag to compare

@rheiland rheiland released this 16 Apr 00:20
e8d055b

Smarter rules handling:

  • when selecting an existing rule in the table, then Plot rule, be sure to use the current base value for the Behavior. Also, check to see if the current base value and Saturation value are consistent with the Direction (increases vs. decreases). If there is an inconsistency, warn the user that you will change "increases" to "decreases" (or vice-versa).
  • check for existing cell type and signal for a selected behavior and don't allow adding another (which PhysiCell would warn about and ignore)
  • do not update the widget values for Base value or Saturation value when an existing rule is plotted.
  • avoid an annoying floating point epsilon value when the Saturation value is computed for a newly selected Behavior (in the dropdown)

Fix the config/pred_prey_farmer.xml model to more closely match the original, hierarchical config file in PhysiCell.

v2.35.2 - append .exe if Windows exec; more dependencies

Choose a tag to compare

@rheiland rheiland released this 04 Apr 11:37
3b7cd25
  • added more dependencies to requirements.txt and environment.yml
  • for sample projects, append .exe to executables if on Windows

v2.35.1 - match green colors; start phenotype summary

Choose a tag to compare

@rheiland rheiland released this 01 Apr 14:13
16b78a2
  • have green color match .svg and .mat
  • begin functionality for phenotype summary windows

v2.35.0 - bug fixes, feature updates

Choose a tag to compare

@rheiland rheiland released this 30 Mar 14:35
076f5d9
  • bug fix error msg
  • quick fix just hard-coding all bioinf flags as false
  • cleanup old data files
  • Save snap.csv in View options
  • Pip dependencies now explicit in environment.yml, not depending on requirements.txt

v2.34.3 - cleanup /data and add tumor_demo model there

Choose a tag to compare

@rheiland rheiland released this 23 Mar 11:51
7b6d0fb

v2.34.2 - add more deps to env

Choose a tag to compare

@rheiland rheiland released this 22 Mar 14:27
389c688
Merge pull request #182 from PhysiCell-Tools/development

Development