File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11--- CHANGELOG ---
22--- PyFMI-FUTURE ---
3- * Fixed so FMU `reset` resets to log level that it was loaded with.
3+
4+ --- PyFMI-2.20.0 ---
5+ * Fixed so FMU `reset` resets to log_level that it was loaded with.
46 * New exception `pyfmi.common.io.NoResultError` that will be raised for result handlers and writers if result is missing.
57 * Fixed an issue where models without continuous states could erroneuously succeed simulation,
68 despite evaluation failures after a fixed point in time.
Original file line number Diff line number Diff line change 22==========
33Changelog
44==========
5+ --- PyFMI-2.20.0 ---
6+ * Fixed so FMU `reset ` resets to log_level that it was loaded with.
7+ * New exception `pyfmi.common.io.NoResultError ` that will be raised for result handlers and writers if result is missing.
8+ * Fixed an issue where models without continuous states could erroneuously succeed simulation,
9+ despite evaluation failures after a fixed point in time.
10+
511--- PyFMI-2.19.0 ---
612 * New function `get_log_categories ` for `FMUModelBase2 ` to retrieve both log
713 categories and descriptions, use instead of `get_categories `.
Original file line number Diff line number Diff line change 5151# built documents.
5252#
5353# The short X.Y version.
54- version = '2.19 .0'
54+ version = '2.20 .0'
5555# The full version, including alpha/beta/rc tags.
56- release = '2.19 .0'
56+ release = '2.20 .0'
5757
5858# The language for content autogenerated by Sphinx. Refer to documentation
5959# for a list of supported languages.
You can’t perform that action at this time.
0 commit comments