We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f82f9b commit 0c0b3adCopy full SHA for 0c0b3ad
3 files changed
ChangeLog
@@ -1,3 +1,7 @@
1
+2026-06-02 - release 0.18.1
2
+- FunctionExporter: fix unique XML location
3
+- FunctionExporter: Forward pythonfmu start values
4
+
5
2026-04-28 - release 0.18
6
- Add FMUFieldFunction (field -> field)
7
- Reworked documentation
otfmi/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "0.18"
+__version__ = "0.18.1"
from .otfmi import (
FMUFunction,
pyproject.toml
@@ -3,7 +3,7 @@ requires = ["setuptools"]
[project]
name = "otfmi"
-version = "0.18"
+version = "0.18.1"
description = "Simulate FMUs from OpenTURNS"
8
readme = "README.rst"
9
dependencies = [
0 commit comments