File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
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.9.4-dev "
4
+ version = " 0.9.4"
5
5
6
6
[deps ]
7
7
DiffEqBase = " 2b5f629d-d688-5b77-993f-72d75c75574e"
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ functionalities of these packages.
42
42
43
43
## Release Notes
44
44
45
- ### Version 0.9.4-dev
45
+ ### Version 0.9.4
46
46
47
47
- Precompile statements included (compilation of Modia package takes more time, but startup of Modia model simulations is faster).
48
48
- ` @instantiateModel(..., logFile=true) ` : New keyword argument ` logFile ` in order that log of file and line number can be
@@ -51,7 +51,7 @@ functionalities of these packages.
51
51
- Log of statistics improved and included in writeSignalTable(..) of instantiatedModel.
52
52
- SignalTables.getSignalNames(..): Order of signal names improved so that the linear listing reflects the hierarchy of the names.
53
53
- writeSignalTable(..): attributes renamed to _ attributes. All used simulate!(..) options included in Map experiment.
54
- - Require SignalTables 0.4.1 (since several issues fixed with writeSignalTable(..)).
54
+ - Require SignalTables 0.4.2 (since several issues fixed with writeSignalTable(..)).
55
55
- Update to newest versions of packages.
56
56
57
57
** Bug fixes**
You can’t perform that action at this time.
0 commit comments