diff --git a/dev/.documenter-siteinfo.json b/dev/.documenter-siteinfo.json
index 872531e63..b388d2fa1 100644
--- a/dev/.documenter-siteinfo.json
+++ b/dev/.documenter-siteinfo.json
@@ -1 +1 @@
-{"documenter":{"julia_version":"1.9.3","generation_timestamp":"2023-11-14T08:44:33","documenter_version":"1.1.2"}}
\ No newline at end of file
+{"documenter":{"julia_version":"1.9.3","generation_timestamp":"2023-11-14T14:14:21","documenter_version":"1.1.2"}}
\ No newline at end of file
diff --git a/dev/assets/Manifest.toml b/dev/assets/Manifest.toml
index a4ded24e2..9ba2d7b18 100644
--- a/dev/assets/Manifest.toml
+++ b/dev/assets/Manifest.toml
@@ -855,14 +855,16 @@ uuid = "a63ad114-7e13-5084-954f-fe012c677804"
[[deps.ModelingToolkit]]
deps = ["AbstractTrees", "ArrayInterface", "Combinatorics", "Compat", "ConstructionBase", "DataStructures", "DiffEqBase", "DiffEqCallbacks", "DiffRules", "Distributed", "Distributions", "DocStringExtensions", "DomainSets", "ForwardDiff", "FunctionWrappersWrappers", "Graphs", "IfElse", "InteractiveUtils", "JuliaFormatter", "JumpProcesses", "LabelledArrays", "Latexify", "Libdl", "LinearAlgebra", "MLStyle", "MacroTools", "NaNMath", "OrdinaryDiffEq", "PrecompileTools", "RecursiveArrayTools", "Reexport", "RuntimeGeneratedFunctions", "SciMLBase", "Serialization", "Setfield", "SimpleNonlinearSolve", "SparseArrays", "SpecialFunctions", "StaticArrays", "SymbolicIndexingInterface", "SymbolicUtils", "Symbolics", "URIs", "UnPack", "Unitful"]
-git-tree-sha1 = "90b0d8395c9a8d3fcb5838f7f4f54b3f26e6f17a"
+git-tree-sha1 = "d014a44030d78626ff05c0348b3e9cb7cbd3d8be"
uuid = "961ee093-0014-501f-94e3-6117800e7a78"
-version = "8.72.2"
+version = "8.73.0"
[deps.ModelingToolkit.extensions]
+ MTKBifurcationKitExt = "BifurcationKit"
MTKDeepDiffsExt = "DeepDiffs"
[deps.ModelingToolkit.weakdeps]
+ BifurcationKit = "0f109fa4-8a5d-4b75-95aa-f515264e7665"
DeepDiffs = "ab62b9b5-e342-54a8-a765-a90f495de1a6"
[[deps.MozillaCACerts_jll]]
@@ -965,9 +967,9 @@ version = "1.6.2"
[[deps.OrdinaryDiffEq]]
deps = ["ADTypes", "Adapt", "ArrayInterface", "DataStructures", "DiffEqBase", "DocStringExtensions", "ExponentialUtilities", "FastBroadcast", "FastClosures", "FiniteDiff", "ForwardDiff", "FunctionWrappersWrappers", "IfElse", "InteractiveUtils", "LineSearches", "LinearAlgebra", "LinearSolve", "Logging", "LoopVectorization", "MacroTools", "MuladdMacro", "NLsolve", "NonlinearSolve", "Polyester", "PreallocationTools", "PrecompileTools", "Preferences", "RecursiveArrayTools", "Reexport", "SciMLBase", "SciMLNLSolve", "SciMLOperators", "SimpleNonlinearSolve", "SimpleUnPack", "SparseArrays", "SparseDiffTools", "StaticArrayInterface", "StaticArrays", "TruncatedStacktraces"]
-git-tree-sha1 = "760558496b50017d10e1907244dc2c4fa4385963"
+git-tree-sha1 = "ea532499662b771442746811fa345a7ea516225c"
uuid = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
-version = "6.59.0"
+version = "6.59.1"
[[deps.PDMats]]
deps = ["LinearAlgebra", "SparseArrays", "SuiteSparse"]
diff --git a/dev/export/export/index.html b/dev/export/export/index.html
index ec7b07073..3ac859f4b 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.1.2 on Tuesday 14 November 2023. Using Julia version 1.9.3.