Skip to content

Commit

Permalink
Changelog update for new release (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterMeisrimelModelon authored Dec 5, 2024
1 parent 24b9447 commit fc9a53f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
--- CHANGELOG ---
--- Future ---

--- PyFMI-2.16.0 ---
* Added verification against the available free disk space when storing the result on disk (i.e. a protection
against running out of disk space).
* Changed testing framework from `nose` to `pytest`.
Expand Down
8 changes: 8 additions & 0 deletions doc/sphinx/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
==========
Changelog
==========
--- PyFMI-2.16.0 ---
* Added verification against the available free disk space when storing the result on disk (i.e. a protection
against running out of disk space).
* 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.
A dictionary of the form {model: ResultHandler} needs to be supplied to the option.
Expand Down

0 comments on commit fc9a53f

Please sign in to comment.