Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions FMI/package.mo
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ package FMI "Import Functional Mock-up Units (FMUs) to Modelica"
="modelica://FMI/Resources/Images/FMI_package.svg")}));

end Menu;
annotation (version="0.0.8", uses(Modelica(version="4.1.0")), Icon(graphics={Bitmap(extent={{-80,-60},
annotation (version="0.0.9", uses(Modelica(version="4.1.0")), Icon(graphics={Bitmap(extent={{-80,-60},
{80,60}}, fileName="modelica://FMI/Resources/Images/FMI_bare.svg")}),
Documentation(info="<html>

Expand All @@ -37,7 +37,7 @@ annotation (version="0.0.8", uses(Modelica(version="4.1.0")), Icon(graphics={Bit

<p>After <a href=\"https://docs.astral.sh/uv/getting-started/installation/\">installing uv</a> run

<pre>uv tool install --reinstall https://github.com/modelica/modelica-fmi/releases/download/v0.0.8/modelica_fmi-0.0.8-py3-none-any.whl</pre>
<pre>uv tool install --reinstall https://github.com/modelica/modelica-fmi/releases/download/v0.0.9/modelica_fmi-0.0.9-py3-none-any.whl</pre>

to install the <code>modelica-fmi</code> command.</p>

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD 2-Clause License

Copyright (c) 2025, Modelica Association
Copyright (c) 2026, Modelica Association

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ A Modelica library to import [Functional Mock-up Units](https://fmi-standard.org
To import FMUs install the `modelica-fmi` and `modelica-fmi-gui` commands with [uv](https://docs.astral.sh/uv/getting-started/installation/):

```bash
uv tool install --reinstall https://github.com/modelica/Modelica-FMI/releases/download/v0.0.8/modelica_fmi-0.0.8-py3-none-any.whl
uv tool install --reinstall https://github.com/modelica/Modelica-FMI/releases/download/v0.0.9/modelica_fmi-0.0.9-py3-none-any.whl
```

Or, with `pip`:

```bash
pip install https://github.com/modelica/Modelica-FMI/releases/download/v0.0.8/modelica_fmi-0.0.8-py3-none-any.whl
pip install https://github.com/modelica/Modelica-FMI/releases/download/v0.0.9/modelica_fmi-0.0.9-py3-none-any.whl
```

To simulate imported FMUs download the [Modelica-FMI](https://github.com/modelica/Modelica-FMI/releases/download/v0.0.8/Modelica-FMI-0.0.8.zip) package and load it in your Modelica tool.
To simulate imported FMUs download the [Modelica-FMI](https://github.com/modelica/Modelica-FMI/releases/download/v0.0.9/Modelica-FMI-0.0.9.zip) package and load it in your Modelica tool.

## Usage

Expand Down Expand Up @@ -75,7 +75,7 @@ uv venv

- install PyInstaller and modelica_fmi
```
uv pip install pyinstaller https://github.com/modelica/Modelica-FMI/releases/download/v0.0.8/modelica_fmi-0.0.8-py3-none-any.whl
uv pip install pyinstaller https://github.com/modelica/Modelica-FMI/releases/download/v0.0.9/modelica_fmi-0.0.9-py3-none-any.whl
```

- build modelica-fmi-gui
Expand All @@ -90,5 +90,5 @@ uv run pyinstaller --name modelica-fmi --collect-data modelica_fmi .venv/Lib/sit

## License

Copyright &copy; 2025 Modelica Association.
Copyright &copy; 2026 Modelica Association.
The code is released under the [2-Clause BSD license](LICENSE).
2 changes: 1 addition & 1 deletion modelica_fmi/src/modelica_fmi/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.8"
__version__ = "0.0.9"
2 changes: 1 addition & 1 deletion modelica_fmi/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.