Skip to content

Commit c8e5cf0

Browse files
author
Documenter.jl
committed
build based on 110f2aa
1 parent 79ba2dd commit c8e5cf0

10 files changed

Lines changed: 15 additions & 13 deletions

File tree

dev/.documenter-siteinfo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"documenter":{"documenter_version":"1.17.0","generation_timestamp":"2026-04-04T00:24:10","julia_version":"1.12.5"}}
1+
{"documenter":{"documenter_version":"1.17.0","generation_timestamp":"2026-04-05T12:15:56","julia_version":"1.12.5"}}

dev/AbstractVectorOfArrayInterface/index.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

dev/array_types/index.html

Lines changed: 4 additions & 4 deletions
Large diffs are not rendered by default.

dev/assets/Manifest.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,7 @@ version = "4.0.1"
390390
[deps.RecursiveArrayTools.extensions]
391391
RecursiveArrayToolsCUDAExt = "CUDA"
392392
RecursiveArrayToolsFastBroadcastExt = "FastBroadcast"
393+
RecursiveArrayToolsFastBroadcastPolyesterExt = ["FastBroadcast", "Polyester"]
393394
RecursiveArrayToolsForwardDiffExt = "ForwardDiff"
394395
RecursiveArrayToolsKernelAbstractionsExt = "KernelAbstractions"
395396
RecursiveArrayToolsMeasurementsExt = "Measurements"
@@ -409,6 +410,7 @@ version = "4.0.1"
409410
KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
410411
Measurements = "eff96d63-e80a-5855-80a2-b1b0885c5ab7"
411412
MonteCarloMeasurements = "0987c9cc-fe09-11e8-30f0-b96dd679fdca"
413+
Polyester = "f517fe37-dbe3-4b94-8317-1923a5111588"
412414
ReverseDiff = "37e2e3b7-166d-5795-8a7a-e32c996b4267"
413415
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
414416
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

dev/breaking_changes_v4/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
da(0.5, Val{1}) # first derivative at t=0.5
1717
da([0.1, 0.5, 0.9]) # interpolate at multiple times
1818
da(0.5; idxs = 1) # interpolate single component
19-
da(0.5; idxs = [1, 2]) # interpolate subset of components</code></pre><p>The interpolation object must be callable as <code>interp(t, idxs, deriv, p, continuity)</code>, matching the protocol used by SciMLBase&#39;s <code>LinearInterpolation</code>, <code>HermiteInterpolation</code>, and <code>ConstantInterpolation</code>.</p><p>When <code>dense = true</code> and <code>interp</code> is provided, <code>plot(da)</code> automatically generates dense interpolated output instead of plotting only the saved time points.</p><h2 id="Ragged-Arrays-Sublibrary"><a class="docs-heading-anchor" href="#Ragged-Arrays-Sublibrary">Ragged Arrays Sublibrary</a><a id="Ragged-Arrays-Sublibrary-1"></a><a class="docs-heading-anchor-permalink" href="#Ragged-Arrays-Sublibrary" title="Permalink"></a></h2><p><code>RaggedVectorOfArray</code> and <code>RaggedDiffEqArray</code> are available via:</p><pre><code class="language-julia hljs">using RecursiveArrayToolsRaggedArrays</code></pre><p>These types preserve the true ragged structure without zero-padding, and do <strong>not</strong> subtype <code>AbstractArray</code>. See the <code>RecursiveArrayToolsRaggedArrays</code> subpackage for details.</p><h2 id="Zygote-Compatibility"><a class="docs-heading-anchor" href="#Zygote-Compatibility">Zygote Compatibility</a><a id="Zygote-Compatibility-1"></a><a class="docs-heading-anchor-permalink" href="#Zygote-Compatibility" title="Permalink"></a></h2><p>Some Zygote adjoint rules need updating for the new <code>AbstractArray</code> subtyping. ForwardDiff continues to work correctly. Zygote support will be updated in a follow-up release.</p></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../">« Home</a><a class="docs-footer-nextpage" href="../AbstractVectorOfArrayInterface/">The AbstractVectorOfArray and AbstractDiffEqArray Interfaces »</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.17.0 on <span class="colophon-date" title="Saturday 4 April 2026 00:24">Saturday 4 April 2026</span>. Using Julia version 1.12.5.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
19+
da(0.5; idxs = [1, 2]) # interpolate subset of components</code></pre><p>The interpolation object must be callable as <code>interp(t, idxs, deriv, p, continuity)</code>, matching the protocol used by SciMLBase&#39;s <code>LinearInterpolation</code>, <code>HermiteInterpolation</code>, and <code>ConstantInterpolation</code>.</p><p>When <code>dense = true</code> and <code>interp</code> is provided, <code>plot(da)</code> automatically generates dense interpolated output instead of plotting only the saved time points.</p><h2 id="Ragged-Arrays-Sublibrary"><a class="docs-heading-anchor" href="#Ragged-Arrays-Sublibrary">Ragged Arrays Sublibrary</a><a id="Ragged-Arrays-Sublibrary-1"></a><a class="docs-heading-anchor-permalink" href="#Ragged-Arrays-Sublibrary" title="Permalink"></a></h2><p><code>RaggedVectorOfArray</code> and <code>RaggedDiffEqArray</code> are available via:</p><pre><code class="language-julia hljs">using RecursiveArrayToolsRaggedArrays</code></pre><p>These types preserve the true ragged structure without zero-padding, and do <strong>not</strong> subtype <code>AbstractArray</code>. See the <code>RecursiveArrayToolsRaggedArrays</code> subpackage for details.</p><h2 id="Zygote-Compatibility"><a class="docs-heading-anchor" href="#Zygote-Compatibility">Zygote Compatibility</a><a id="Zygote-Compatibility-1"></a><a class="docs-heading-anchor-permalink" href="#Zygote-Compatibility" title="Permalink"></a></h2><p>Some Zygote adjoint rules need updating for the new <code>AbstractArray</code> subtyping. ForwardDiff continues to work correctly. Zygote support will be updated in a follow-up release.</p></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../">« Home</a><a class="docs-footer-nextpage" href="../AbstractVectorOfArrayInterface/">The AbstractVectorOfArray and AbstractDiffEqArray Interfaces »</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.17.0 on <span class="colophon-date" title="Sunday 5 April 2026 12:15">Sunday 5 April 2026</span>. Using Julia version 1.12.5.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>

dev/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,4 @@
8989
[83775a58] Zlib_jll v1.3.1+2
9090
[8e850b90] libblastrampoline_jll v5.15.0+0
9191
[8e850ede] nghttp2_jll v1.64.0+1
92-
[3f19e933] p7zip_jll v17.7.0+0</code></pre></details><p>You can also download the <a href="https://github.com/SciML/RecursiveArrayTools.jl/tree/gh-pages/v4.0.1/assets/Manifest.toml">manifest</a> file and the <a href="https://github.com/SciML/RecursiveArrayTools.jl/tree/gh-pages/v4.0.1/assets/Project.toml">project</a> file.</p></article><nav class="docs-footer"><a class="docs-footer-nextpage" href="breaking_changes_v4/">Breaking Changes in v4.0: AbstractArray Interface »</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.17.0 on <span class="colophon-date" title="Saturday 4 April 2026 00:24">Saturday 4 April 2026</span>. Using Julia version 1.12.5.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
92+
[3f19e933] p7zip_jll v17.7.0+0</code></pre></details><p>You can also download the <a href="https://github.com/SciML/RecursiveArrayTools.jl/tree/gh-pages/v4.0.1/assets/Manifest.toml">manifest</a> file and the <a href="https://github.com/SciML/RecursiveArrayTools.jl/tree/gh-pages/v4.0.1/assets/Project.toml">project</a> file.</p></article><nav class="docs-footer"><a class="docs-footer-nextpage" href="breaking_changes_v4/">Breaking Changes in v4.0: AbstractArray Interface »</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.17.0 on <span class="colophon-date" title="Sunday 5 April 2026 12:15">Sunday 5 April 2026</span>. Using Julia version 1.12.5.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>

dev/plotting/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
A(0.5; idxs = 1) # interpolate component 1 at t=0.5
2121
A([0.1, 0.5, 0.9]) # interpolate at multiple times (returns DiffEqArray)
2222
A(0.5, Val{1}) # first derivative at t=0.5
23-
A(0.5; continuity = :right) # right-continuity at discontinuities</code></pre><p>The interpolation object must be callable as <code>interp(t, idxs, deriv, p, continuity)</code>, matching the protocol used by SciMLBase&#39;s <code>LinearInterpolation</code>, <code>HermiteInterpolation</code>, and <code>ConstantInterpolation</code>.</p><p>When no interpolation is available (<code>interp === nothing</code>), calling <code>A(t)</code> throws an error.</p><h2 id="ODE-Solution-Plotting"><a class="docs-heading-anchor" href="#ODE-Solution-Plotting">ODE Solution Plotting</a><a id="ODE-Solution-Plotting-1"></a><a class="docs-heading-anchor-permalink" href="#ODE-Solution-Plotting" title="Permalink"></a></h2><p>ODE solutions from DifferentialEquations.jl are subtypes of <code>AbstractDiffEqArray</code> and inherit all of the above functionality, plus additional features:</p><ul><li><strong>Automatic dense plotting</strong>: <code>denseplot</code> defaults to <code>true</code> when the solver provides dense output.</li><li><strong>Analytic solution overlay</strong>: <code>plot(sol; plot_analytic = true)</code> overlays the exact solution if the problem defines one.</li><li><strong>Discrete variables</strong>: Time-varying parameters are plotted as step functions with dashed lines and markers.</li><li><strong>Symbolic indexing</strong>: Full symbolic indexing through ModelingToolkit is supported, including observed (derived) variables.</li></ul><p>These advanced features are defined in SciMLBase and activate automatically when plotting solution objects.</p></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../subpackages/">« Subpackages</a><a class="docs-footer-nextpage" href="../recursive_array_functions/">Recursive Array Functions »</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.17.0 on <span class="colophon-date" title="Saturday 4 April 2026 00:24">Saturday 4 April 2026</span>. Using Julia version 1.12.5.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
23+
A(0.5; continuity = :right) # right-continuity at discontinuities</code></pre><p>The interpolation object must be callable as <code>interp(t, idxs, deriv, p, continuity)</code>, matching the protocol used by SciMLBase&#39;s <code>LinearInterpolation</code>, <code>HermiteInterpolation</code>, and <code>ConstantInterpolation</code>.</p><p>When no interpolation is available (<code>interp === nothing</code>), calling <code>A(t)</code> throws an error.</p><h2 id="ODE-Solution-Plotting"><a class="docs-heading-anchor" href="#ODE-Solution-Plotting">ODE Solution Plotting</a><a id="ODE-Solution-Plotting-1"></a><a class="docs-heading-anchor-permalink" href="#ODE-Solution-Plotting" title="Permalink"></a></h2><p>ODE solutions from DifferentialEquations.jl are subtypes of <code>AbstractDiffEqArray</code> and inherit all of the above functionality, plus additional features:</p><ul><li><strong>Automatic dense plotting</strong>: <code>denseplot</code> defaults to <code>true</code> when the solver provides dense output.</li><li><strong>Analytic solution overlay</strong>: <code>plot(sol; plot_analytic = true)</code> overlays the exact solution if the problem defines one.</li><li><strong>Discrete variables</strong>: Time-varying parameters are plotted as step functions with dashed lines and markers.</li><li><strong>Symbolic indexing</strong>: Full symbolic indexing through ModelingToolkit is supported, including observed (derived) variables.</li></ul><p>These advanced features are defined in SciMLBase and activate automatically when plotting solution objects.</p></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../subpackages/">« Subpackages</a><a class="docs-footer-nextpage" href="../recursive_array_functions/">Recursive Array Functions »</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.17.0 on <span class="colophon-date" title="Sunday 5 April 2026 12:15">Sunday 5 April 2026</span>. Using Julia version 1.12.5.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>

0 commit comments

Comments
 (0)