Skip to content

Commit 4165c33

Browse files
chore: 2.20.0 release prep
1 parent 09c459f commit 4165c33

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
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.

doc/sphinx/source/changelog.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
==========
33
Changelog
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`.

doc/sphinx/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@
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.

0 commit comments

Comments
 (0)