Skip to content
This repository has been archived by the owner on Mar 2, 2022. It is now read-only.

Commit

Permalink
Release notes added
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinOtter committed Feb 5, 2022
1 parent 98494ef commit 293d089
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ModiaLang"
uuid = "34b37210-eaa3-4b48-8781-0b87bf559981"
authors = ["Hilding Elmqvist <Hilding.Elmqvist@Mogram.net>", "Martin Otter <Martin.Otter@dlr.de>"]
version = "0.9.2-dev"
version = "0.10.0"

[deps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Expand Down
13 changes: 7 additions & 6 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,18 @@ julia> ]add ModiaPlot_PyPlot # if plotting with PyPlot desired
add ModiaPlot_CairoMakie # if plotting with CairoMakie desired
```

It is recommended to also add the following packages, in order that all tests and examples can be executed in your standard environment:

```julia
julia> ]add Measurements, MonteCarloMeasurements, Distributions
```

## Release Notes

### Version 0.9.2
### Version 0.10.0

- Require DifferentialEquations.jl version 7.
- Cleanup of using/export
- Cleanup of Project.toml/Manifest.toml.´
- @reexport using Unitful
- @reexport using DifferentialEquations
- Cleanup of test files (besides ModiaLang, no other package needed in the environment to run the tests).
- Change `SimulationModel{FloatType,ParType,EvaluatedParType,TimeType}` to `SimulationModel{FloatType,TimeType}`


### Version 0.9.1
Expand Down
4 changes: 2 additions & 2 deletions src/ModiaLang.jl
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ const drawIncidence = false

const path = dirname(dirname(@__FILE__)) # Absolute path of package directory

const Version = "0.9.0"
const Date = "2022-02-03"
const Version = "0.10.0"
const Date = "2022-02-05"

#println(" \n\nWelcome to Modia - Dynamic MODeling and Simulation in julIA")
#=
Expand Down
2 changes: 2 additions & 0 deletions test/Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[deps]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

0 comments on commit 293d089

Please sign in to comment.