Skip to content

Commit efbdde3

Browse files
author
Hiroaki Imoto
authored
Merge pull request #17 from himoto/compathelper/new_version/2020-12-01-00-10-35-219-659819010
CompatHelper: add new compat entry for "ForwardDiff" at version "0.10"
2 parents c81d5dc + 2ea92d1 commit efbdde3

File tree

2 files changed

+51
-29
lines changed

2 files changed

+51
-29
lines changed

Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ SteadyStateDiffEq = "9672c7b4-1e72-59bd-8a11-6ac3964bc41f"
1717
Sundials = "c3572dad-4567-51f8-b174-8c6c989267f4"
1818

1919
[compat]
20+
ForwardDiff = "0.10"
2021
PyCall = "1.92"
2122
PyPlot = "2.9"
2223
StatsBase = "0.33"

docs/Manifest.toml

Lines changed: 50 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ version = "0.0.4"
1414

1515
[[ArrayInterface]]
1616
deps = ["LinearAlgebra", "Requires", "SparseArrays"]
17-
git-tree-sha1 = "bd09109dffaa3926a20178cb8432edd729be0db0"
17+
git-tree-sha1 = "c121e78a689da38e4199cf964962385a4810d827"
1818
uuid = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
19-
version = "2.13.7"
19+
version = "2.14.2"
2020

2121
[[Artifacts]]
2222
deps = ["Pkg"]
@@ -28,10 +28,10 @@ version = "1.3.0"
2828
uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
2929

3030
[[BioMASS]]
31-
deps = ["DelimitedFiles", "LinearAlgebra", "Printf", "PyCall", "PyPlot", "Random", "Statistics", "StatsBase", "SteadyStateDiffEq", "Sundials"]
31+
deps = ["DelimitedFiles", "ForwardDiff", "LinearAlgebra", "Printf", "PyCall", "PyPlot", "Random", "Statistics", "StatsBase", "SteadyStateDiffEq", "Sundials"]
3232
path = ".."
3333
uuid = "324734c7-f323-4536-9335-775d9be9d101"
34-
version = "0.1.1"
34+
version = "0.3.0"
3535

3636
[[CEnum]]
3737
git-tree-sha1 = "215a9aa4a1f23fbd05b92769fdd62559488d70e9"
@@ -40,9 +40,9 @@ version = "0.4.1"
4040

4141
[[ChainRulesCore]]
4242
deps = ["LinearAlgebra", "MuladdMacro", "SparseArrays"]
43-
git-tree-sha1 = "aebbda0a7c644bd8739b34f2a1b1e48f114aab49"
43+
git-tree-sha1 = "6e0e251d98bd909a227e905e2700555e33796042"
4444
uuid = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
45-
version = "0.9.17"
45+
version = "0.9.20"
4646

4747
[[ColorTypes]]
4848
deps = ["FixedPointNumbers", "Random"]
@@ -80,6 +80,11 @@ git-tree-sha1 = "c0647249d785f1d5139c0cc96db8f6b32f7ec416"
8080
uuid = "8f4d0f93-b110-5947-807f-2305c1781a2d"
8181
version = "1.5.0"
8282

83+
[[ConstructionBase]]
84+
git-tree-sha1 = "a2a6a5fea4d6f730ec4c18a76d27ec10e8ec1c50"
85+
uuid = "187b0558-2788-49d3-abe0-74a17ed4e7c9"
86+
version = "1.0.0"
87+
8388
[[CpuId]]
8489
deps = ["Markdown", "Test"]
8590
git-tree-sha1 = "f0464e499ab9973b43c20f8216d088b61fda80c6"
@@ -111,10 +116,10 @@ deps = ["Mmap"]
111116
uuid = "8bb1440f-4735-579b-a4ab-409b98df4dab"
112117

113118
[[DiffEqBase]]
114-
deps = ["ArrayInterface", "ChainRulesCore", "DataStructures", "Distributed", "DocStringExtensions", "FunctionWrappers", "IterativeSolvers", "IteratorInterfaceExtensions", "LabelledArrays", "LinearAlgebra", "Logging", "MuladdMacro", "Parameters", "Printf", "RecipesBase", "RecursiveArrayTools", "RecursiveFactorization", "Requires", "Roots", "SparseArrays", "StaticArrays", "Statistics", "SuiteSparse", "TableTraits", "Tables", "TreeViews", "ZygoteRules"]
115-
git-tree-sha1 = "90f582abf7132392937a23c8ab7da2f69d442a31"
119+
deps = ["ArrayInterface", "ChainRulesCore", "DataStructures", "Distributed", "DocStringExtensions", "FunctionWrappers", "IterativeSolvers", "IteratorInterfaceExtensions", "LabelledArrays", "LinearAlgebra", "Logging", "MuladdMacro", "NonlinearSolve", "Parameters", "Printf", "RecipesBase", "RecursiveArrayTools", "RecursiveFactorization", "Requires", "Roots", "SparseArrays", "StaticArrays", "Statistics", "SuiteSparse", "TableTraits", "Tables", "TreeViews", "ZygoteRules"]
120+
git-tree-sha1 = "5e25fa059324b56a311780d7b0ae65741a4bf3d3"
116121
uuid = "2b5f629d-d688-5b77-993f-72d75c75574e"
117-
version = "6.48.2"
122+
version = "6.49.0"
118123

119124
[[DiffEqCallbacks]]
120125
deps = ["DataStructures", "DiffEqBase", "ForwardDiff", "LinearAlgebra", "NLsolve", "OrdinaryDiffEq", "RecipesBase", "RecursiveArrayTools", "StaticArrays"]
@@ -124,15 +129,15 @@ version = "2.14.1"
124129

125130
[[DiffResults]]
126131
deps = ["StaticArrays"]
127-
git-tree-sha1 = "da24935df8e0c6cf28de340b958f6aac88eaa0cc"
132+
git-tree-sha1 = "c18e98cba888c6c25d1c3b048e4b3380ca956805"
128133
uuid = "163ba53b-c6d8-5494-b064-1a9d43ac40c5"
129-
version = "1.0.2"
134+
version = "1.0.3"
130135

131136
[[DiffRules]]
132137
deps = ["NaNMath", "Random", "SpecialFunctions"]
133-
git-tree-sha1 = "eb0c34204c8410888844ada5359ac8b96292cfd1"
138+
git-tree-sha1 = "214c3fcac57755cfda163d91c58893a8723f93e9"
134139
uuid = "b552c78f-8df3-52c6-915a-8e097449b14b"
135-
version = "1.0.1"
140+
version = "1.0.2"
136141

137142
[[Distances]]
138143
deps = ["LinearAlgebra", "Statistics"]
@@ -152,9 +157,9 @@ version = "0.8.3"
152157

153158
[[Documenter]]
154159
deps = ["Base64", "Dates", "DocStringExtensions", "IOCapture", "InteractiveUtils", "JSON", "LibGit2", "Logging", "Markdown", "REPL", "Test", "Unicode"]
155-
git-tree-sha1 = "71e35e069daa9969b8af06cef595a1add76e0a11"
160+
git-tree-sha1 = "a4875e0763112d6d017126f3944f4133abb342ae"
156161
uuid = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
157-
version = "0.25.3"
162+
version = "0.25.5"
158163

159164
[[ExponentialUtilities]]
160165
deps = ["LinearAlgebra", "Printf", "Requires", "SparseArrays"]
@@ -169,9 +174,9 @@ version = "0.3.2"
169174

170175
[[FiniteDiff]]
171176
deps = ["ArrayInterface", "LinearAlgebra", "Requires", "SparseArrays", "StaticArrays"]
172-
git-tree-sha1 = "04e18906acf9c7f5b934a7ec3adc82280fb1953b"
177+
git-tree-sha1 = "7f7216e0eb46c20ee8ddab5c8f9a262ed72587b6"
173178
uuid = "6a86dc24-6348-571c-b903-95158fe2bd41"
174-
version = "2.7.1"
179+
version = "2.7.2"
175180

176181
[[FixedPointNumbers]]
177182
deps = ["Statistics"]
@@ -181,15 +186,19 @@ version = "0.8.4"
181186

182187
[[ForwardDiff]]
183188
deps = ["CommonSubexpressions", "DiffResults", "DiffRules", "NaNMath", "Random", "SpecialFunctions", "StaticArrays"]
184-
git-tree-sha1 = "1d090099fb82223abc48f7ce176d3f7696ede36d"
189+
git-tree-sha1 = "8de2519a83c6c1c2442c2f481dd9a8364855daf4"
185190
uuid = "f6369f11-7733-5829-9624-2563aa707210"
186-
version = "0.10.12"
191+
version = "0.10.14"
187192

188193
[[FunctionWrappers]]
189194
git-tree-sha1 = "e4813d187be8c7b993cb7f85cbf2b7bfbaadc694"
190195
uuid = "069b7b12-0de2-55c6-9aab-29f3d0a68a2e"
191196
version = "1.1.1"
192197

198+
[[Future]]
199+
deps = ["Random"]
200+
uuid = "9fa8497b-333b-5362-9e8d-4d0656e87820"
201+
193202
[[GenericSVD]]
194203
deps = ["LinearAlgebra"]
195204
git-tree-sha1 = "62909c3eda8a25b5673a367d1ad2392ebb265211"
@@ -319,9 +328,15 @@ uuid = "2774e3e8-f4cf-5e23-947b-6d7e65073b56"
319328
version = "4.4.1"
320329

321330
[[NaNMath]]
322-
git-tree-sha1 = "c84c576296d0e2fbb3fc134d3e09086b3ea617cd"
331+
git-tree-sha1 = "bfe47e760d60b82b66b61d2d44128b62e3a369fb"
323332
uuid = "77ba4419-2d1f-58cd-9bb1-8ffee604a2e3"
324-
version = "0.3.4"
333+
version = "0.3.5"
334+
335+
[[NonlinearSolve]]
336+
deps = ["FiniteDiff", "ForwardDiff", "RecursiveArrayTools", "Reexport", "Setfield", "StaticArrays", "UnPack"]
337+
git-tree-sha1 = "8697c50f99b4a367d94770c0daa622a6ba3a6b65"
338+
uuid = "8913a72c-1f9b-4ce2-8d82-65094dcecaec"
339+
version = "0.1.0"
325340

326341
[[OffsetArrays]]
327342
deps = ["Adapt"]
@@ -348,9 +363,9 @@ version = "1.3.2"
348363

349364
[[OrdinaryDiffEq]]
350365
deps = ["Adapt", "ArrayInterface", "DataStructures", "DiffEqBase", "ExponentialUtilities", "FastClosures", "FiniteDiff", "ForwardDiff", "GenericSVD", "LinearAlgebra", "Logging", "MacroTools", "MuladdMacro", "NLsolve", "RecursiveArrayTools", "Reexport", "SparseArrays", "SparseDiffTools", "StaticArrays", "UnPack"]
351-
git-tree-sha1 = "7ea4d187575fb5256409d755819afb66e1812f2b"
366+
git-tree-sha1 = "e782c1ff432a6ba8677b6fced19a92a6878a5c68"
352367
uuid = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
353-
version = "5.45.0"
368+
version = "5.45.1"
354369

355370
[[Parameters]]
356371
deps = ["OrderedCollections", "UnPack"]
@@ -417,15 +432,15 @@ version = "0.2.0"
417432

418433
[[Requires]]
419434
deps = ["UUIDs"]
420-
git-tree-sha1 = "28faf1c963ca1dc3ec87f166d92982e3c4a1f66d"
435+
git-tree-sha1 = "e05c53ebc86933601d36212a93b39144a2733493"
421436
uuid = "ae029012-a4dd-5104-9daa-d747884805df"
422-
version = "1.1.0"
437+
version = "1.1.1"
423438

424439
[[Roots]]
425440
deps = ["Printf"]
426-
git-tree-sha1 = "1211c7c1928c1ed29cdcef65979b7a791e3b9fbe"
441+
git-tree-sha1 = "166958a00dfbb0573778f5250365b00f13dc8144"
427442
uuid = "f2b01f46-fcfa-551c-844a-d8ac1e96c665"
428-
version = "1.0.5"
443+
version = "1.0.6"
429444

430445
[[SHA]]
431446
uuid = "ea8e919c-243c-51af-8825-aaa63cd721ce"
@@ -445,6 +460,12 @@ version = "0.5.5"
445460
[[Serialization]]
446461
uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
447462

463+
[[Setfield]]
464+
deps = ["ConstructionBase", "Future", "MacroTools", "Requires"]
465+
git-tree-sha1 = "d5640fc570fb1b6c54512f0bd3853866bd298b3e"
466+
uuid = "efcf1570-3423-57d1-acb7-fd33fddbac46"
467+
version = "0.7.0"
468+
448469
[[SharedArrays]]
449470
deps = ["Distributed", "Mmap", "Random", "Serialization"]
450471
uuid = "1a1011a3-84de-559e-8e89-a11a2f7dc383"
@@ -476,9 +497,9 @@ version = "1.10.1"
476497

477498
[[SpecialFunctions]]
478499
deps = ["OpenSpecFun_jll"]
479-
git-tree-sha1 = "d8d8b8a9f4119829410ecd706da4cc8594a1e020"
500+
git-tree-sha1 = "bf68b90f72f81dd1519b289b7403c591cfdd6a88"
480501
uuid = "276daf66-3868-5448-9aa4-cd146d93841b"
481-
version = "0.10.3"
502+
version = "1.0.0"
482503

483504
[[StaticArrays]]
484505
deps = ["LinearAlgebra", "Random", "Statistics"]

0 commit comments

Comments
 (0)