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: 3 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
--- CHANGELOG ---
--- PyFMI-FUTURE ---
* Fixed so FMU `reset` resets to log level that it was loaded with.

--- PyFMI-2.20.0 ---
* Fixed so FMU `reset` resets to log_level that it was loaded with.
* New exception `pyfmi.common.io.NoResultError` that will be raised for result handlers and writers if result is missing.
* Fixed an issue where models without continuous states could erroneuously succeed simulation,
despite evaluation failures after a fixed point in time.
Expand Down
6 changes: 6 additions & 0 deletions doc/sphinx/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
==========
Changelog
==========
--- PyFMI-2.20.0 ---
* Fixed so FMU `reset` resets to log_level that it was loaded with.
* New exception `pyfmi.common.io.NoResultError` that will be raised for result handlers and writers if result is missing.
* Fixed an issue where models without continuous states could erroneuously succeed simulation,
despite evaluation failures after a fixed point in time.

--- PyFMI-2.19.0 ---
* New function `get_log_categories` for `FMUModelBase2` to retrieve both log
categories and descriptions, use instead of `get_categories`.
Expand Down
4 changes: 2 additions & 2 deletions doc/sphinx/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
# built documents.
#
# The short X.Y version.
version = '2.19.0'
version = '2.20.0'
# The full version, including alpha/beta/rc tags.
release = '2.19.0'
release = '2.20.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down