You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
update release version to 4.0.0 (#355)
* update release version to 4.0.0
* test only on windows
* fix jenkins file
* add LICENSE file for pip package
* disable nightly tests
* Fix LICENSE end-of-file formatting
* disable docker test
* check only nightly builds
* enable docker test
* enable omc stable version
* Update setup-openmodelica
* Update names
* Avoid running stable on Test.yml
* Test with python 3.13
Added Publish job to put the wheel on PyPI
* Build sdist and wheel
Test wheel with twine
* Docker image
---------
Co-authored-by: Adeel Asghar <adeel.asghar@liu.se>
New version 3.3.0, adds Docker support (#129)
For example, use `OMCSessionZMQ(docker="openmodelica/openmodelica:v1.16.0-minimal")` or `OMCSessionZMQ(docker="openmodelica/openmodelica:v1.16.1-minimal", port=11111)`