Skip to content

Commit 344dc70

Browse files
author
Documenter.jl
committed
build based on 6a720b5
1 parent 87f094d commit 344dc70

11 files changed

Lines changed: 24 additions & 24 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-13T12:57:23","julia_version":"1.12.6"}}
1+
{"documenter":{"documenter_version":"1.17.0","generation_timestamp":"2026-04-17T15:18:37","julia_version":"1.12.6"}}

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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ version = "1.1.2"
5858

5959
[[deps.ArrayInterface]]
6060
deps = ["Adapt", "LinearAlgebra"]
61-
git-tree-sha1 = "78b3a7a536b4b0a747a0f296ea77091ca0a9f9a3"
61+
git-tree-sha1 = "54f895554d05c83e3dd59f6a396671dae8999573"
6262
uuid = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
63-
version = "7.23.0"
63+
version = "7.24.0"
6464

6565
[deps.ArrayInterface.extensions]
6666
ArrayInterfaceAMDGPUExt = "AMDGPU"
@@ -385,7 +385,7 @@ version = "1.3.4"
385385
deps = ["Adapt", "ArrayInterface", "DocStringExtensions", "GPUArraysCore", "LinearAlgebra", "PrecompileTools", "RecipesBase", "StaticArraysCore", "SymbolicIndexingInterface"]
386386
path = "/home/runner/work/RecursiveArrayTools.jl/RecursiveArrayTools.jl"
387387
uuid = "731186ca-8d62-57ce-b412-fbd966d074cd"
388-
version = "4.1.0"
388+
version = "4.2.0"
389389

390390
[deps.RecursiveArrayTools.extensions]
391391
RecursiveArrayToolsCUDAExt = "CUDA"
@@ -458,9 +458,9 @@ version = "1.4.4"
458458

459459
[[deps.StructUtils]]
460460
deps = ["Dates", "UUIDs"]
461-
git-tree-sha1 = "fa95b3b097bcef5845c142ea2e085f1b2591e92c"
461+
git-tree-sha1 = "aab80fbf866600f3299dd7f6656d80e7be177cfe"
462462
uuid = "ec057cc2-7a8d-4b58-b3b3-92acb9f63b42"
463-
version = "2.7.1"
463+
version = "2.7.2"
464464

465465
[deps.StructUtils.extensions]
466466
StructUtilsMeasurementsExt = ["Measurements"]

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="Monday 13 April 2026 12:57">Monday 13 April 2026</span>. Using Julia version 1.12.6.</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="Friday 17 April 2026 15:18">Friday 17 April 2026</span>. Using Julia version 1.12.6.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>

0 commit comments

Comments
 (0)