From 21c4c6b80b80a67eec57a233077b2b6984d19c38 Mon Sep 17 00:00:00 2001 From: Peter Meisrimel Date: Thu, 14 Nov 2024 15:40:19 +0100 Subject: [PATCH] Updating Changelog --- CHANGELOG | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index e7729a03..7be62932 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,9 @@ --- CHANGELOG --- --- Future --- + * Changed testing framework from `nose` to `pytest`. + * Removed tests from the PyFMI installation. + * Moved test files from src/pyfmi/tests/... to tests/files/... + * Moved test_util.* from src/pyfmi/tests to src/pyfmi --- PyFMI-2.15.0 --- * Changed custom result handling for the Master algorithm to instead use a single ResultHandler for each model. @@ -8,10 +12,6 @@ * Added option to limit the size of the result ("result_max_size"), default set to 2GB. * Added method ResultDymolaBinary.get_variables_data. Included some minor refactorization. The new method allows for retrieving partial trajectories, and multiple trajectories at once. - * Changed testing framework from `nose` to `pytest`. - * Removed tests from the PyFMI installation. - * Moved test files from src/pyfmi/tests/... to tests/files/... - * Moved test_util.* from src/pyfmi/tests to src/pyfmi --- PyFMI-2.14.0 --- * Updated the error message displayed when loading FMUs with needsExecutionTool set to True.