Skip to content

Commit a457f33

Browse files
authored
Update odesolvers (#86)
1 parent 60b1a5e commit a457f33

File tree

10 files changed

+502
-446
lines changed

10 files changed

+502
-446
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: julia-actions/julia-buildpkg@v1
3131
- uses: julia-actions/julia-runtest@v1
3232
- uses: julia-actions/julia-processcoverage@v1
33-
- uses: codecov/codecov-action@v1
33+
- uses: codecov/codecov-action@v2
3434
if: ${{ matrix.version == '1' && matrix.os == 'ubuntu-latest' }}
3535
with:
3636
file: lcov.info

Project.toml

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

55
[deps]
66
ArnoldiMethod = "ec485272-7323-5ecc-a04f-4719b315124d"
@@ -38,10 +38,10 @@ Interpolations = "0.11, 0.12, 0.13"
3838
IterativeSolvers = "0.7, 0.8, 0.9"
3939
LinearMaps = "2, 3"
4040
NearestNeighbors = "0.4.4"
41-
OrdinaryDiffEq = "5.61.1"
41+
OrdinaryDiffEq = "6"
4242
ProgressMeter = "1"
4343
RecipesBase = "0.7, 0.8, 1"
44-
StaticArrays = "0.10, 0.11, 0.12, 1.0"
44+
StaticArrays = "1.1"
4545
Tensors = "1.8"
4646
VoronoiDelaunay = "0.4"
4747
julia = "1.6"

0 commit comments

Comments
 (0)