Skip to content

Commit bdf6d7b

Browse files
authored
Preparing for 0.10.5 release (#787)
* updated changelog * updated after comments * also version here * build suddenly breaks, try to add direct dep on libevent * guess not * update version.txt
1 parent 5c2c7c1 commit bdf6d7b

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ All notable changes to libcosim will be documented in this file. This includes n
33

44
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
55

6+
### [v0.11.0] - 2025-03-31
7+
##### New
8+
* The ECCO (Energy Conservation-based Co-simulation) algorithm has received a reference implementation that is now configurable through OspSystemStructure. See the tests prefixed with `ecco_algorithm` for details.
9+
* Libcosim now supports the state saving and serialization API from FMI2. Serialization to file is done with the CBOR (Concise Binary Object Representation) format. FMUs that support this feature should flag it by setting the `canGetAndSetFMUstate` and `canSerializeFMUstate` fields in their model description to `true`. See the test prefixed with `save_state` for details.
10+
##### Fixes
11+
* Some exceptions thrown when parsing configuration XMLs have been changed to `std::runtime_error`, where less appropriate classes for runtime errors like `std::logic_error` or `std::out_of_range` were previously used.
12+
613
### [v0.10.4] - 2024-12-12
714
##### Fixed
815
* Real time factor calculation for small time steps has been improved by computing a rolling average rather than a fixed amount of 5 timesteps.
@@ -235,3 +242,4 @@ First OSP JIP partner release
235242
[v0.10.2]: https://github.com/open-simulation-platform/cse-core/compare/v0.10.1...v0.10.2
236243
[v0.10.3]: https://github.com/open-simulation-platform/cse-core/compare/v0.10.2...v0.10.3
237244
[v0.10.4]: https://github.com/open-simulation-platform/cse-core/compare/v0.10.3...v0.10.4
245+
[v0.11.0]: https://github.com/open-simulation-platform/cse-core/compare/v0.10.4...v0.11.0

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.10.5
1+
0.11.0

0 commit comments

Comments
 (0)