Releases: PhysiCell-Tools/PhysiCell-Studio
Releases · PhysiCell-Tools/PhysiCell-Studio
v2.40.0 - bug fixes and improvements to GUI and/or code base
- fix saving rules version = 3.0
- fix bugs related to initial parameter distributions of cells (
Misc
subtab) - addedd
download_binary.py
to getproject
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 removedrandom_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
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
- 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
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
See commit log for all changes. Studio Guide will be updated soon.
v2.38.0 - Studio Settings; fix ICs mouse event
- 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
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
- 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
Merge pull request #211 from PhysiCell-Tools/development Development
v2.37.6 - fix bug related to secretion_target
- secretion_target Widget value needed to be string, not float :/ (thanks @MathCancer for catching!)