Skip to content

Commit

Permalink
build based on a2ac246
Browse files Browse the repository at this point in the history
  • Loading branch information
Documenter.jl committed Feb 9, 2024
1 parent 617f4e5 commit 6f6a9a0
Show file tree
Hide file tree
Showing 22 changed files with 137 additions and 133 deletions.
28 changes: 16 additions & 12 deletions dev/assets/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,9 @@ uuid = "ade2ca70-3891-5945-98fb-dc099432e06a"

[[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 = "6af33c2eb7478db06bcf5c810e6f3dda53aac2ac"
git-tree-sha1 = "fefc2eeabecb745f1b1e1f91634381f7c81bd75d"
uuid = "2b5f629d-d688-5b77-993f-72d75c75574e"
version = "6.146.0"
version = "6.146.1"

[deps.DiffEqBase.extensions]
DiffEqBaseChainRulesCoreExt = "ChainRulesCore"
Expand Down Expand Up @@ -610,9 +610,9 @@ version = "1.2.0"

[[deps.NonlinearSolve]]
deps = ["ADTypes", "ArrayInterface", "ConcreteStructs", "DiffEqBase", "FastBroadcast", "FastClosures", "FiniteDiff", "ForwardDiff", "LazyArrays", "LineSearches", "LinearAlgebra", "LinearSolve", "MaybeInplace", "PrecompileTools", "Preferences", "Printf", "RecursiveArrayTools", "Reexport", "SciMLBase", "SimpleNonlinearSolve", "SparseArrays", "SparseDiffTools", "StaticArraysCore", "TimerOutputs"]
git-tree-sha1 = "323d2a61f4adc4dfe404bf332b59690253b4f4f2"
git-tree-sha1 = "2d0fff5b88cb528c7c908eb2421f77658fc70344"
uuid = "8913a72c-1f9b-4ce2-8d82-65094dcecaec"
version = "3.5.3"
version = "3.5.4"

[deps.NonlinearSolve.extensions]
NonlinearSolveBandedMatricesExt = "BandedMatrices"
Expand Down Expand Up @@ -711,9 +711,9 @@ version = "0.2.1"

[[deps.PreallocationTools]]
deps = ["Adapt", "ArrayInterface", "ForwardDiff"]
git-tree-sha1 = "64bb68f76f789f5fe5930a80af310f19cdafeaed"
git-tree-sha1 = "9d6e62d1ea6ab709142b42d3be4bd1db495bc4e0"
uuid = "d236fae5-4411-538c-8e31-a6e3d9e00b46"
version = "0.4.17"
version = "0.4.18"

[deps.PreallocationTools.extensions]
PreallocationToolsReverseDiffExt = "ReverseDiff"
Expand Down Expand Up @@ -815,12 +815,13 @@ version = "0.6.42"

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

[deps.SciMLBase.extensions]
SciMLBaseChainRulesCoreExt = "ChainRulesCore"
SciMLBaseMakieExt = "Makie"
SciMLBasePartialFunctionsExt = "PartialFunctions"
SciMLBasePyCallExt = "PyCall"
SciMLBasePythonCallExt = "PythonCall"
Expand All @@ -830,6 +831,7 @@ version = "2.23.1"
[deps.SciMLBase.weakdeps]
ChainRules = "082447d4-558c-5d27-93f4-14fc19e9eca2"
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
PartialFunctions = "570af359-4316-4cb7-8c74-252c00c2016b"
PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0"
PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d"
Expand Down Expand Up @@ -857,15 +859,17 @@ uuid = "1a1011a3-84de-559e-8e89-a11a2f7dc383"

[[deps.SimpleNonlinearSolve]]
deps = ["ADTypes", "ArrayInterface", "ConcreteStructs", "DiffEqBase", "FastClosures", "FiniteDiff", "ForwardDiff", "LinearAlgebra", "MaybeInplace", "PrecompileTools", "Reexport", "SciMLBase", "StaticArraysCore"]
git-tree-sha1 = "470c5f97af31fa35926b45eb01e53a46c8d7d35f"
git-tree-sha1 = "66640954231d0e09888dddcd349cfa533c198368"
uuid = "727e6d20-b764-4bd8-a329-72de5adea6c7"
version = "1.3.1"
version = "1.3.2"

[deps.SimpleNonlinearSolve.extensions]
SimpleNonlinearSolveChainRulesCoreExt = "ChainRulesCore"
SimpleNonlinearSolvePolyesterForwardDiffExt = "PolyesterForwardDiff"
SimpleNonlinearSolveStaticArraysExt = "StaticArrays"

[deps.SimpleNonlinearSolve.weakdeps]
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
PolyesterForwardDiff = "98d1487c-24ca-40b6-b7ab-df2af84e126b"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"

Expand Down Expand Up @@ -926,9 +930,9 @@ version = "2.3.1"

[[deps.Static]]
deps = ["IfElse"]
git-tree-sha1 = "f295e0a1da4ca425659c57441bcb59abb035a4bc"
git-tree-sha1 = "b366eb1eb68075745777d80861c6706c33f588ae"
uuid = "aedffcd0-7271-4cad-89d0-dc628f76c6d3"
version = "0.8.8"
version = "0.8.9"

[[deps.StaticArrayInterface]]
deps = ["ArrayInterface", "Compat", "IfElse", "LinearAlgebra", "PrecompileTools", "Requires", "SparseArrays", "Static", "SuiteSparse"]
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.

14 changes: 7 additions & 7 deletions dev/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
[9a962f9c] DataAPI v1.16.0
[864edb3b] DataStructures v0.18.16
[e2d170a0] DataValueInterfaces v1.0.0
[2b5f629d] DiffEqBase v6.146.0
[2b5f629d] DiffEqBase v6.146.1
[163ba53b] DiffResults v1.1.0
[b552c78f] DiffRules v1.15.1
[ffbed154] DocStringExtensions v0.9.3
Expand Down Expand Up @@ -79,7 +79,7 @@
[46d2c3a1] MuladdMacro v0.2.4
[d41bc354] NLSolversBase v7.8.3
[77ba4419] NaNMath v1.0.2
[8913a72c] NonlinearSolve v3.5.3
[8913a72c] NonlinearSolve v3.5.4
[6fe1bfb0] OffsetArrays v1.13.0
[bac558e1] OrderedCollections v1.6.3
[1dea7af3] OrdinaryDiffEq v6.70.1 `~/work/OrdinaryDiffEq.jl/OrdinaryDiffEq.jl`
Expand All @@ -88,7 +88,7 @@
[69de0a69] Parsers v2.8.1
[f517fe37] Polyester v0.7.9
[1d0040c9] PolyesterWeave v0.2.1
[d236fae5] PreallocationTools v0.4.17
[d236fae5] PreallocationTools v0.4.18
[aea7be01] PrecompileTools v1.2.0
[21216c6a] Preferences v1.4.1
[3cdcf5f2] RecipesBase v1.3.4
Expand All @@ -99,16 +99,16 @@
[7e49a35a] RuntimeGeneratedFunctions v0.5.12
[94e857df] SIMDTypes v0.1.0
[476501e8] SLEEFPirates v0.6.42
[0bca4576] SciMLBase v2.23.1
[0bca4576] SciMLBase v2.23.2
[c0aeaf25] SciMLOperators v0.3.7
[efcf1570] Setfield v1.1.1
[727e6d20] SimpleNonlinearSolve v1.3.1
[727e6d20] SimpleNonlinearSolve v1.3.2
[699a6c99] SimpleTraits v0.9.4
[ce78b400] SimpleUnPack v1.1.0
[47a9eef4] SparseDiffTools v2.16.0
[e56a9233] Sparspak v0.3.9
[276daf66] SpecialFunctions v2.3.1
[aedffcd0] Static v0.8.8
[aedffcd0] Static v0.8.9
[0d7ed370] StaticArrayInterface v1.5.0
[90137ffa] StaticArrays v1.9.2
[1e83bf80] StaticArraysCore v1.4.2
Expand Down Expand Up @@ -176,4 +176,4 @@
[3f19e933] p7zip_jll v17.4.0+2
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
<a href="https://github.com/SciML/OrdinaryDiffEq.jl/tree/gh-pages/v6.70.1/assets/Manifest.toml">manifest</a> file and the
<a href="https://github.com/SciML/OrdinaryDiffEq.jl/tree/gh-pages/v6.70.1/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="Monday 5 February 2024 03:31">Monday 5 February 2024</span>. Using Julia version 1.10.0.</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.70.1/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="Friday 9 February 2024 12:41">Friday 9 February 2024</span>. Using Julia version 1.10.0.</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.

2 changes: 1 addition & 1 deletion dev/nonstiff/explicit_extrapolation/index.html

Large diffs are not rendered by default.

Loading

0 comments on commit 6f6a9a0

Please sign in to comment.