Skip to content

Releases: odtp-org/odtp

v0.2.2

18 Apr 14:58
9d4e8f4
Compare
Choose a tag to compare
  • 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

05 Apr 06:36
146fae7
Compare
Choose a tag to compare
  • 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

29 Feb 15:13
146fae7
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: 0.1.0...0.2.0

v0.1.0

04 Oct 13:28
Compare
Choose a tag to compare
  • 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