File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
name = " ModiaBase"
2
2
uuid = " ec7bf1ca-419d-4510-bbab-199861c55244"
3
3
authors = [" Hilding Elmqvist <Hilding.Elmqvist@Mogram.net>" , " Martin Otter <Martin.Otter@dlr.de>" ]
4
- version = " 0.9.0-dev "
4
+ version = " 0.9.0"
5
5
6
6
[deps ]
7
7
DataFrames = " a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ julia> ]add ModiaBase
77
77
78
78
## Release Notes
79
79
80
- ### Version 0.9.0-dev
80
+ ### Version 0.9.0
81
81
82
82
Non-backwards compatible improvements
83
83
@@ -105,7 +105,9 @@ Other improvements
105
105
- Included DAE-Mode in solution of linear equation system (if DAE integrator is used and all unknowns of a linear
106
106
equation system are part of the DAE states, solve the linear equation system during continuous integration
107
107
via DAE solver (= usually large simulation speed-up, for larger linear equation systems)
108
-
108
+
109
+ - Improved code generation of linear equation systems lead to more efficient solution of linear equation systems.
110
+
109
111
Bug fixes
110
112
111
113
- Do no longer expand the unit macro in the AST, such as ` u"N" ` , because otherwise ` logCode=true ` results in wrong code
You can’t perform that action at this time.
0 commit comments