Skip to content

Commit 83220d5

Browse files
authored
Preparing 0.10.4 release (#781)
* updated changelog * added comparison link * small fix
1 parent c49ebb6 commit 83220d5

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@ 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.10.4] - 2024-12-12
7+
##### Fixed
8+
* Real time factor calculation for small time steps has been improved by computing a rolling average rather than a fixed amount of 5 timesteps.
9+
* Variables are now correctly transferred at the points in the FMU initialization sequence where they are permitted to change.
10+
* FMU start values will now be correctly initialized before entering initialization mode.
11+
* Various bug fixes and improvements.
12+
##### Changed
13+
* The fixed precision of the file observer can now be specified.
14+
* File observer is now printing the correct FMU author.
15+
616
### [v0.10.3] - 2024-02-19
717
##### Fixed
818
* parseURI null check and error handling implemented.
@@ -223,4 +233,5 @@ First OSP JIP partner release
223233
[v0.10.0]: https://github.com/open-simulation-platform/cse-core/compare/v0.9.0...v0.10.0
224234
[v0.10.1]: https://github.com/open-simulation-platform/cse-core/compare/v0.10.0...v0.10.1
225235
[v0.10.2]: https://github.com/open-simulation-platform/cse-core/compare/v0.10.1...v0.10.2
226-
[v0.10.3]: https://github.com/open-simulation-platform/cse-core/compare/v0.10.2...v0.10.3
236+
[v0.10.3]: https://github.com/open-simulation-platform/cse-core/compare/v0.10.2...v0.10.3
237+
[v0.10.4]: https://github.com/open-simulation-platform/cse-core/compare/v0.10.3...v0.10.4

0 commit comments

Comments
 (0)