Skip to content

Releases: dnv-opensource/sim-explorer

v0.1.2

15 Nov 11:43
Compare
Choose a tag to compare

What's Changed

  • Added OSP presentation to package documentation.
  • Added Oscillator example to the tests.
  • Resolved ModuleNotFoundError when using the sim-explorer CLI.
  • Fixed CLI unit test error.

v0.1.0

08 Nov 15:12
02e9237
Compare
Choose a tag to compare

Changed

  • Changed from pip/tox to uv as package manager
  • README.rst : Completely rewrote section "Development Setup", introducing uv as package manager.
  • Changed publishing workflow to use OpenID Connect (Trusted Publisher Management) when publishing to PyPI

GitHub workflows

  • (all workflows): Adapted to use uv as package manager
  • _test_future.yml : updated Python version to 3.13.0-alpha - 3.13.0
  • _test_future.yml : updated name of test job to 'test313'

Dependencies

  • updated to component-model>=0.1.0 (from component-model>=0.0.1)

v0.0.1: First release

05 Nov 11:55
Compare
Choose a tag to compare

Releasing the package to PyPi to secure name.

  • Updated component-model and crane FMUs to fix binary issues that caused the tests to fail in linux.
  • Change package name to sim-explorer.
  • Fix GitHub pipelines.