From bcbadc1cea3045e2b2f3e5e86eb9385b22f200d2 Mon Sep 17 00:00:00 2001 From: Paul Macklin Date: Sun, 6 Aug 2023 11:46:13 -0400 Subject: [PATCH 1/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9fe2dbc03..b1ddd9a5a 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ **Versions:** 1.13.0 - **Release dates:** 29 July 2023 - -* 1.13.0 : 29 July 2023 -* 1.13.1 : 6 August 2023 + * 1.13.0 : 29 July 2023 + * 1.13.1 : 6 August 2023 ## Overview: PhysiCell is a flexible open source framework for building agent-based multicellular models in 3-D tissue environments. From 7550093629f717d1234e139a7b30d10f2c8ac863 Mon Sep 17 00:00:00 2001 From: Paul Macklin Date: Sun, 6 Aug 2023 11:49:54 -0400 Subject: [PATCH 2/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b1ddd9a5a..921f1085f 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ **Versions:** 1.13.0 - **Release dates:** 29 July 2023 - - * 1.13.0 : 29 July 2023 - * 1.13.1 : 6 August 2023 + * 1.13.0 : 29 July 2023 + * 1.13.1 : 6 August 2023 ## Overview: PhysiCell is a flexible open source framework for building agent-based multicellular models in 3-D tissue environments. From 3d7051f167b6b3551296a4b6d93db742dc532ee6 Mon Sep 17 00:00:00 2001 From: Paul Macklin Date: Sun, 6 Aug 2023 11:51:15 -0400 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 921f1085f..b56816e80 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ See changes.md for the full change log. * * * ## Release summary: -Version 1.13.x \introduces PhysiMeSS (MicroEnvironment Structures Simulation) as a PhysiCell add-on created to model rod-shaped microenvironment elements such as the matrix fibres (e.g. collagen) of the ECM. These releases also introduce numerous bug fixes, particularly to handling of Dirichlet boundary conditions, while introducing numerous minor feature enhancements such as packing and unpacking user projects (to facilitate code sharing). +Version 1.13.x introduces PhysiMeSS (MicroEnvironment Structures Simulation) as a PhysiCell add-on created to model rod-shaped microenvironment elements such as the matrix fibres (e.g. collagen) of the ECM. These releases also introduce numerous bug fixes, particularly to handling of Dirichlet boundary conditions, while introducing numerous minor feature enhancements such as packing and unpacking user projects (to facilitate code sharing). ### Version 1.13.1 (6 August 2023): Version 1.13.1 primarily introduces bug fixes for smoother addon support, as well as new makefile rules to pack a user project for sharing (`make pack PROJ=name`) and to unpack a shared project (`make unpack PROJ=name`). These will create (pack) or expand (unpack) zipped projects in the `./user_projects` folder. To share, send the zipped file and encourage the recipient to store it in their own `./user_projects` folder.