Releases: odtp-org/odtp
Releases · odtp-org/odtp
v0.2.2
- add git submodules when cloning repos
What's Changed
- fix(Dockerfile): don't expose environment variables by @sabinem in #57
- Functional docker compose for all services in ODTP by @caviri in #55
- v0.2.1 proposal by @caviri in #58
- v0.2.1 by @caviri in #59
- feat(seperate .env files): make 2 .env file examples for install by @sabinem in #65
- Merge hotfix from main into develop by @sabinem in #85
- Merge pull request #59 from odtp-org/main by @sabinem in #83
- fix(docker compose env): s3 server url needs to be set by @sabinem in #86
- hotfixed recursive submodules missing by @caviri in #88
Full Changelog: 0.2.1...0.2.2
v0.2.1
- v0.2.1: Add docker compose for easy setup
- add compose.yml: it can be build with docker compose up
- check .env file with docker compose config
- remove data mockup
- environment variables now loaded from the environment
Full Changelog: 0.2.0...0.2.1
v0.2.0
Chagelog
- New MongoDB Schema supporting users, digital twins, executions, and steps.
- Setup uses pyproject.toml and set up method changed to poetry
- mongodb access function modified so that they can be used by both the GIU and the CLI
- CLI refactored with methods for creating and managing digital twins, and executions.
- Automatic preparation of project folders for executions.
- S3 uploading of outputs from each component.
- Switch UI from Streamlit to Nicegui
What's Changed
- Run by @caviri in #2
- storage methods by @caviri in #3
- fix(command and mongo db): spelling error in workflow by @sabinem in #28
- fix(cli.py): fix cli command
odtp --version
by @sabinem in #29 - fix(dotenv loading): load form file not from local environment by @sabinem in #31
- refacture(cli.py): move cli into a directory
cli
by @sabinem in #32 - Mongodb plus nicegui by @sabinem in #34
- Adding port to version, and parameters in execution. by @caviri in #39
- refactor(streamlit gui): delete streamlit gui by @sabinem in #40
- Flexible dashboard port by @sabinem in #47
- Cli run commands by @sabinem in #46
- Dashboard latest by @sabinem in #48
- Update changelog by @sabinem in #51
- v0.2.0 by @caviri in #44
New Contributors
Full Changelog: 0.1.0...0.2.0
v0.1.0
- v0.1.0: Basic UI
- Streamlit APP with different
- User tagging
- Component listing placeholder
- Digital Twins listing
- Snapshots listing
- Workflow desginer
- pygwalker data visualization
- MongoDB is required to be deployed independtly
- S3 is required to be deployed indepently