File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
authors = [" Hilding Elmqvist <Hilding.Elmqvist@Mogram.net>" , " Martin Otter <Martin.Otter@dlr.de>" ]
2
2
name = " Modia"
3
3
uuid = " cb905087-75eb-5f27-8515-1ce0ec8e839e"
4
- version = " 0.12.0 "
4
+ version = " 0.12.1 "
5
5
6
6
[deps ]
7
7
DiffEqBase = " 2b5f629d-d688-5b77-993f-72d75c75574e"
@@ -23,7 +23,6 @@ SignalTables = "3201582d-3078-4276-ba5d-0a1254d79d7c"
23
23
SnoopPrecompile = " 66db9d55-30c0-4569-8b51-7e840670fc0c"
24
24
StaticArrays = " 90137ffa-7385-5640-81b9-e52037218182"
25
25
Sundials = " c3572dad-4567-51f8-b174-8c6c989267f4"
26
- Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
27
26
TimerOutputs = " a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
28
27
Unitful = " 1986cc42-f94f-5a68-af5c-568840ba703d"
29
28
@@ -50,3 +49,4 @@ julia = "1.7"
50
49
51
50
[extras ]
52
51
CPUSummary = " 2a0fbf3d-bb9c-48f3-b0a9-814d99fd7ab9"
52
+ Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
Original file line number Diff line number Diff line change @@ -42,6 +42,12 @@ functionalities of these packages.
42
42
43
43
## Release Notes
44
44
45
+ ### Version 0.12.1
46
+
47
+ - Pull request [ #170 ] ( https://github.com/ModiaSim/Modia.jl/pull/170 )
48
+ (tstops in simulation engine changed from Tuple to Vector, since otherwise incompability with new Sundials version).
49
+
50
+
45
51
### Version 0.12.0
46
52
47
53
- Improved documentation of built-in component functions.
You can’t perform that action at this time.
0 commit comments