File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,20 @@ functionalities of these packages.
42
42
43
43
## Release Notes
44
44
45
+ ### Version 0.12.0
46
+
47
+ - Improved documentation of built-in component functions.
48
+
49
+ ** Non-backwards** compatible changes
50
+
51
+ - Renamed struct ` SimulationModel ` to ` InstantiatedModel ` .
52
+ - Renamed function ` get_scalar_x_segmented_value ` to ` copy_scalar_x_segmented_value_from_state `
53
+ - Renamed function ` get_SVector3_x_segmented_value ` to ` copy_SVector3_x_segmented_value_from_state `
54
+ - Renamed function ` get_Vector_x_segmented_value! ` to ` copy_Vector_x_segmented_value_from_state `
55
+ - Renamed function ` add_der_x_segmented_value! ` to ` copy_der_x_segmented_value_to_state `
56
+ - Renamed function ` add_w_segmented_value! ` to ` copy_w_segmented_value_to_result `
57
+
58
+
45
59
### Version 0.11.0
46
60
47
61
- Require ModiaBase 0.11.1
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Main module of Modia.
9
9
module Modia
10
10
11
11
const path = dirname (dirname (@__FILE__ )) # Absolute path of package directory
12
- const Version = " 0.11 .0"
12
+ const Version = " 0.12 .0"
13
13
const Date = " 2023-06-04"
14
14
const modelsPath = joinpath (Modia. path, " models" )
15
15
You can’t perform that action at this time.
0 commit comments