Skip to content

Commit 3142525

Browse files
New version: UniversalDiffEq v1.1.7
UUID: 791b002b-939e-4b08-8060-ecf413fcb155 Repo: https://github.com/Jack-H-Buckner/UniversalDiffEq.jl.git Tree: 8ec6611bfe9298af9ac6b18d90bc547809498002 Registrator tree SHA: 50f504d641745716a5b3eabaf681d3a4937d2ae3
1 parent b96e83f commit 3142525

File tree

2 files changed

+31
-10
lines changed

2 files changed

+31
-10
lines changed

U/UniversalDiffEq/Compat.toml

Lines changed: 28 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,7 @@ Zygote = "0.6.70-0.6"
3232
Optimization = "3.19.3-4.0"
3333

3434
["1.0.1 - 1"]
35-
Interpolations = "0.15"
36-
MCMCChains = "6"
3735
StatsBase = "0.34"
38-
Zygote = "0.6"
3936

4037
["1.0.1 - 1.0"]
4138
DiffEqFlux = "2.4.0-4.0"
@@ -52,17 +49,19 @@ OptimizationOptimisers = "0.1.0-0.3"
5249
Plots = "1.40.0-1"
5350
Roots = "2.1.0-2"
5451

52+
["1.0.1 - 1.1.6"]
53+
Interpolations = "0.15"
54+
MCMCChains = "6"
55+
Zygote = "0.6"
56+
5557
["1.0.2 - 1.0"]
5658
Optimization = "3.19.3-3.28"
5759

5860
["1.0.2 - 1.1.4"]
5961
StochasticDiffEq = "6.62.0-6"
6062

6163
["1.1 - 1"]
62-
AdvancedHMC = "0.7"
63-
JSON = "0.21"
6464
Lux = "1"
65-
OrdinaryDiffEq = "6.93"
6665
RegularizationTools = "0.6"
6766

6867
["1.1 - 1.1.4"]
@@ -72,24 +71,43 @@ DiffEqFlux = "2.4.0-4.3"
7271
Optimization = "3.19.3-4.1"
7372
julia = "1.9.0-1"
7473

74+
["1.1 - 1.1.6"]
75+
AdvancedHMC = "0.7"
76+
JSON = "0.21"
77+
OrdinaryDiffEq = "6.93"
78+
7579
["1.1.4"]
7680
CSV = "0.10.15-0.10"
7781

7882
["1.1.5 - 1"]
7983
CSV = "0.10.15 - 0.10"
80-
CategoricalArrays = "0.10.8 - 0.10"
8184
ComponentArrays = "0.15.14 - 0.15"
8285
DataFrames = "1.6.0 - 1"
83-
DataInterpolations = "4.6.0 - 6.6"
84-
DiffEqFlux = "2.4.0 - 4.3"
8586
FiniteDiff = "2.22.0 - 2"
8687
LaTeXStrings = "1.3.0 - 1"
8788
NLsolve = "4.5.0 - 4"
8889
Optim = "1.9.0 - 1"
89-
Optimization = "3.19.3 - 4.1"
9090
OptimizationOptimJL = "0.1.0 - 0.4"
9191
OptimizationOptimisers = "0.1.0 - 0.3"
9292
Plots = "1.40.0 - 1"
9393
Roots = "2.1.0 - 2"
9494
StochasticDiffEq = "6.62.0 - 6"
9595
julia = "1.9.0 - 1"
96+
97+
["1.1.5 - 1.1.6"]
98+
CategoricalArrays = "0.10.8 - 0.10"
99+
DataInterpolations = "4.6.0 - 6.6"
100+
DiffEqFlux = "2.4.0 - 4.3"
101+
Optimization = "3.19.3 - 4.1"
102+
103+
["1.1.7 - 1"]
104+
AdvancedHMC = "0.7 - 0.8"
105+
CategoricalArrays = ["0.10.8 - 0.10", "1"]
106+
DataInterpolations = ["4.6.0 - 6.6", "8.6.0 - 8"]
107+
DiffEqFlux = "2.4.0 - 4"
108+
Interpolations = ["0.15", "0.16.2 - 0.16"]
109+
JSON = ["0.21", "1.2.0 - 1"]
110+
MCMCChains = ["6", "7.5.0 - 7"]
111+
Optimization = ["3.19.3 - 4.1", "5"]
112+
OrdinaryDiffEq = ["6.93", "6.102.1 - 6"]
113+
Zygote = "0.6 - 0.7"

U/UniversalDiffEq/Versions.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,6 @@ git-tree-sha1 = "fe8b206dce5c0977eb93410d400cd83025b69da9"
2727

2828
["1.1.6"]
2929
git-tree-sha1 = "fe299135247f99ddb8e2541aae040d1118e93648"
30+
31+
["1.1.7"]
32+
git-tree-sha1 = "8ec6611bfe9298af9ac6b18d90bc547809498002"

0 commit comments

Comments
 (0)