|
13 | 13 | - gui: gui allows now to deprecate workflows, executions and component versions. Deprecated items are
|
14 | 14 | no longer offered in selects. Items can be deprecated and also reactivated
|
15 | 15 | - 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 | + |
17 | 18 | - v0.4.0
|
18 | 19 | - gui: the general workflow for the user was improved (new Items are selected automatically for example)
|
19 | 20 | - gui: validation has been implemented in the forms to make sure data that is entered will be valid
|
|
46 | 47 | - hotfix ODTP port in docker compose
|
47 | 48 |
|
48 | 49 | - v0.2.6: Bugs correction
|
49 |
| - - Missing `ODTP_PATH` in `compose.yml`. |
| 50 | + - Missing `ODTP_PATH` in `compose.yml`. |
50 | 51 |
|
51 | 52 | - v0.2.5: Bugs corrections and new features
|
52 | 53 | - Components tags parsing
|
|
60 | 61 |
|
61 | 62 | - v.0.2.3: Feature
|
62 | 63 | - Expose dashboard parameters: port and reload
|
63 |
| - |
| 64 | + |
64 | 65 | - v.0.2.2: Bugs correction
|
65 | 66 | - Including submodules when cloning file
|
66 | 67 |
|
67 | 68 | - v.0.2.1: Add docker compose for easy setup
|
68 | 69 | - add compose.yml: it can be build with `docker compose up`
|
69 | 70 | - check `.env` file with `docker compose config`
|
70 |
| - - remove data mockup |
| 71 | + - remove data mockup |
71 | 72 | - environment variables now loaded from the environment
|
72 | 73 |
|
73 | 74 | - 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. |
75 | 76 | - Setup uses pyproject.toml and set up method changed to poetry
|
76 | 77 | - 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. |
79 | 80 | - S3 uploading of outputs from each component.
|
80 | 81 | - Switch UI from Streamlit to Nicegui
|
81 | 82 |
|
|
0 commit comments