Skip to content

Commit 55e1d08

Browse files
author
Documenter.jl
committed
build based on 2692adc
1 parent 293e398 commit 55e1d08

File tree

4 files changed

+19
-19
lines changed

4 files changed

+19
-19
lines changed

dev/.documenter-siteinfo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"documenter":{"julia_version":"1.11.6","generation_timestamp":"2025-07-24T17:10:28","documenter_version":"1.14.1"}}
1+
{"documenter":{"julia_version":"1.11.6","generation_timestamp":"2025-07-27T04:02:57","documenter_version":"1.14.1"}}

dev/assets/Manifest.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -296,9 +296,9 @@ version = "1.11.0"
296296

297297
[[deps.DiffEqBase]]
298298
deps = ["ArrayInterface", "ConcreteStructs", "DataStructures", "DocStringExtensions", "EnumX", "EnzymeCore", "FastBroadcast", "FastClosures", "FastPower", "FunctionWrappers", "FunctionWrappersWrappers", "LinearAlgebra", "Logging", "Markdown", "MuladdMacro", "Parameters", "PrecompileTools", "Printf", "RecursiveArrayTools", "Reexport", "SciMLBase", "SciMLOperators", "SciMLStructures", "Setfield", "Static", "StaticArraysCore", "Statistics", "SymbolicIndexingInterface", "TruncatedStacktraces"]
299-
git-tree-sha1 = "52af5ee5af4eb6ca03b3782bf65c1e5fc3024c86"
299+
git-tree-sha1 = "f069ea960f7a92ef5287a1b9831317dfdc19e1cc"
300300
uuid = "2b5f629d-d688-5b77-993f-72d75c75574e"
301-
version = "6.178.0"
301+
version = "6.179.0"
302302

303303
[deps.DiffEqBase.extensions]
304304
DiffEqBaseCUDAExt = "CUDA"
@@ -608,9 +608,9 @@ version = "1.3.7"
608608

609609
[[deps.ForwardDiff]]
610610
deps = ["CommonSubexpressions", "DiffResults", "DiffRules", "LinearAlgebra", "LogExpFunctions", "NaNMath", "Preferences", "Printf", "Random", "SpecialFunctions"]
611-
git-tree-sha1 = "a2df1b776752e3f344e5116c06d75a10436ab853"
611+
git-tree-sha1 = "910febccb28d493032495b7009dce7d7f7aee554"
612612
uuid = "f6369f11-7733-5829-9624-2563aa707210"
613-
version = "0.10.38"
613+
version = "1.0.1"
614614
weakdeps = ["StaticArrays"]
615615

616616
[deps.ForwardDiff.extensions]
@@ -1020,9 +1020,9 @@ version = "1.11.0"
10201020

10211021
[[deps.ModelingToolkit]]
10221022
deps = ["ADTypes", "AbstractTrees", "ArrayInterface", "BlockArrays", "ChainRulesCore", "Combinatorics", "CommonSolve", "Compat", "ConstructionBase", "DataStructures", "DiffEqBase", "DiffEqCallbacks", "DiffEqNoiseProcess", "DiffRules", "DifferentiationInterface", "Distributed", "Distributions", "DocStringExtensions", "DomainSets", "DynamicQuantities", "EnumX", "ExprTools", "FindFirstFunctions", "ForwardDiff", "FunctionWrappers", "FunctionWrappersWrappers", "Graphs", "ImplicitDiscreteSolve", "InteractiveUtils", "JuliaFormatter", "JumpProcesses", "Latexify", "Libdl", "LinearAlgebra", "MLStyle", "Moshi", "NaNMath", "NonlinearSolve", "OffsetArrays", "OrderedCollections", "OrdinaryDiffEqCore", "PrecompileTools", "RecursiveArrayTools", "Reexport", "RuntimeGeneratedFunctions", "SCCNonlinearSolve", "SciMLBase", "SciMLPublic", "SciMLStructures", "Serialization", "Setfield", "SimpleNonlinearSolve", "SparseArrays", "SpecialFunctions", "StaticArrays", "SymbolicIndexingInterface", "SymbolicUtils", "Symbolics", "URIs", "UnPack", "Unitful"]
1023-
git-tree-sha1 = "5ce144bf0123106d559522a8ecdbb9bb39e73bfb"
1023+
git-tree-sha1 = "20d3a59dd3c470acadc91ff5669f4398e317b1b0"
10241024
uuid = "961ee093-0014-501f-94e3-6117800e7a78"
1025-
version = "10.13.0"
1025+
version = "10.14.0"
10261026

10271027
[deps.ModelingToolkit.extensions]
10281028
MTKBifurcationKitExt = "BifurcationKit"
@@ -1492,9 +1492,9 @@ version = "0.1.8"
14921492

14931493
[[deps.SciMLOperators]]
14941494
deps = ["Accessors", "ArrayInterface", "DocStringExtensions", "LinearAlgebra", "MacroTools"]
1495-
git-tree-sha1 = "3249fe77f322fe539e935ecb388c8290cd38a3fc"
1495+
git-tree-sha1 = "7d3a1519dc4d433a6b20035eaff20bde8be77c66"
14961496
uuid = "c0aeaf25-5076-4817-a8d5-81caf7dfa961"
1497-
version = "1.3.1"
1497+
version = "1.4.0"
14981498
weakdeps = ["SparseArrays", "StaticArraysCore"]
14991499

15001500
[deps.SciMLOperators.extensions]

dev/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
[9a962f9c] DataAPI v1.16.0
7979
[864edb3b] DataStructures v0.18.22
8080
[e2d170a0] DataValueInterfaces v1.0.0
81-
[2b5f629d] DiffEqBase v6.178.0
81+
[2b5f629d] DiffEqBase v6.179.0
8282
[459566f4] DiffEqCallbacks v4.8.0
8383
[77a26b50] DiffEqNoiseProcess v5.24.1
8484
[163ba53b] DiffResults v1.1.0
@@ -102,7 +102,7 @@
102102
[64ca27bc] FindFirstFunctions v1.4.1
103103
[6a86dc24] FiniteDiff v2.27.0
104104
[1fa38f19] Format v1.3.7
105-
[f6369f11] ForwardDiff v0.10.38
105+
[f6369f11] ForwardDiff v1.0.1
106106
[069b7b12] FunctionWrappers v1.1.3
107107
[77dc65aa] FunctionWrappersWrappers v0.1.3
108108
[d9f16b24] Functors v0.5.2
@@ -142,7 +142,7 @@
142142
[d0879d2d] MarkdownAST v0.1.2
143143
[bb5d69b7] MaybeInplace v0.1.4
144144
[e1d29d7a] Missings v1.2.0
145-
[961ee093] ModelingToolkit v10.13.0
145+
[961ee093] ModelingToolkit v10.14.0
146146
[2e0e35c7] Moshi v0.3.7
147147
[46d2c3a1] MuladdMacro v0.2.4
148148
[102ac46a] MultivariatePolynomials v0.5.9
@@ -186,7 +186,7 @@
186186
[94e857df] SIMDTypes v0.1.0
187187
[0bca4576] SciMLBase v2.104.0
188188
[19f34311] SciMLJacobianOperators v0.1.8
189-
[c0aeaf25] SciMLOperators v1.3.1
189+
[c0aeaf25] SciMLOperators v1.4.0
190190
[431bcebd] SciMLPublic v1.0.0
191191
[53ae85a6] SciMLStructures v1.7.0
192192
[efcf1570] Setfield v1.1.2
@@ -283,4 +283,4 @@
283283
[8e850b90] libblastrampoline_jll v5.11.0+0
284284
[8e850ede] nghttp2_jll v1.59.0+0
285285
[3f19e933] p7zip_jll v17.4.0+2
286-
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><p>You can also download the <a href="https://github.com/SciML/ParameterizedFunctions.jl/tree/gh-pages/v5.18.0/assets/Manifest.toml">manifest</a> file and the <a href="https://github.com/SciML/ParameterizedFunctions.jl/tree/gh-pages/v5.18.0/assets/Project.toml">project</a> file.</p></article><nav class="docs-footer"><a class="docs-footer-nextpage" href="ode_def/">The ode_def macro »</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="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="catppuccin-latte">catppuccin-latte</option><option value="catppuccin-frappe">catppuccin-frappe</option><option value="catppuccin-macchiato">catppuccin-macchiato</option><option value="catppuccin-mocha">catppuccin-mocha</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.14.1 on <span class="colophon-date" title="Thursday 24 July 2025 17:10">Thursday 24 July 2025</span>. Using Julia version 1.11.6.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
286+
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><p>You can also download the <a href="https://github.com/SciML/ParameterizedFunctions.jl/tree/gh-pages/v5.18.0/assets/Manifest.toml">manifest</a> file and the <a href="https://github.com/SciML/ParameterizedFunctions.jl/tree/gh-pages/v5.18.0/assets/Project.toml">project</a> file.</p></article><nav class="docs-footer"><a class="docs-footer-nextpage" href="ode_def/">The ode_def macro »</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="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="catppuccin-latte">catppuccin-latte</option><option value="catppuccin-frappe">catppuccin-frappe</option><option value="catppuccin-macchiato">catppuccin-macchiato</option><option value="catppuccin-mocha">catppuccin-mocha</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.14.1 on <span class="colophon-date" title="Sunday 27 July 2025 04:02">Sunday 27 July 2025</span>. Using Julia version 1.11.6.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>

0 commit comments

Comments
 (0)