Skip to content

Commit

Permalink
build based on a3de043
Browse files Browse the repository at this point in the history
  • Loading branch information
Documenter.jl committed Oct 17, 2024
1 parent 0d863d9 commit 7d99a21
Show file tree
Hide file tree
Showing 32 changed files with 904 additions and 860 deletions.
2 changes: 1 addition & 1 deletion dev/.documenter-siteinfo.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"documenter":{"julia_version":"1.11.0","generation_timestamp":"2024-10-16T11:43:20","documenter_version":"1.7.0"}}
{"documenter":{"julia_version":"1.11.1","generation_timestamp":"2024-10-17T20:27:31","documenter_version":"1.7.0"}}
18 changes: 9 additions & 9 deletions dev/API/blocks/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/API/electrical/index.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dev/API/hydraulic/index.html

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 8 additions & 8 deletions dev/API/linear_analysis/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/API/magnetic/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/API/mechanical/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/API/thermal/index.html

Large diffs are not rendered by default.

195 changes: 118 additions & 77 deletions dev/assets/Manifest.toml

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 7 additions & 7 deletions dev/connectors/connections/index.html

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions dev/connectors/sign_convention/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
end
@mtkbuild sys = System()
full_equations(sys)</code></pre><p class="math-container">\[ \begin{align}
\frac{\mathrm{d} mass_{+}s\left( t \right)}{\mathrm{d}t} &amp;= mass_{+}v\left( t \right) \\
\frac{\mathrm{d} mass_{+}v\left( t \right)}{\mathrm{d}t} &amp;= mass_{+}g + \frac{force_{+}f}{mass_{+}m}
\frac{\mathrm{d} mass.s\left( t \right)}{\mathrm{d}t} &amp;= mass.v\left( t \right) \\
\frac{\mathrm{d} mass.v\left( t \right)}{\mathrm{d}t} &amp;= mass.g + \frac{force.f}{mass.m}
\end{align}
\]</p><h2 id="Electrical"><a class="docs-heading-anchor" href="#Electrical">Electrical</a><a id="Electrical-1"></a><a class="docs-heading-anchor-permalink" href="#Electrical" title="Permalink"></a></h2><p>The flow variable (i.e. current) input component for the <code>Electrical</code> domain is</p><pre><code class="language-julia hljs">using ModelingToolkitStandardLibrary.Electrical

Expand Down Expand Up @@ -69,7 +69,7 @@
end
@mtkbuild sys = System()
full_equations(sys)</code></pre><p class="math-container">\[ \begin{align}
\frac{\mathrm{d} capacitor_{+}v\left( t \right)}{\mathrm{d}t} &amp;= \frac{current_{+}i}{capacitor_{+}C}
\frac{\mathrm{d} capacitor.v\left( t \right)}{\mathrm{d}t} &amp;= \frac{current.i}{capacitor.C}
\end{align}
\]</p><p>Reversing the pins gives the same result</p><pre><code class="language-julia hljs">@mtkmodel System begin
@components begin
Expand All @@ -84,7 +84,7 @@
end
@mtkbuild sys = System()
full_equations(sys)</code></pre><p class="math-container">\[ \begin{align}
\frac{\mathrm{d} capacitor_{+}v\left( t \right)}{\mathrm{d}t} &amp;= \frac{current_{+}i}{capacitor_{+}C}
\frac{\mathrm{d} capacitor.v\left( t \right)}{\mathrm{d}t} &amp;= \frac{current.i}{capacitor.C}
\end{align}
\]</p><h2 id="Hydraulic"><a class="docs-heading-anchor" href="#Hydraulic">Hydraulic</a><a id="Hydraulic-1"></a><a class="docs-heading-anchor-permalink" href="#Hydraulic" title="Permalink"></a></h2><p>The flow variable (i.e. mass flow) input component for the <code>Hydraulic</code> domain is</p><pre><code class="language-julia hljs">using ModelingToolkitStandardLibrary.Hydraulic.IsothermalCompressible

Expand All @@ -111,6 +111,6 @@
end
@mtkbuild sys = System()
full_equations(sys) |&gt; first</code></pre><p class="math-container">\[ \begin{equation}
\frac{\mathrm{d} volume_{+}rho\left( t \right)}{\mathrm{d}t} = \frac{flow_{+}dm}{volume_{+}vol}
\frac{\mathrm{d} volume.rho\left( t \right)}{\mathrm{d}t} = \frac{flow.dm}{volume.vol}
\end{equation}
\]</p></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../connections/">« Theory</a><a class="docs-footer-nextpage" href="../../API/blocks/">Basic Blocks »</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.7.0 on <span class="colophon-date" title="Wednesday 16 October 2024 11:43">Wednesday 16 October 2024</span>. Using Julia version 1.11.0.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
\]</p></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../connections/">« Theory</a><a class="docs-footer-nextpage" href="../../API/blocks/">Basic Blocks »</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.7.0 on <span class="colophon-date" title="Thursday 17 October 2024 20:27">Thursday 17 October 2024</span>. Using Julia version 1.11.1.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
69 changes: 36 additions & 33 deletions dev/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
[0c46a032] DifferentialEquations v7.14.0
[e30172f5] Documenter v1.7.0
[615f187c] IfElse v0.1.1
[961ee093] ModelingToolkit v9.41.0
[961ee093] ModelingToolkit v9.46.1
[16a59e39] ModelingToolkitStandardLibrary v2.15.1 `~/work/ModelingToolkitStandardLibrary.jl/ModelingToolkitStandardLibrary.jl`
[1dea7af3] OrdinaryDiffEq v6.89.0
[91a5bcdd] Plots v1.40.8</code></pre></details><details><summary>and using this machine and Julia version.</summary><pre class="documenter-example-output"><code class="nohighlight hljs ansi">Julia Version 1.11.0
Commit 501a4f25c2b (2024-10-07 11:40 UTC)
[91a5bcdd] Plots v1.40.8</code></pre></details><details><summary>and using this machine and Julia version.</summary><pre class="documenter-example-output"><code class="nohighlight hljs ansi">Julia Version 1.11.1
Commit 8f5b7ca12ad (2024-10-16 10:53 UTC)
Build Info:
Official https://julialang.org/ release
Platform Info:
Expand All @@ -33,7 +33,7 @@
[d1d4a3ce] BitFlags v0.1.9
[62783981] BitTwiddlingConvenienceFunctions v0.1.6
[8e7c35d0] BlockArrays v1.1.1
[764a87c0] BoundaryValueDiffEq v5.10.0
[764a87c0] BoundaryValueDiffEq v5.11.0
[fa961155] CEnum v0.5.0
[2a0fbf3d] CPUSummary v0.2.6
[00ebfdb7] CSTParser v3.4.3
Expand All @@ -45,7 +45,7 @@
[c3611d14] ColorVectorSpace v0.10.0
[5ae59095] Colors v0.12.11
[861a8166] Combinatorics v1.0.2
[a80b9123] CommonMark v0.8.14
[a80b9123] CommonMark v0.8.15
[38540f10] CommonSolve v0.2.4
[bbf7d656] CommonSubexpressions v0.3.1
[f70d9fcc] CommonWorldInvalidations v1.0.0
Expand All @@ -65,14 +65,14 @@
[e2d170a0] DataValueInterfaces v1.0.0
[bcd4f6db] DelayDiffEq v5.48.1
[8bb1440f] DelimitedFiles v1.9.1
[2b5f629d] DiffEqBase v6.156.1
[2b5f629d] DiffEqBase v6.158.1
⌅ [459566f4] DiffEqCallbacks v3.9.1
[77a26b50] DiffEqNoiseProcess v5.23.0
[163ba53b] DiffResults v1.1.0
[b552c78f] DiffRules v1.15.1
[0c46a032] DifferentialEquations v7.14.0
[a0c0ee7d] DifferentiationInterface v0.6.5
[8d63f2c5] DispatchDoctor v0.4.15
[a0c0ee7d] DifferentiationInterface v0.6.14
[8d63f2c5] DispatchDoctor v0.4.16
[b4f34e82] Distances v0.10.11
[31c24e10] Distributions v0.25.112
[ffbed154] DocStringExtensions v0.9.3
Expand All @@ -88,21 +88,21 @@
⌅ [6b7a57c9] Expronicon v0.8.5
[c87230d0] FFMPEG v0.4.2
[7a1cc6ca] FFTW v1.8.0
[9d29842c] FastAlmostBandedMatrices v0.1.3
[9d29842c] FastAlmostBandedMatrices v0.1.4
[7034ab61] FastBroadcast v0.3.5
[9aa1b823] FastClosures v0.3.2
[29a986be] FastLapackInterface v2.0.4
[1a297f60] FillArrays v1.13.0
[64ca27bc] FindFirstFunctions v1.4.1
[6a86dc24] FiniteDiff v2.24.0
[6a86dc24] FiniteDiff v2.26.0
[53c48c17] FixedPointNumbers v0.8.5
[1fa38f19] Format v1.3.7
[f6369f11] ForwardDiff v0.10.36
[069b7b12] FunctionWrappers v1.1.3
[77dc65aa] FunctionWrappersWrappers v0.1.3
[d9f16b24] Functors v0.4.12
[46192b85] GPUArraysCore v0.1.6
[28b8d3ca] GR v0.73.7
[28b8d3ca] GR v0.73.8
[c145ed77] GenericSchur v0.5.4
[d7ba0133] Git v1.3.1
[c27321d9] Glob v1.3.1
Expand All @@ -121,19 +121,19 @@
[c8e1da08] IterTools v1.10.0
[82899510] IteratorInterfaceExtensions v1.0.0
[1019f520] JLFzf v0.1.8
[692b3bcd] JLLWrappers v1.6.0
[692b3bcd] JLLWrappers v1.6.1
[682c06a0] JSON v0.21.4
[98e50ef6] JuliaFormatter v1.0.60
[98e50ef6] JuliaFormatter v1.0.62
[ccbc3e58] JumpProcesses v9.13.7
[ef3ab10e] KLU v0.6.0
[ba0b0d4f] Krylov v0.9.6
[b964fa9f] LaTeXStrings v1.3.1
⌅ [984bce1d] LambertW v0.4.6
[b964fa9f] LaTeXStrings v1.4.0
[23fbe1c1] Latexify v0.16.5
[10f19ff3] LayoutPointers v0.1.17
[0e77f7df] LazilyInitializedFields v1.2.2
[5078a376] LazyArrays v2.2.1
[2d8b4e74] LevyArea v1.0.0
[87fe0de2] LineSearch v0.1.3
[d3d80556] LineSearches v7.3.0
[7a12625a] LinearMaps v3.11.3
[7ed4a6bd] LinearSolve v2.35.0
Expand All @@ -151,23 +151,23 @@
[739be429] MbedTLS v1.1.9
[442fdcdd] Measures v0.3.2
[e1d29d7a] Missings v1.2.0
[961ee093] ModelingToolkit v9.41.0
[961ee093] ModelingToolkit v9.46.1
[16a59e39] ModelingToolkitStandardLibrary v2.15.1 `~/work/ModelingToolkitStandardLibrary.jl/ModelingToolkitStandardLibrary.jl`
[46d2c3a1] MuladdMacro v0.2.4
[102ac46a] MultivariatePolynomials v0.5.6
[d8a4904e] MutableArithmetics v1.5.0
[102ac46a] MultivariatePolynomials v0.5.7
[d8a4904e] MutableArithmetics v1.5.2
[d41bc354] NLSolversBase v7.8.3
[2774e3e8] NLsolve v4.5.1
[77ba4419] NaNMath v1.0.2
[8913a72c] NonlinearSolve v3.14.0
[8913a72c] NonlinearSolve v3.15.1
[6fe1bfb0] OffsetArrays v1.14.1
[4d8831e6] OpenSSL v1.4.3
[429524aa] Optim v1.9.4
[bac558e1] OrderedCollections v1.6.3
[1dea7af3] OrdinaryDiffEq v6.89.0
[89bda076] OrdinaryDiffEqAdamsBashforthMoulton v1.1.0
[6ad6398a] OrdinaryDiffEqBDF v1.1.2
[bbf590c4] OrdinaryDiffEqCore v1.6.0
[bbf590c4] OrdinaryDiffEqCore v1.7.1
[50262376] OrdinaryDiffEqDefault v1.1.0
[4302a76b] OrdinaryDiffEqDifferentiation v1.1.0
[9286f039] OrdinaryDiffEqExplicitRK v1.1.0
Expand Down Expand Up @@ -229,7 +229,8 @@
[7e49a35a] RuntimeGeneratedFunctions v0.5.13
[94e857df] SIMDTypes v0.1.0
[476501e8] SLEEFPirates v0.6.43
[0bca4576] SciMLBase v2.55.0
[0bca4576] SciMLBase v2.56.1
[19f34311] SciMLJacobianOperators v0.1.0
[c0aeaf25] SciMLOperators v0.3.10
[53ae85a6] SciMLStructures v1.5.0
[6c6a2e73] Scratch v1.2.1
Expand All @@ -240,7 +241,9 @@
[699a6c99] SimpleTraits v0.9.4
[ce78b400] SimpleUnPack v1.1.0
[a2af1166] SortingAlgorithms v1.2.1
[47a9eef4] SparseDiffTools v2.22.0
[9f842d2f] SparseConnectivityTracer v0.6.7
[47a9eef4] SparseDiffTools v2.23.0
[0a514795] SparseMatrixColorings v0.4.7
[e56a9233] Sparspak v0.3.9
[276daf66] SpecialFunctions v2.4.0
[aedffcd0] Static v1.1.1
Expand All @@ -254,20 +257,20 @@
[9672c7b4] SteadyStateDiffEq v2.4.1
[789caeaf] StochasticDiffEq v6.69.1
[7792a7ef] StrideArraysCore v0.5.7
[c3572dad] Sundials v4.25.0
[2efcf032] SymbolicIndexingInterface v0.3.31
[c3572dad] Sundials v4.26.0
[2efcf032] SymbolicIndexingInterface v0.3.33
[19f23fe9] SymbolicLimits v0.2.2
[d1185830] SymbolicUtils v3.7.1
[0c5d862f] Symbolics v6.13.1
[d1185830] SymbolicUtils v3.7.2
[0c5d862f] Symbolics v6.14.0
[3783bdb8] TableTraits v1.0.1
[bd369af6] Tables v1.12.0
[62fd8b95] TensorCore v0.1.1
[8ea1fca8] TermInterface v2.0.0
[1c621080] TestItems v1.0.0
[8290d209] ThreadingUtilities v0.5.2
[a759f4b9] TimerOutputs v0.5.24
[a759f4b9] TimerOutputs v0.5.25
[0796e94c] Tokenize v0.5.29
[3bb67fe8] TranscodingStreams v0.11.2
[3bb67fe8] TranscodingStreams v0.11.3
[d5829a12] TriangularSolve v0.2.1
[410a4b4d] Tricks v0.1.9
[781d530d] TruncatedStacktraces v1.4.0
Expand All @@ -281,7 +284,7 @@
[3d5dd08c] VectorizationBase v0.21.70
[19fa3120] VertexSafeGraphs v0.2.0
[6e34b625] Bzip2_jll v1.0.8+1
[83423d85] Cairo_jll v1.18.0+2
[83423d85] Cairo_jll v1.18.2+1
[ee1fde0b] Dbus_jll v1.14.10+0
[2702e6a9] EpollShim_jll v0.0.20230411+0
[2e619515] Expat_jll v2.6.2+0
Expand All @@ -291,7 +294,7 @@
[d7e528f0] FreeType2_jll v2.13.2+0
[559328eb] FriBidi_jll v1.0.14+0
[0656b61e] GLFW_jll v3.4.0+1
[d2c73de3] GR_jll v0.73.7+0
[d2c73de3] GR_jll v0.73.8+0
[78b55507] Gettext_jll v0.21.0+0
[f8c6e375] Git_jll v2.46.2+0
[7746bdde] Glib_jll v2.80.5+0
Expand All @@ -300,7 +303,7 @@
[1d5cc7b8] IntelOpenMP_jll v2024.2.1+0
[aacddb02] JpegTurbo_jll v3.0.4+0
[c1c5ebd0] LAME_jll v3.100.2+0
[88015f11] LERC_jll v3.0.0+1
[88015f11] LERC_jll v4.0.0+0
[1d63c593] LLVMOpenMP_jll v18.1.7+0
[dd4b983a] LZO_jll v2.10.2+1
⌅ [e9f186c6] Libffi_jll v3.2.2+1
Expand All @@ -309,7 +312,7 @@
[7add5ba3] Libgpg_error_jll v1.49.0+0
[94ce4f54] Libiconv_jll v1.17.0+0
[4b2f31a3] Libmount_jll v2.40.1+0
[89763e89] Libtiff_jll v4.5.1+1
[89763e89] Libtiff_jll v4.7.0+0
[38a345b3] Libuuid_jll v2.40.1+0
[856f044c] MKL_jll v2024.2.0+0
[e7412a2a] Ogg_jll v1.3.5+1
Expand Down Expand Up @@ -419,4 +422,4 @@
[8e850b90] libblastrampoline_jll v5.11.0+0
[8e850ede] nghttp2_jll v1.59.0+0
[3f19e933] p7zip_jll v17.4.0+2
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/ModelingToolkitStandardLibrary.jl/tree/gh-pages/v2.15.1/assets/Manifest.toml">manifest</a> file and the <a href="https://github.com/SciML/ModelingToolkitStandardLibrary.jl/tree/gh-pages/v2.15.1/assets/Project.toml">project</a> file.</p></article><nav class="docs-footer"><a class="docs-footer-nextpage" href="tutorials/rc_circuit/">RC Circuit »</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.7.0 on <span class="colophon-date" title="Wednesday 16 October 2024 11:43">Wednesday 16 October 2024</span>. Using Julia version 1.11.0.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
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/ModelingToolkitStandardLibrary.jl/tree/gh-pages/v2.15.1/assets/Manifest.toml">manifest</a> file and the <a href="https://github.com/SciML/ModelingToolkitStandardLibrary.jl/tree/gh-pages/v2.15.1/assets/Project.toml">project</a> file.</p></article><nav class="docs-footer"><a class="docs-footer-nextpage" href="tutorials/rc_circuit/">RC Circuit »</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.7.0 on <span class="colophon-date" title="Thursday 17 October 2024 20:27">Thursday 17 October 2024</span>. Using Julia version 1.11.1.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
Loading

0 comments on commit 7d99a21

Please sign in to comment.