Recent Releases of sim-explorer

sim-explorer - v0.2.1

Added

  • Added CITATION.cff file
  • Added mypy and pyright as static type checkers

Changed

  • Simplified set/getvariablevalue interface, so that the special OSP set_initial call is not in general needed.
  • Renamed SimulatorInterface to SystemInterface
  • Modularized SystemInterface, and abstracted it away from the specific simulator:
    SystemInterface managing only the specifications, SystemInterfaceOSP also being able to run simulations.
  • Updated code base to be in sync with latest changes in pythonprojecttemplate
  • tests/testoscillatorfmu.py : Skip test test_run_osp_system_structure() on Linux. The HarmonicOscillator.fmu throws an error on Linux (not though on Windows).

Solved

  • Updated make_osp_system_structure() to correctly handle bool
  • Added missing type hints
  • Resolved issues raised by ruff, mypy and pyright
  • Sphinx documentation: resolved warnings raised in build process

Dependencies

  • Updated to ruff>=0.9.2 (from ruff>=0.6.3)
  • Updated to pyright>=1.1.392 (from pyright>=1.1.378)
  • Updated to sourcery>=1.31 (from sourcery>=1.22)
  • Updated to numpy>=1.26 (from numpy>=1.26,<2.0)
  • Updated to matplotlib>=3.10 (from matplotlib>=3.9.1)
  • Updated to pytest-cov>=6.0 (from pytest-cov>=5.0)
  • Updated to Sphinx>=8.1 (from Sphinx>=8.0)
  • Updated to sphinx-argparse-cli>=1.19 (from sphinx-argparse-cli>=1.17)
  • Updated to sphinx-autodoc-typehints>=3.0 (from sphinx-autodoc-typehints>=2.2)
  • Updated to pre-commit>=4.0 (from pre-commit>=3.8)
  • Updated to mypy>=1.14 (from mypy>=1.11.1)
  • Updated to setup-uv@v5 (from setup-uv@v2)

- Python
Published by ClaasRostock about 1 year ago

sim-explorer - v0.2.0 Assertions

What's new? 😎

  • Added support for assertions in each of the cases to have some kind of evaluation being run after every simulation.
  • Display features to show the results of the assertions in a developer friendly format.

image

- Python
Published by Jorgelmh about 1 year ago

sim-explorer - v0.1.2

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.

- Python
Published by Jorgelmh over 1 year ago

sim-explorer - v0.1.0

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
  • testfuture.yml : updated Python version to 3.13.0-alpha - 3.13.0
  • testfuture.yml : updated name of test job to 'test313'

Dependencies

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

- Python
Published by ClaasRostock over 1 year ago

sim-explorer - v0.0.2b1

GitHub workflow publishpackage.yml Test no. 1

- Python
Published by ClaasRostock over 1 year ago

sim-explorer - v0.0.1: First release

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.

- Python
Published by Jorgelmh over 1 year ago

sim-explorer - v0.0.1: First release

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.

- Python
Published by Jorgelmh over 1 year ago