Skip to content

Commit 91cf639

Browse files
authored
Merge pull request #1241 from sebapersson/readd_petab
Add PEtab.jl to the docs
2 parents f450d9d + ad261d5 commit 91cf639

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "Catalyst"
22
uuid = "479239e8-5488-4da2-87a7-35f2df7eef83"
3-
version = "15.0.0"
3+
version = "15.0.1"
44

55
[deps]
66
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"

docs/Project.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ OrdinaryDiffEqRosenbrock = "43230ef6-c299-4910-a778-202eb28ce4ce"
3434
OrdinaryDiffEqSDIRK = "2d112036-d095-4a1e-ab9a-08536f3ecdbf"
3535
OrdinaryDiffEqTsit5 = "b1df2697-797e-41e3-8120-5422d3b24e4a"
3636
OrdinaryDiffEqVerner = "79d7bb75-1356-48c1-b8c0-6832512096c2"
37+
PEtab = "48d54b35-e43e-4a66-a5a1-dde6b987cf69"
3738
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
3839
QuasiMonteCarlo = "8a4e6c94-4038-4cdc-81c3-7e6ffdb2a71b"
3940
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
@@ -80,6 +81,7 @@ OrdinaryDiffEqRosenbrock = "1"
8081
OrdinaryDiffEqSDIRK = "1"
8182
OrdinaryDiffEqTsit5 = "1"
8283
OrdinaryDiffEqVerner = "1"
84+
PEtab = "3.8"
8385
Plots = "1.40"
8486
QuasiMonteCarlo = "0.3"
8587
SciMLBase = "2.46"

docs/pages.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ pages = Any[
5656
]
5757
],
5858
"Inverse problems" => Any[
59-
#"inverse_problems/petab_ode_param_fitting.md",
59+
"inverse_problems/petab_ode_param_fitting.md",
6060
"inverse_problems/optimization_ode_param_fitting.md",
6161
"inverse_problems/behaviour_optimisation.md",
6262
"inverse_problems/structural_identifiability.md",
File renamed without changes.

0 commit comments

Comments
 (0)