Skip to content

Commit

Permalink
preparing for 1.14.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
MathCancer committed Jan 20, 2025
1 parent 37b970c commit 1801121
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
**Release dates:** 15 September 2024 -
* 1.14.0 : 15 September 2024
* 1.14.1 : 13 December 2024
* 1.14.2 : 20 January 2025

## Overview:
PhysiCell is a flexible open source framework for building agent-based multicellular models in 3-D tissue environments.
Expand Down Expand Up @@ -89,6 +90,11 @@ See changes.md for the full change log.
## Release summary:
Version 1.14 upgrades the Cell Beheavior Hypothesis Grammar (to version 3), including refinements to cell phagocytosis, effector attack, and cell damage/integrity in response to community discussions and peer review. It also introduces numerous refinements to cell division, random seeds, and randomized parameter initialization, as well as upgrades to PhysiBoSS and PhysiMeSS and bug fixes. Other refinements are "under the hood," including new GitHub actions and improved automation of testing, as well as improvements to MultiCellDS output.

### Version 1.14.2 (20 Jan 2025):
Version 1.14.2 ...



### Version 1.14.1 (13 Dec 2024):
Version 1.14.1 primarily introduces bug fixes as noted below, but also introduces the first implementation of asymmetric division.

Expand All @@ -112,6 +118,9 @@ We are grateful for contributions by Vincent Noël, Randy Heiland, Daniel Bergma
**NOTE 2:** Windows users need to follow an updated (from v1.8) MinGW64 installation procedure. This will install an updated version of g++, plus libraries that are needed for some of the intracellular models. See the [Setup Guides](https://github.com/physicell-training/ws2023/blob/main/agenda.md#set-up-physicell) for details.

### Major new features and changes in the 1.14.z versions
#### 1.14.2
+

#### 1.14.1
+ asymmetric division is now possible through the config file
+ try the sample project with make `asymmetric-division-sample`
Expand Down Expand Up @@ -189,6 +198,9 @@ We are grateful for contributions by Vincent Noël, Randy Heiland, Daniel Bergma
+ set the svg substrate color function by default for config-only based implementation

### Minor new features and changes:
#### 1.14.2
-

#### 1.14.1
- PhysiBoSS PDFs removed from repo, links provided in tutorial README.md
- build binaries on release `published` instead of `created`
Expand All @@ -204,6 +216,9 @@ We are grateful for contributions by Vincent Noël, Randy Heiland, Daniel Bergma
+ throw error if duplicate substrate or user_parameter name found

### Bugfixes:
#### 1.14.2
+

#### 1.14.1
- store value of `attack_duration` when parsing config file
- set rules to Version 3.0 for all projects
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.14.1
1.14.2

0 comments on commit 1801121

Please sign in to comment.