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.
4242
4343## Release Notes
4444
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+
4559### Version 0.11.0
4660
4761- Require ModiaBase 0.11.1
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Main module of Modia.
99module Modia
1010
1111const path = dirname (dirname (@__FILE__ )) # Absolute path of package directory
12- const Version = " 0.11 .0"
12+ const Version = " 0.12 .0"
1313const Date = " 2023-06-04"
1414const modelsPath = joinpath (Modia. path, " models" )
1515
You can’t perform that action at this time.
0 commit comments