Skip to content

Releases: PhysiCell-Tools/PhysiCell-Studio

v2.40.0 - bug fixes and improvements to GUI and/or code base

29 Sep 14:27
a95a1c8
Compare
Choose a tag to compare
  • fix saving rules version = 3.0
  • fix bugs related to initial parameter distributions of cells (Misc subtab)
  • addedd download_binary.py to get project executable (customized version of the one in PhysiCell /beta; thanks @vincent-noel !)
  • several helpful warnings, e.g., Interactions rates (hover over red exclamation marks for info)
  • improved Mechanics UI for adhesion strength alternatives (equilibrium distances)
  • much cleaner code for programmatically processing xml for cell cycle params
  • updated several /config files for 1.14 syntax (and removed random_seed in User Params)
  • icon for disabled radio buttons

See commit logs for more details. Huge thanks to @drbergman for most of these contributions and to everyone for testing and providing feedback!

v2.39.3 - fix custom radiobuttons for any root dir

21 Sep 20:32
2c59e2a
Compare
Choose a tag to compare
Merge pull request #249 from PhysiCell-Tools/development

fix custom radio btns for cwd

v2.39.2 - bug fix for rules, now v3; improve radio buttons

21 Sep 16:41
9b5dcb3
Compare
Choose a tag to compare
  • save rules as version="3.0"
  • make radio buttons be custom image icons (to fix weird problem on Config tab)

v2.39.1 - draft ODEs intracellular; bug fixes

19 Sep 00:38
2f2163d
Compare
Choose a tag to compare
Merge pull request #246 from PhysiCell-Tools/development

bug fixes for boolean intracellular UI; radio buttons on Config tab

v2.39.0 - initial release for PhysiCell 1.14.0

16 Sep 07:14
a6c48d8
Compare
Choose a tag to compare

See commit log for all changes. Studio Guide will be updated soon.

v2.38.0 - Studio Settings; fix ICs mouse event

31 May 13:58
c17ad51
Compare
Choose a tag to compare
  • fix a redundant motion_notify_event on ICs tab (thanks @drbergman)
  • add a menu item: Studio -> Settings. Currently minimal (toggle fixed min GUI size) and not persistent (yet).

v2.37.9 - improved BIWT

22 May 15:31
2dca274
Compare
Choose a tag to compare

Thanks to @drbergman !

  • Better appearance on the tab. Fully rebranding as BIWT
  • Now clear that is supports more than just anndata
  • code renamed with BIWT or BioinformaticsWalkthrough
  • fix bug for canceling import
  • better overall handling of messages during import

v2.37.8 - improved Rules processing; allow negative int params

21 May 01:44
c0480c8
Compare
Choose a tag to compare
  • fix bug in Rules processing; more robust generally (thanks @drbergman)
  • allow negative integers in User Params (thanks for catching @elmbeech)

v2.37.7 - bug fix for `>|` if only svg

19 May 17:12
fc4534f
Compare
Choose a tag to compare
Merge pull request #211 from PhysiCell-Tools/development

Development

v2.37.6 - fix bug related to secretion_target

18 May 21:40
442e04f
Compare
Choose a tag to compare
  • secretion_target Widget value needed to be string, not float :/ (thanks @MathCancer for catching!)