You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/index.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,6 +92,16 @@ julia -JModia3D_sysimage.so (otherwise)
92
92
|[8]|*[Modelling and Simulation of Physical Systems with Dynamically Changing Degrees of Freedom](https://doi.org/10.3390/electronics12030500)*| Electronics 2023, 12(3), 500 |[10.3390/electronics12030500](https://doi.org/10.3390/electronics12030500)|
93
93
94
94
## Release Notes
95
+
96
+
### Version 0.12.1
97
+
98
+
- Adapted to Modia 0.12.0 (arguments of buildFunction in ModiaInterface had been changed,
99
+
as well as function names to define/access variables of built-in components)
100
+
- Absolute position (`r_abs`) and orientation (`R_abs`) of visible shapes are stored in the result
101
+
data structure and can be plotted (see Modia3D/test/Basid/Pendulum.jl, Modia3D/test/Segmented/TwoStageRocket3D.jl)
102
+
- Manifest.toml file removed
103
+
104
+
95
105
### Version 0.12.0
96
106
- Support for variable-structure systems where variables (states) can appear and disappear during simulation
97
107
- A simulation run is partitioned into phases that are called segments or modes (multi-mode modeling)
0 commit comments