diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 3b6a4683..f91d2e37 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -9,6 +9,6 @@ jobs: steps: - uses: actions/checkout@master - name: "Build Docker Images" - run: docker-compose build simapy + run: docker compose build simapy - name: "Tests" - run: docker-compose run simapy pytest --junitxml output/report.xml + run: docker compose run simapy pytest --junitxml output/report.xml diff --git a/CHANGELOG.md b/CHANGELOG.md index d8cf1149..41452524 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file. ### Added -- Updated data model to relfect SIMA 4.6.0 +- Updated data model to reflect SIMA 4.6.0 - New metocean package to enable creation of SIMA metocean data ### Changed @@ -22,6 +22,8 @@ All notable changes to this project will be documented in this file. ## [4.8.0] +- Updated data model to reflect SIMA 4.8.0 + Model changes per package: ### Package riflex diff --git a/README.md b/README.md index 478fc995..8cddf9a9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -SIMAPY - Python utilities for SIMA +SIMAPy - Python utilities for SIMA ================================================================= This Python library can be used to interact with [SIMA](https://sima.sintef.no)