Skip to content

Commit

Permalink
Update odesolvers (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkarrasch authored Dec 22, 2021
1 parent 60b1a5e commit a457f33
Show file tree
Hide file tree
Showing 10 changed files with 502 additions and 446 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v2
if: ${{ matrix.version == '1' && matrix.os == 'ubuntu-latest' }}
with:
file: lcov.info
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "CoherentStructures"
uuid = "0c1513b4-3a13-56f1-9cd2-8312eaec88c4"
version = "0.4.6"
version = "0.4.7"

[deps]
ArnoldiMethod = "ec485272-7323-5ecc-a04f-4719b315124d"
Expand Down Expand Up @@ -38,10 +38,10 @@ Interpolations = "0.11, 0.12, 0.13"
IterativeSolvers = "0.7, 0.8, 0.9"
LinearMaps = "2, 3"
NearestNeighbors = "0.4.4"
OrdinaryDiffEq = "5.61.1"
OrdinaryDiffEq = "6"
ProgressMeter = "1"
RecipesBase = "0.7, 0.8, 1"
StaticArrays = "0.10, 0.11, 0.12, 1.0"
StaticArrays = "1.1"
Tensors = "1.8"
VoronoiDelaunay = "0.4"
julia = "1.6"
Expand Down
Loading

0 comments on commit a457f33

Please sign in to comment.