diff --git a/dev/.documenter-siteinfo.json b/dev/.documenter-siteinfo.json
index 85c45279..1568899f 100644
--- a/dev/.documenter-siteinfo.json
+++ b/dev/.documenter-siteinfo.json
@@ -1 +1 @@
-{"documenter":{"julia_version":"1.10.2","generation_timestamp":"2024-04-26T01:46:07","documenter_version":"1.4.0"}}
\ No newline at end of file
+{"documenter":{"julia_version":"1.10.2","generation_timestamp":"2024-04-27T09:31:35","documenter_version":"1.4.0"}}
\ No newline at end of file
diff --git a/dev/assets/Manifest.toml b/dev/assets/Manifest.toml
index 69bef2ad..31bfac2a 100644
--- a/dev/assets/Manifest.toml
+++ b/dev/assets/Manifest.toml
@@ -58,9 +58,9 @@ weakdeps = ["StaticArrays"]
[[deps.AliasTables]]
deps = ["Random"]
-git-tree-sha1 = "ca95b2220ef440817963baa71525a8f2f4ae7f8f"
+git-tree-sha1 = "6f186dadec4d7725aa88d18487139d512f02db7b"
uuid = "66dad0bd-aa9a-41b7-9441-69ab47430ed8"
-version = "1.0.0"
+version = "1.1.0"
[[deps.Antic_jll]]
deps = ["Artifacts", "FLINT_jll", "GMP_jll", "JLLWrappers", "Libdl", "MPFR_jll", "Pkg"]
@@ -811,9 +811,9 @@ uuid = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
[[deps.LinearSolve]]
deps = ["ArrayInterface", "ChainRulesCore", "ConcreteStructs", "DocStringExtensions", "EnumX", "FastLapackInterface", "GPUArraysCore", "InteractiveUtils", "KLU", "Krylov", "LazyArrays", "Libdl", "LinearAlgebra", "MKL_jll", "Markdown", "PrecompileTools", "Preferences", "RecursiveFactorization", "Reexport", "SciMLBase", "SciMLOperators", "Setfield", "SparseArrays", "Sparspak", "StaticArraysCore", "UnPack"]
-git-tree-sha1 = "bdf5c9162ff9ba8b320d8bbaa076d11dcf8a6c8b"
+git-tree-sha1 = "c55172df0d19b34db93c410cfcd79dbc3e52ba6f"
uuid = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
-version = "2.29.0"
+version = "2.29.1"
[deps.LinearSolve.extensions]
LinearSolveBandedMatricesExt = "BandedMatrices"
diff --git a/dev/export/export/index.html b/dev/export/export/index.html
index e766d7d2..67b61cfa 100644
--- a/dev/export/export/index.html
+++ b/dev/export/export/index.html
@@ -3,4 +3,4 @@
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-90474609-3', {'page_path': location.pathname + location.search + location.hash});
-
Here we put some helpful utilities to export your code to other identifiability software.
print_for_maple(ode, package)
Prints the ODE in the format accepted by maple packages
- SIAN (https://github.com/pogudingleb/SIAN) if package=:SIAN
- DifferentialAlgebra if package=:DifferentialAlgebra
- DifferentialThomas if package=:DifferentialThomas
sourceprint_for_DAISY(ode)
Prints the ODE in the format accepted by DAISY (https://daisy.dei.unipd.it/)
sourceprint_for_GenSSI(ode)
Prints the ODE in the format accepted by GenSSI 2.0 (https://github.com/genssi-developer/GenSSI)
sourceprint_for_COMBOS(ode)
Prints the ODE in the format accepted by COMBOS (http://biocyb1.cs.ucla.edu/combos/)
source
This document was generated with Documenter.jl version 1.4.0 on Friday 26 April 2024. Using Julia version 1.10.2.