diff --git a/docosaurus/blog/2023-08-21-r0-4-2/259079067-c1fb68e7-a618-452b-a40f-518e5fee577a.jpg b/docosaurus/blog/2023-08-21-r0-4-2/259079067-c1fb68e7-a618-452b-a40f-518e5fee577a.jpg deleted file mode 100644 index 98f2676..0000000 Binary files a/docosaurus/blog/2023-08-21-r0-4-2/259079067-c1fb68e7-a618-452b-a40f-518e5fee577a.jpg and /dev/null differ diff --git a/docosaurus/blog/2023-08-21-r0-4-4/A@1200x.png b/docosaurus/blog/2023-08-21-r0-4-4/A@1200x.png new file mode 100644 index 0000000..29d8de4 Binary files /dev/null and b/docosaurus/blog/2023-08-21-r0-4-4/A@1200x.png differ diff --git a/docosaurus/blog/2023-08-21-r0-4-4/index.md b/docosaurus/blog/2023-08-21-r0-4-4/index.md new file mode 100644 index 0000000..9d46489 --- /dev/null +++ b/docosaurus/blog/2023-08-21-r0-4-4/index.md @@ -0,0 +1,12 @@ +--- +slug: release-0-4-4 +title: Gingerbread | v0.4.4 +authors: [martin] +tags: [release notes, gingerbread] +--- + +Added poetry files in user project creation. + +Added cuter name for the project creation folder. + +Changed how strict monai version needs to be. diff --git a/docosaurus/docs/gingerbread/quickstart.md b/docosaurus/docs/gingerbread/quickstart.md index fb7d8b9..8bae00f 100644 --- a/docosaurus/docs/gingerbread/quickstart.md +++ b/docosaurus/docs/gingerbread/quickstart.md @@ -50,4 +50,4 @@ gingerbread-bake poetry run gingerbread-bake ``` -This will generate a folder named "gingerbread". This folder will contain the central_processing.py file and a models folder containing example model setup. These files are altered according to the researchers need. The config file needs to be in the format generated. \ No newline at end of file +This will generate a folder with three words, "something-like-this. This folder will contain the central_processing.py file and a models folder containing example model setup. These files are altered according to the researchers need. The config file needs to be in the format generated. The folder will also include poetry project files that is needed for the specific model. \ No newline at end of file