Skip to content

Commit 0de87d4

Browse files
committed
Version number changed to 0.9.0 + release notes updated
1 parent 992f464 commit 0de87d4

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ModiaBase"
22
uuid = "ec7bf1ca-419d-4510-bbab-199861c55244"
33
authors = ["Hilding Elmqvist <[email protected]>", "Martin Otter <[email protected]>"]
4-
version = "0.9.0-dev"
4+
version = "0.9.0"
55

66
[deps]
77
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"

docs/src/index.md

+4-2
Original file line numberDiff line numberDiff 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

8282
Non-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+
109111
Bug 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

0 commit comments

Comments
 (0)