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 11name = " ModiaBase"
22uuid = " ec7bf1ca-419d-4510-bbab-199861c55244"
33authors = [" Hilding Elmqvist <Hilding.Elmqvist@Mogram.net>" , " Martin Otter <Martin.Otter@dlr.de>" ]
4- version = " 0.9.0-dev "
4+ version = " 0.9.0"
55
66[deps ]
77DataFrames = " a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ julia> ]add ModiaBase
7777
7878## Release Notes
7979
80- ### Version 0.9.0-dev
80+ ### Version 0.9.0
8181
8282Non-backwards compatible improvements
8383
@@ -105,7 +105,9 @@ Other improvements
105105- Included DAE-Mode in solution of linear equation system (if DAE integrator is used and all unknowns of a linear
106106 equation system are part of the DAE states, solve the linear equation system during continuous integration
107107 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+
109111Bug fixes
110112
111113- 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