From 4165c3303ad7ac8a8188a0c0e9efb16d9c8d4695 Mon Sep 17 00:00:00 2001 From: petermeisrimelmodelon Date: Thu, 15 Jan 2026 09:55:49 +0000 Subject: [PATCH] chore: 2.20.0 release prep --- CHANGELOG | 4 +++- doc/sphinx/source/changelog.rst | 6 ++++++ doc/sphinx/source/conf.py | 4 ++-- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 1b960d8c..763a8b76 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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. diff --git a/doc/sphinx/source/changelog.rst b/doc/sphinx/source/changelog.rst index 7eaaebc7..890e0438 100644 --- a/doc/sphinx/source/changelog.rst +++ b/doc/sphinx/source/changelog.rst @@ -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`. diff --git a/doc/sphinx/source/conf.py b/doc/sphinx/source/conf.py index 35cc01ed..5cc5fb9d 100644 --- a/doc/sphinx/source/conf.py +++ b/doc/sphinx/source/conf.py @@ -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.