Skip to content

Commit d6a8566

Browse files
authored
Merge pull request #8 from aenarete/dev
Updated dependencies and README
2 parents 4e6b425 + 6bf97be commit d6a8566

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

.github/workflows/CI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
version:
22-
- '1.6'
22+
- '1.9'
2323
- '1'
2424
- 'nightly'
2525
os:

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
/Manifest.toml
2+
.vscode/settings.json

Project.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ KiteUtils = "90980105-b163-44e5-ba9f-8b1c83bb0533"
99

1010
[compat]
1111
HypergeometricFunctions = "0.3"
12-
KiteUtils = "0.4"
13-
julia = "1.6, 1.7, 1.8"
12+
KiteUtils = "0.5"
13+
julia = "1.9, 1.10"
1414

1515
[extras]
1616
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Coverage](https://codecov.io/gh/aenarete/AtmosphericModels.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/aenarete/AtmosphericModels.jl)
55

66
## Installation
7-
Download [Julia 1.6](http://www.julialang.org) or later, if you haven't already. You can add AtmosphericModels from Julia's package manager, by typing
7+
Download [Julia 1.9](http://www.julialang.org) or later, if you haven't already. You can add AtmosphericModels from Julia's package manager, by typing
88
```julia
99
using Pkg
1010
pkg"add AtmosphericModels"
@@ -38,7 +38,7 @@ const profile_law = Int(EXPLOG)
3838
height = 100.0
3939
wf = calc_wind_factor(am, height, profile_law)
4040
```
41-
The result is the factor with which the ground wind speed needs to be mulitplied
41+
The result is the factor with which the ground wind speed needs to be multiplied
4242
to get the wind speed at the given height.
4343

4444
## Plot a wind profile

0 commit comments

Comments
 (0)