Skip to content

Commit

Permalink
build based on 6561a2f
Browse files Browse the repository at this point in the history
  • Loading branch information
Documenter.jl committed Dec 14, 2023
1 parent 99f3b68 commit 8701e3f
Show file tree
Hide file tree
Showing 22 changed files with 142 additions and 141 deletions.
35 changes: 18 additions & 17 deletions dev/assets/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ version = "7.6.1"

[[deps.ArrayLayouts]]
deps = ["FillArrays", "LinearAlgebra"]
git-tree-sha1 = "af43df5704827c8618afd36eb56fcab20d3041ee"
git-tree-sha1 = "e2a63c49d6ed91065ae3e892b0382495a5ad45e3"
uuid = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"
version = "1.4.3"
version = "1.4.4"
weakdeps = ["SparseArrays"]

[deps.ArrayLayouts.extensions]
Expand Down Expand Up @@ -197,9 +197,9 @@ version = "1.9.1"

[[deps.DiffEqBase]]
deps = ["ArrayInterface", "DataStructures", "DocStringExtensions", "EnumX", "EnzymeCore", "FastBroadcast", "ForwardDiff", "FunctionWrappers", "FunctionWrappersWrappers", "LinearAlgebra", "Logging", "Markdown", "MuladdMacro", "Parameters", "PreallocationTools", "PrecompileTools", "Printf", "RecursiveArrayTools", "Reexport", "SciMLBase", "SciMLOperators", "Setfield", "SparseArrays", "Static", "StaticArraysCore", "Statistics", "Tricks", "TruncatedStacktraces"]
git-tree-sha1 = "4aff905c723e3f883064f00a4ba553b29372ce57"
git-tree-sha1 = "09ce9525b590bcdd9a807142dc493692aee85ef9"
uuid = "2b5f629d-d688-5b77-993f-72d75c75574e"
version = "6.142.0"
version = "6.143.0"

[deps.DiffEqBase.extensions]
DiffEqBaseChainRulesCoreExt = "ChainRulesCore"
Expand Down Expand Up @@ -532,9 +532,9 @@ uuid = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"

[[deps.LinearSolve]]
deps = ["ArrayInterface", "ConcreteStructs", "DocStringExtensions", "EnumX", "FastLapackInterface", "GPUArraysCore", "InteractiveUtils", "KLU", "Krylov", "Libdl", "LinearAlgebra", "MKL_jll", "PrecompileTools", "Preferences", "RecursiveFactorization", "Reexport", "Requires", "SciMLBase", "SciMLOperators", "Setfield", "SparseArrays", "Sparspak", "StaticArraysCore", "UnPack"]
git-tree-sha1 = "1961a307fae7aef8e2b331902c6072f0e90e5abb"
git-tree-sha1 = "03cd36673f050ec49f9bdfce31e0e7e22d877e64"
uuid = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
version = "2.20.2"
version = "2.21.0"

[deps.LinearSolve.extensions]
LinearSolveBandedMatricesExt = "BandedMatrices"
Expand Down Expand Up @@ -679,16 +679,17 @@ version = "1.2.0"

[[deps.NonlinearSolve]]
deps = ["ADTypes", "ArrayInterface", "ConcreteStructs", "DiffEqBase", "EnumX", "FastBroadcast", "FiniteDiff", "ForwardDiff", "LazyArrays", "LineSearches", "LinearAlgebra", "LinearSolve", "MaybeInplace", "PrecompileTools", "Printf", "RecursiveArrayTools", "Reexport", "SciMLBase", "SciMLOperators", "SimpleNonlinearSolve", "SparseArrays", "SparseDiffTools", "StaticArrays", "UnPack"]
git-tree-sha1 = "ec6577e2ebccf19797edcbf5951229598ad35650"
git-tree-sha1 = "767100434dc775c993082e70e453ba7bd9866afa"
uuid = "8913a72c-1f9b-4ce2-8d82-65094dcecaec"
version = "3.0.1"
version = "3.1.0"

[deps.NonlinearSolve.extensions]
NonlinearSolveBandedMatricesExt = "BandedMatrices"
NonlinearSolveFastLevenbergMarquardtExt = "FastLevenbergMarquardt"
NonlinearSolveLeastSquaresOptimExt = "LeastSquaresOptim"
NonlinearSolveMINPACKExt = "MINPACK"
NonlinearSolveNLsolveExt = "NLsolve"
NonlinearSolveSymbolicsExt = "Symbolics"
NonlinearSolveZygoteExt = "Zygote"

[deps.NonlinearSolve.weakdeps]
Expand All @@ -697,6 +698,7 @@ version = "3.0.1"
LeastSquaresOptim = "0fc2ff8b-aaa3-5acd-a817-1944a5e08891"
MINPACK = "4854310b-de5a-5eb6-a2a5-c1dee2bd17f9"
NLsolve = "2774e3e8-f4cf-5e23-947b-6d7e65073b56"
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"

[[deps.OffsetArrays]]
Expand Down Expand Up @@ -769,9 +771,9 @@ version = "0.2.1"

[[deps.PreallocationTools]]
deps = ["Adapt", "ArrayInterface", "ForwardDiff", "Requires"]
git-tree-sha1 = "f739b1b3cc7b9949af3b35089931f2b58c289163"
git-tree-sha1 = "01ac95fca7daabe77a9cb705862bd87016af9ddb"
uuid = "d236fae5-4411-538c-8e31-a6e3d9e00b46"
version = "0.4.12"
version = "0.4.13"

[deps.PreallocationTools.extensions]
PreallocationToolsReverseDiffExt = "ReverseDiff"
Expand Down Expand Up @@ -829,9 +831,9 @@ version = "1.3.4"

[[deps.RecursiveArrayTools]]
deps = ["Adapt", "ArrayInterface", "DocStringExtensions", "GPUArraysCore", "IteratorInterfaceExtensions", "LinearAlgebra", "RecipesBase", "Requires", "StaticArraysCore", "Statistics", "SymbolicIndexingInterface", "Tables"]
git-tree-sha1 = "d7087c013e8a496ff396bae843b1e16d9a30ede8"
git-tree-sha1 = "3f40e61c93a7c46b85df57b770bc360988f9ca36"
uuid = "731186ca-8d62-57ce-b412-fbd966d074cd"
version = "2.38.10"
version = "3.0.0"

[deps.RecursiveArrayTools.extensions]
RecursiveArrayToolsMeasurementsExt = "Measurements"
Expand Down Expand Up @@ -885,9 +887,9 @@ version = "0.6.42"

[[deps.SciMLBase]]
deps = ["ADTypes", "ArrayInterface", "CommonSolve", "ConstructionBase", "Distributed", "DocStringExtensions", "EnumX", "FillArrays", "FunctionWrappersWrappers", "IteratorInterfaceExtensions", "LinearAlgebra", "Logging", "Markdown", "PrecompileTools", "Preferences", "Printf", "QuasiMonteCarlo", "RecipesBase", "RecursiveArrayTools", "Reexport", "RuntimeGeneratedFunctions", "SciMLOperators", "StaticArraysCore", "Statistics", "SymbolicIndexingInterface", "Tables", "TruncatedStacktraces"]
git-tree-sha1 = "32ea825941f7b58a6f48268f4b76971ae8eb9eec"
git-tree-sha1 = "2c5cb9fcae1db5ce71ded89cb9314ad09f6c89bc"
uuid = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
version = "2.10.0"
version = "2.11.0"

[deps.SciMLBase.extensions]
SciMLBaseChainRulesCoreExt = "ChainRulesCore"
Expand Down Expand Up @@ -1066,10 +1068,9 @@ uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c"
version = "5.10.1+6"

[[deps.SymbolicIndexingInterface]]
deps = ["DocStringExtensions"]
git-tree-sha1 = "f8ab052bfcbdb9b48fad2c80c873aa0d0344dfe5"
git-tree-sha1 = "65f4ed0f9e3125e0836df12c231cea3dd98bb165"
uuid = "2efcf032-c050-4f8e-a9bb-153293bab1f5"
version = "0.2.2"
version = "0.3.0"

[[deps.TOML]]
deps = ["Dates"]
Expand Down
2 changes: 1 addition & 1 deletion dev/dae/fully_implicit/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dev/dynamical/nystrom/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/dynamical/symplectic/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/imex/imex_multistep/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dev/imex/imex_sdirk/index.html

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions dev/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
[79e6a3ab] Adapt v3.7.2
[ec485272] ArnoldiMethod v0.2.0
[4fba245c] ArrayInterface v7.6.1
[4c555306] ArrayLayouts v1.4.3
[4c555306] ArrayLayouts v1.4.4
[62783981] BitTwiddlingConvenienceFunctions v0.1.5
[2a0fbf3d] CPUSummary v0.2.4
[fb6a15b2] CloseOpenIntervals v0.1.12
Expand All @@ -38,7 +38,7 @@
[864edb3b] DataStructures v0.18.15
[e2d170a0] DataValueInterfaces v1.0.0
[8bb1440f] DelimitedFiles v1.9.1
[2b5f629d] DiffEqBase v6.142.0
[2b5f629d] DiffEqBase v6.143.0
[163ba53b] DiffResults v1.1.0
[b552c78f] DiffRules v1.15.1
[b4f34e82] Distances v0.10.11
Expand Down Expand Up @@ -76,7 +76,7 @@
[50d2b5c4] Lazy v0.15.1
[5078a376] LazyArrays v1.8.2
[d3d80556] LineSearches v7.2.0
[7ed4a6bd] LinearSolve v2.20.2
[7ed4a6bd] LinearSolve v2.21.0
[2ab3a3ac] LogExpFunctions v0.3.26
[bdcacae8] LoopVectorization v0.12.166
[1914dd2f] MacroTools v0.5.11
Expand All @@ -88,7 +88,7 @@
[d41bc354] NLSolversBase v7.8.3
[2774e3e8] NLsolve v4.5.1
[77ba4419] NaNMath v1.0.2
[8913a72c] NonlinearSolve v3.0.1
[8913a72c] NonlinearSolve v3.1.0
[6fe1bfb0] OffsetArrays v1.12.10
[bac558e1] OrderedCollections v1.6.3
[1dea7af3] OrdinaryDiffEq v6.62.0 `~/work/OrdinaryDiffEq.jl/OrdinaryDiffEq.jl`
Expand All @@ -97,20 +97,20 @@
[69de0a69] Parsers v2.8.0
[f517fe37] Polyester v0.7.9
[1d0040c9] PolyesterWeave v0.2.1
[d236fae5] PreallocationTools v0.4.12
[d236fae5] PreallocationTools v0.4.13
[aea7be01] PrecompileTools v1.2.0
[21216c6a] Preferences v1.4.1
[27ebfcd6] Primes v0.5.5
[8a4e6c94] QuasiMonteCarlo v0.3.3
[3cdcf5f2] RecipesBase v1.3.4
[731186ca] RecursiveArrayTools v2.38.10
[731186ca] RecursiveArrayTools v3.0.0
[f2c3362d] RecursiveFactorization v0.2.21
[189a3867] Reexport v1.2.2
[ae029012] Requires v1.3.0
[7e49a35a] RuntimeGeneratedFunctions v0.5.12
[94e857df] SIMDTypes v0.1.0
[476501e8] SLEEFPirates v0.6.42
[0bca4576] SciMLBase v2.10.0
[0bca4576] SciMLBase v2.11.0
[e9a6253c] SciMLNLSolve v0.1.9
[c0aeaf25] SciMLOperators v0.3.7
[efcf1570] Setfield v1.1.1
Expand All @@ -129,7 +129,7 @@
[82ae8749] StatsAPI v1.7.0
[2913bbd2] StatsBase v0.34.2
[7792a7ef] StrideArraysCore v0.5.2
[2efcf032] SymbolicIndexingInterface v0.2.2
[2efcf032] SymbolicIndexingInterface v0.3.0
[3783bdb8] TableTraits v1.0.1
[bd369af6] Tables v1.11.1
[8290d209] ThreadingUtilities v0.5.2
Expand Down Expand Up @@ -188,6 +188,6 @@
[8e850b90] libblastrampoline_jll v5.8.0+0
[8e850ede] nghttp2_jll v1.52.0+1
[3f19e933] p7zip_jll v17.4.0+0
Info Packages marked with ⌃ and ⌅ have new versions available. Those with ⌃ may be upgradable, but those with ⌅ are restricted by compatibility constraints from upgrading. To see why use `status --outdated -m`</code></pre></details>You can also download the
Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. To see why use `status --outdated -m`</code></pre></details>You can also download the
<a href="https://github.com/SciML/OrdinaryDiffEq.jl/tree/gh-pages/v6.62.0/assets/Manifest.toml">manifest</a> file and the
<a href="https://github.com/SciML/OrdinaryDiffEq.jl/tree/gh-pages/v6.62.0/assets/Project.toml">project</a> file.</article><nav class="docs-footer"><a class="docs-footer-nextpage" href="usage/">Usage »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 0.27.25 on <span class="colophon-date" title="Tuesday 12 December 2023 22:22">Tuesday 12 December 2023</span>. Using Julia version 1.9.4.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
<a href="https://github.com/SciML/OrdinaryDiffEq.jl/tree/gh-pages/v6.62.0/assets/Project.toml">project</a> file.</article><nav class="docs-footer"><a class="docs-footer-nextpage" href="usage/">Usage »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 0.27.25 on <span class="colophon-date" title="Thursday 14 December 2023 05:03">Thursday 14 December 2023</span>. Using Julia version 1.9.4.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
2 changes: 1 addition & 1 deletion dev/misc/index.html

Large diffs are not rendered by default.

Loading

0 comments on commit 8701e3f

Please sign in to comment.