Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: NTNU-IHB/PythonFMU

Tags

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix reload modules in temporary folders - changes from Siegfried (#253)

v0.6.9

Toggle v0.6.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changes to FmuBuilder.build_FMU. 1. Unload the script module after th… (

#247)

* Changes to FmuBuilder.build_FMU. 1. Unload the script module after the FMU is built to avoid that the cached script is used when using the FMU 2. Optionally allow non-default names for the resulting FMU file 3. Check that the script file is not among the project files 4. Add a documentation text to the function.

* Review of logic to decide if 'dest' is a file name

v0.6.8

Toggle v0.6.8's commit message
[Github Actions] win-2019 is deprecated

v0.6.7

Toggle v0.6.7's commit message
Tag new version 0.6.7

v0.6.6

Toggle v0.6.6's commit message
Tag new version 0.6.6

v0.6.5

Toggle v0.6.5's commit message
Remove binary check from __init__.py

v0.6.4

Toggle v0.6.4's commit message
Bump version

v0.6.3

Toggle v0.6.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Avoid deprecated PyEval_InitThreads (#185)

warning: 'void PyEval_InitThreads()' is deprecated [-Wdeprecated-declarations]

v0.6.2

Toggle v0.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Feature/0.6.2 (#113)

v0.6.1

Toggle v0.6.1's commit message
Fix option dest for csvbuilder