Skip to content

Commit 278d330

Browse files
committed
chore: add missing word in changelog
1 parent 3558b21 commit 278d330

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

CHANGELOG.md

+8-7
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
- gui: gui allows now to deprecate workflows, executions and component versions. Deprecated items are
1414
no longer offered in selects. Items can be deprecated and also reactivated
1515
- env: an additional env variable is added ALLOW_DOCKER_GPUS that must be set to false if the used Docker
16-
version does not allow GPU settings such as
16+
version does not allow GPU settings such as `--gpus`
17+
1718
- v0.4.0
1819
- gui: the general workflow for the user was improved (new Items are selected automatically for example)
1920
- gui: validation has been implemented in the forms to make sure data that is entered will be valid
@@ -46,7 +47,7 @@
4647
- hotfix ODTP port in docker compose
4748

4849
- v0.2.6: Bugs correction
49-
- Missing `ODTP_PATH` in `compose.yml`.
50+
- Missing `ODTP_PATH` in `compose.yml`.
5051

5152
- v0.2.5: Bugs corrections and new features
5253
- Components tags parsing
@@ -60,22 +61,22 @@
6061

6162
- v.0.2.3: Feature
6263
- Expose dashboard parameters: port and reload
63-
64+
6465
- v.0.2.2: Bugs correction
6566
- Including submodules when cloning file
6667

6768
- v.0.2.1: Add docker compose for easy setup
6869
- add compose.yml: it can be build with `docker compose up`
6970
- check `.env` file with `docker compose config`
70-
- remove data mockup
71+
- remove data mockup
7172
- environment variables now loaded from the environment
7273

7374
- v.0.2.0: Improvements in database and files management.
74-
- New MongoDB Schema supporting users, digital twins, executions, and steps.
75+
- New MongoDB Schema supporting users, digital twins, executions, and steps.
7576
- Setup uses pyproject.toml and set up method changed to poetry
7677
- mongodb access function modified so that they can be used by both the GIU and the CLI
77-
- CLI refactored with methods for creating and managing digital twins, and executions.
78-
- Automatic preparation of project folders for executions.
78+
- CLI refactored with methods for creating and managing digital twins, and executions.
79+
- Automatic preparation of project folders for executions.
7980
- S3 uploading of outputs from each component.
8081
- Switch UI from Streamlit to Nicegui
8182

0 commit comments

Comments
 (0)