Skip to content

Commit df94164

Browse files
author
Documenter.jl
committed
build based on 9277c46
1 parent 8310bc9 commit df94164

11 files changed

Lines changed: 34 additions & 34 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-06T08:31:40","julia_version":"1.12.5"}}
1+
{"documenter":{"documenter_version":"1.17.0","generation_timestamp":"2026-04-12T01:25:29","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 & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is machine-generated - editing it directly is not advised
22

3-
julia_version = "1.12.5"
3+
julia_version = "1.12.6"
44
manifest_format = "2.0"
55
project_hash = "879de10aa903630154b3163fcf46cad78b8793d1"
66

@@ -40,9 +40,9 @@ version = "0.1.44"
4040

4141
[[deps.Adapt]]
4242
deps = ["LinearAlgebra", "Requires"]
43-
git-tree-sha1 = "35ea197a51ce46fcd01c4a44befce0578a1aaeca"
43+
git-tree-sha1 = "0761717147821d696c9470a7a86364b2fbd22fd8"
4444
uuid = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
45-
version = "4.5.0"
45+
version = "4.5.2"
4646

4747
[deps.Adapt.extensions]
4848
AdaptSparseArraysExt = "SparseArrays"
@@ -319,9 +319,9 @@ version = "0.3.29+0"
319319

320320
[[deps.OpenSSH_jll]]
321321
deps = ["Artifacts", "JLLWrappers", "Libdl", "OpenSSL_jll", "Zlib_jll"]
322-
git-tree-sha1 = "301412a644646fdc0ad67d0a87487466b491e53d"
322+
git-tree-sha1 = "57baa4b81a24c2910afbb6d853aa0685e4312bf7"
323323
uuid = "9bd350c2-7e96-507f-8002-3f2e150b4e1b"
324-
version = "10.2.1+0"
324+
version = "10.3.1+0"
325325

326326
[[deps.OpenSSL_jll]]
327327
deps = ["Artifacts", "Libdl"]
@@ -383,9 +383,9 @@ version = "1.3.4"
383383

384384
[[deps.RecursiveArrayTools]]
385385
deps = ["Adapt", "ArrayInterface", "DocStringExtensions", "GPUArraysCore", "LinearAlgebra", "PrecompileTools", "RecipesBase", "StaticArraysCore", "SymbolicIndexingInterface"]
386-
path = "/srv/crackauc/github-runners/amdci8-4/_work/RecursiveArrayTools.jl/RecursiveArrayTools.jl"
386+
path = "/home/runner/work/RecursiveArrayTools.jl/RecursiveArrayTools.jl"
387387
uuid = "731186ca-8d62-57ce-b412-fbd966d074cd"
388-
version = "4.0.1"
388+
version = "4.1.0"
389389

390390
[deps.RecursiveArrayTools.extensions]
391391
RecursiveArrayToolsCUDAExt = "CUDA"
@@ -395,6 +395,7 @@ version = "4.0.1"
395395
RecursiveArrayToolsKernelAbstractionsExt = "KernelAbstractions"
396396
RecursiveArrayToolsMeasurementsExt = "Measurements"
397397
RecursiveArrayToolsMonteCarloMeasurementsExt = "MonteCarloMeasurements"
398+
RecursiveArrayToolsMooncakeExt = "Mooncake"
398399
RecursiveArrayToolsReverseDiffExt = ["ReverseDiff", "Zygote"]
399400
RecursiveArrayToolsSparseArraysExt = ["SparseArrays"]
400401
RecursiveArrayToolsStatisticsExt = "Statistics"
@@ -410,6 +411,7 @@ version = "4.0.1"
410411
KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
411412
Measurements = "eff96d63-e80a-5855-80a2-b1b0885c5ab7"
412413
MonteCarloMeasurements = "0987c9cc-fe09-11e8-30f0-b96dd679fdca"
414+
Mooncake = "da2b9cff-9c12-43a0-ae48-6db2b0edb7d6"
413415
Polyester = "f517fe37-dbe3-4b94-8317-1923a5111588"
414416
ReverseDiff = "37e2e3b7-166d-5795-8a7a-e32c996b4267"
415417
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
@@ -433,9 +435,9 @@ version = "1.3.1"
433435

434436
[[deps.RuntimeGeneratedFunctions]]
435437
deps = ["ExprTools", "SHA", "Serialization"]
436-
git-tree-sha1 = "7257165d5477fd1025f7cb656019dcb6b0512c38"
438+
git-tree-sha1 = "cfcdc949c4660544ab0fdeed169561cb22f835f4"
437439
uuid = "7e49a35a-f44a-4d26-94aa-eba1b4ca6b47"
438-
version = "0.5.17"
440+
version = "0.5.18"
439441

440442
[[deps.SHA]]
441443
uuid = "ea8e919c-243c-51af-8825-aaa63cd721ce"

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 6 April 2026 08:31">Monday 6 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 12 April 2026 01:25">Sunday 12 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)