Skip to content

Commit bd4c1e4

Browse files
author
Documenter.jl
committed
build based on 0c18182
1 parent dd72a01 commit bd4c1e4

10 files changed

Lines changed: 36 additions & 36 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-20T11:47:57","julia_version":"1.12.6"}}
1+
{"documenter":{"documenter_version":"1.17.0","generation_timestamp":"2026-04-28T14:41:16","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: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,9 @@ version = "1.7.0"
158158

159159
[[deps.Expat_jll]]
160160
deps = ["Artifacts", "JLLWrappers", "Libdl"]
161-
git-tree-sha1 = "27af30de8b5445644e8ffe3bcb0d72049c089cf1"
161+
git-tree-sha1 = "8f05e9a2e7c2e3eb524102bb2926c5743c07fbe1"
162162
uuid = "2e619515-83b5-522b-bb60-26c02a35a201"
163-
version = "2.7.3+0"
163+
version = "2.8.0+0"
164164

165165
[[deps.ExprTools]]
166166
git-tree-sha1 = "27415f162e6028e81c72b82ef756bf321213b6ec"
@@ -191,9 +191,9 @@ version = "3.7.0+0"
191191

192192
[[deps.Git_jll]]
193193
deps = ["Artifacts", "Expat_jll", "JLLWrappers", "LibCURL_jll", "Libdl", "Libiconv_jll", "OpenSSL_jll", "PCRE2_jll", "Zlib_jll"]
194-
git-tree-sha1 = "dc34a3e3d96b4ed305b641e626dc14c12b7824b8"
194+
git-tree-sha1 = "0dd4cfb426924210c8f42742751cbde74b27bfa3"
195195
uuid = "f8c6e375-362e-5223-8a59-34ff63f689eb"
196-
version = "2.53.0+0"
196+
version = "2.54.0+0"
197197

198198
[[deps.IOCapture]]
199199
deps = ["Logging", "Random"]
@@ -224,9 +224,9 @@ version = "1.7.1"
224224

225225
[[deps.JSON]]
226226
deps = ["Dates", "Logging", "Parsers", "PrecompileTools", "StructUtils", "UUIDs", "Unicode"]
227-
git-tree-sha1 = "67c6f1f085cb2671c93fe34244c9cccde30f7a26"
227+
git-tree-sha1 = "3e846e18560a65dcef26febd2ede0160c6831c1c"
228228
uuid = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
229-
version = "1.5.0"
229+
version = "1.5.1"
230230

231231
[deps.JSON.extensions]
232232
JSONArrowExt = ["ArrowTypes"]
@@ -335,9 +335,9 @@ version = "10.44.0+1"
335335

336336
[[deps.Parsers]]
337337
deps = ["Dates", "PrecompileTools", "UUIDs"]
338-
git-tree-sha1 = "7d2f8f21da5db6a806faf7b9b292296da42b2810"
338+
git-tree-sha1 = "5d5e0a78e971354b1c7bff0655d11fdc1b0e12c8"
339339
uuid = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0"
340-
version = "2.8.3"
340+
version = "2.8.4"
341341

342342
[[deps.Pkg]]
343343
deps = ["Artifacts", "Dates", "Downloads", "FileWatching", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "Random", "SHA", "TOML", "Tar", "UUIDs", "p7zip_jll"]
@@ -383,7 +383,7 @@ version = "1.3.4"
383383

384384
[[deps.RecursiveArrayTools]]
385385
deps = ["Adapt", "ArrayInterface", "DocStringExtensions", "GPUArraysCore", "LinearAlgebra", "PrecompileTools", "RecipesBase", "StaticArraysCore", "SymbolicIndexingInterface"]
386-
path = "/data/chrisrackauckas/github-runners/arctic4-9/_work/RecursiveArrayTools.jl/RecursiveArrayTools.jl"
386+
path = "/home/chrisrackauckas/github-runners/demeter4-9/_work/RecursiveArrayTools.jl/RecursiveArrayTools.jl"
387387
uuid = "731186ca-8d62-57ce-b412-fbd966d074cd"
388388
version = "4.2.0"
389389

@@ -458,9 +458,9 @@ version = "1.4.4"
458458

459459
[[deps.StructUtils]]
460460
deps = ["Dates", "UUIDs"]
461-
git-tree-sha1 = "aab80fbf866600f3299dd7f6656d80e7be177cfe"
461+
git-tree-sha1 = "86f5831495301b2a1387476cb30f86af7ab99194"
462462
uuid = "ec057cc2-7a8d-4b58-b3b3-92acb9f63b42"
463-
version = "2.7.2"
463+
version = "2.8.0"
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 20 April 2026 11:47">Monday 20 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="Tuesday 28 April 2026 14:41">Tuesday 28 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)