Skip to content

Commit 7f769ba

Browse files
Update generated content [skip ci]
1 parent 1e24f50 commit 7f769ba

201 files changed

Lines changed: 64898 additions & 8723 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

static/pathsim/manifest.json

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
{
22
"package": "pathsim",
3-
"latestTag": "v0.20.0",
3+
"latestTag": "v0.21.1",
44
"versions": [
5+
{
6+
"tag": "v0.21.1",
7+
"released": "2026-05-07",
8+
"hasExamples": true
9+
},
10+
{
11+
"tag": "v0.21.0",
12+
"released": "2026-05-07",
13+
"hasExamples": true
14+
},
515
{
616
"tag": "v0.20.0",
717
"released": "2026-03-27",
@@ -17,11 +27,6 @@
1727
"released": "2026-02-26",
1828
"hasExamples": true
1929
},
20-
{
21-
"tag": "v0.17.2",
22-
"released": "2026-02-19",
23-
"hasExamples": true
24-
},
2530
{
2631
"tag": "v0.17.0",
2732
"released": "2026-02-16",

static/pathsim/roadmap.json

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"package": "pathsim",
33
"repo": "pathsim/pathsim",
4-
"updated": "2026-03-27T07:05:00Z",
4+
"updated": "2026-05-07T08:31:42Z",
55
"issues": [
66
{
77
"number": 160,
@@ -67,17 +67,6 @@
6767
"url": "https://github.com/pathsim/pathsim/issues/84",
6868
"created": "2025-09-15T09:20:59Z"
6969
},
70-
{
71-
"number": 82,
72-
"title": "IMEX integrators",
73-
"body": "Implementing implicit-explicit ode solvers. \n\nSome blocks in large systems may exhibit local stiffness while the coupling to external blocks is non-stiff. In these cases it would be nice to use more stable implicit ode solvers for these blocks while using explicit solvers for the other, non-stiff blocks. \n\nThe global solver would remain explicit, while locally, blocks can be flagged as stiff and then use the implicit counterpart. Implicit iterations will only be done locally for that block. Methods that would suit this are:\n\n\n- [ARS443](https://doi.org/10.1016/S0168-9274(97)00056-1) pair of explicit and diagonally implicit runge kutta methods\n- [ARK4(3)7L[2]SA](https://doi.org/10.1016/j.apnum.2018.10.007) pair of explicit and diagonally implicit runge kutta methods with embedded pairs for error control",
74-
"labels": [
75-
"enhancement",
76-
"numerics"
77-
],
78-
"url": "https://github.com/pathsim/pathsim/issues/82",
79-
"created": "2025-09-12T17:05:18Z"
80-
},
8170
{
8271
"number": 81,
8372
"title": "exponential integrators",

static/pathsim/v0.17.2/embeddings-index.json

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 7414 additions & 4670 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)