Skip to content

Commit 406d7f0

Browse files
authored
Merge branch 'master' into master
2 parents 14231d1 + 71a770e commit 406d7f0

5 files changed

Lines changed: 299 additions & 91 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
- version: '1.6'
1919
os: ubuntu-latest
2020
arch: x64
21-
- version: '1.6'
22-
os: windows-latest
21+
- version: '1.7'
22+
os: ubuntu-latest
2323
arch: x64
2424
steps:
2525
- uses: actions/checkout@v2

Project.toml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "DynamicBoundspODEsDiscrete"
22
uuid = "1c7daff2-9b32-4762-838b-ee2b1e32ee26"
33
authors = ["Matthew Wilhelm <matthew.wilhelm@uconn.edu>"]
4-
version = "0.1.1"
4+
version = "0.2"
55

66
[deps]
77
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
@@ -14,6 +14,7 @@ ElasticArrays = "fdbdab4c-e67f-52f5-8c3f-e7b388dad3d4"
1414
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
1515
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1616
McCormick = "53c679d3-6890-5091-8386-c291e8c8aaa1"
17+
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
1718
Polynomials = "f27b6e38-b328-58d1-80ce-0feddd5e7a45"
1819
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
1920
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
@@ -24,18 +25,19 @@ Sundials = "c3572dad-4567-51f8-b174-8c6c989267f4"
2425
DataStructures = "~0.17, ~0.18"
2526
DiffEqBase = "~5, ~6"
2627
DiffEqSensitivity = "~6"
27-
DiffResults = "~0.0, ~1.0"
28+
DiffResults = "~1.0"
2829
DocStringExtensions = "~0.8"
29-
DynamicBoundsBase = "0.5.5"
30+
DynamicBoundsBase = "0.7"
3031
ElasticArrays = "~1"
31-
ForwardDiff = "~0.10"
32-
McCormick = "~0.7, ~0.8, ~0.9, ~0.10, ~0.11"
32+
ForwardDiff = "0.10.25"
33+
McCormick = "~0.13"
34+
OrdinaryDiffEq = "~6"
3335
Polynomials = "~1.2"
3436
Requires = "1.0"
35-
Reexport = "~0.2"
36-
StaticArrays = "~0.6, ~0.7, ~0.8, ~0.9, ~0.10, ~0.11, ~0.12, ~1"
37+
Reexport = "~1"
38+
StaticArrays = "~1"
3739
Sundials = "~3, ~4"
38-
julia = "~1.6"
40+
julia = "~1.6, ~1.7"
3941

4042
[extras]
4143
TaylorSeries = "6aa5eb33-94cf-58f4-a9d0-e4b2c4fc25ea"

0 commit comments

Comments
 (0)