File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,16 @@ All notable changes to libcosim will be documented in this file. This includes n
3
3
4
4
This project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html )
5
5
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
+
6
16
### [ v0.10.3] - 2024-02-19
7
17
##### Fixed
8
18
* parseURI null check and error handling implemented.
@@ -223,4 +233,5 @@ First OSP JIP partner release
223
233
[ v0.10.0 ] : https://github.com/open-simulation-platform/cse-core/compare/v0.9.0...v0.10.0
224
234
[ v0.10.1 ] : https://github.com/open-simulation-platform/cse-core/compare/v0.10.0...v0.10.1
225
235
[ 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
You can’t perform that action at this time.
0 commit comments