Skip to content

Commit e103f8d

Browse files
committed
Update Version/Date, Project.toml. README.md, release notes
1 parent 0ac31da commit e103f8d

File tree

6 files changed

+12
-65
lines changed

6 files changed

+12
-65
lines changed

Project.toml

+4-4
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.8.0"
4+
version = "0.8.1"
55

66
[deps]
77
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
@@ -15,12 +15,12 @@ TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
1515
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
1616

1717
[compat]
18-
DataFrames = "1, 0.22, 0.21, 0.20, 0.19"
18+
DataFrames = "1"
1919
DiffRules = "1"
2020
Measurements = "2"
21-
MonteCarloMeasurements = "1, 0.10"
21+
MonteCarloMeasurements = "1"
2222
OrderedCollections = "1"
23-
RecursiveFactorization = "0.2, 0.1"
23+
RecursiveFactorization = "0.2"
2424
TimerOutputs = "0.5"
2525
Unitful = "1"
2626
julia = "1.7"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ but can also be utilized in another context. Especially the following functional
4242
## Installation
4343

4444
Typically, a user installs [Modia](https://github.com/ModiaSim/Modia.jl) and does not need
45-
to install ModiaBase separately. If needed, ModiaBase is installed with (Julia >= 1.5 is required):
45+
to install ModiaBase separately. If needed, ModiaBase is installed with (Julia 1.7 is required):
4646

4747
```julia
4848
julia> ]add ModiaBase

docs/src/index.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -68,20 +68,19 @@ The following extensions are planned (internal prototypes are available):
6868

6969
## Installation
7070

71-
The package is registered and is installed with (Julia >= 1.5 is required):
71+
The package is registered and is installed with (Julia 1.7 is required):
7272

7373
```julia
7474
julia> ]add ModiaBase
7575
```
7676

7777

78-
It is recommended to also add the following packages, in order that all tests and examples can be executed:
78+
## Release Notes
7979

80-
```julia
81-
julia> ]add Unitful, Measurements, MonteCarloMeasurements, Distributions
82-
```
80+
### Version 0.8.1
81+
82+
- Update Project.toml, Manifest.toml, README.md
8383

84-
## Release Notes
8584

8685
### Version 0.8.0
8786

src/ModiaBase.jl

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Main module of ModiaBase.
99
module ModiaBase
1010

1111
const path = dirname(dirname(@__FILE__)) # Absolute path of package directory
12-
const Version = "0.7.8"
13-
const Date = "2022-02-02"
12+
const Version = "0.8.1"
13+
const Date = "2022-02-05"
1414

1515
#println("\nImporting ModiaBase Version $Version ($Date)")
1616

test/Manifest.toml

-51
This file was deleted.

test/Project.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
[deps]
22
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
3-
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"

0 commit comments

Comments
 (0)