Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MathCancer authored Jan 20, 2025
1 parent ef51402 commit 56f784c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,11 @@ We are grateful for contributions by Vincent Noël, Randy Heiland, Daniel Bergma

### Minor new features and changes:
#### 1.14.2
- Added `transition to X` and `transition to cell type X` as synonyms for the behavior `transform to X` (with synonym `transform to cell type X`), at the request of the cancer community who regard `transformation` as synonymous with `cancerous transformation`.
- Switched `setup_cell_rules( void )` to output the full list of signals and behaviors with synonyms in `./output/dictionaries.txt` for fuller reference.
- Added new functions:
- `void display_signal_dictionary_with_synonyms( std::ostream& os )`
- `void display_response_dictionary_with_synonyms( std::ostream& os )`
- Added `transition to X` and `transition to cell type N` as synonyms for the behavior `transform to X` (with synonym `transform to cell type X`), at the request of the cancer community who regard `transformation` as synonymous with `cancerous transformation`. (And `transition to X` is now the "primary" name for the behavior.)
- [PR352](https://github.com/MathCancer/PhysiCell/pull/352) (minor improvement): more robust macro to check for windows machines when creating directories
- [PR353](https://github.com/MathCancer/PhysiCell/pull/353) (minor feature): Python script to download latest release of Studio (and create /studio).

Expand Down

0 comments on commit 56f784c

Please sign in to comment.