Skip to content

Commit a7edbc3

Browse files
authored
Minor updates (#55)
1 parent 85d813d commit a7edbc3

15 files changed

+749
-327
lines changed

Project.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name = "CoherentStructures"
22
uuid = "0c1513b4-3a13-56f1-9cd2-8312eaec88c4"
3-
version = "0.3.5"
3+
version = "0.3.6"
44

55
[deps]
6-
Arpack = "7d9fca2a-8960-54d3-9f78-7d1dccf2cb97"
6+
ArnoldiMethod = "ec485272-7323-5ecc-a04f-4719b315124d"
77
AxisArrays = "39de3d68-74b9-583c-8d2d-e117c070f3a9"
88
ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
99
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
@@ -27,7 +27,7 @@ Tensors = "48a634ad-e948-5137-8d70-aa71f2a747f4"
2727
VoronoiDelaunay = "72f80fcb-8c52-57d9-aff0-40c1a3526986"
2828

2929
[compat]
30-
Arpack = "0.3, 0.4, 0.5"
30+
ArnoldiMethod = "0.1"
3131
AxisArrays = "0.3.3, 0.4"
3232
ColorTypes = "0.10"
3333
DiffEqBase = "6"
@@ -46,10 +46,11 @@ VoronoiDelaunay = "0.4"
4646
julia = "1"
4747

4848
[extras]
49+
Arpack = "7d9fca2a-8960-54d3-9f78-7d1dccf2cb97"
4950
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
5051
DiffEqDevTools = "f3b72e0c-5b89-59e1-b016-84e28bfd966d"
5152
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
5253
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
5354

5455
[targets]
55-
test = ["BenchmarkTools", "DiffEqDevTools", "Random", "Test"]
56+
test = ["Arpack", "BenchmarkTools", "DiffEqDevTools", "Random", "Test"]

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ Julia.
66

77
| **Documentation** | **Build Status** |
88
|:-------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------:|
9-
| [![][docs-stable-img]][docs-stable-url] [![][docs-dev-img]][docs-dev-url] | [![][build-img]][build-url] [![][codecov-img]][codecov-url] |
10-
9+
| [![stable docs][docs-stable-img]][docs-stable-url] [![dev docs][docs-dev-img]][docs-dev-url] | [![build status][build-img]][build-url] [![code coverage][codecov-img]][codecov-url] |
1110

1211
## Installation
1312

@@ -18,9 +17,9 @@ First, install the [`JuAFEM.jl`](https://github.com/KristofferC/JuAFEM.jl) packa
1817
pkg> add https://github.com/KristofferC/JuAFEM.jl.git
1918

2019
In order to run the example cases, please install our companion package
21-
[`StreamMacros.jl`](https://github.com/CoherentStructures/StreamMacros.jl.git) by typing
20+
[`StreamMacros.jl`](https://github.com/CoherentStructures/StreamMacros.jl) by typing
2221

23-
pkg> add https://github.com/CoherentStructures/StreamMacros.jl
22+
pkg> add https://github.com/CoherentStructures/StreamMacros.jl.git
2423

2524
Finally, install this package by typing
2625

0 commit comments

Comments
 (0)