We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
compat
1 parent 05d714c commit da3fbb6Copy full SHA for da3fbb6
Project.toml
@@ -1,6 +1,6 @@
1
name = "ModelPredictiveControl"
2
uuid = "61f9bdb8-6ae4-484a-811f-bbf86720c31c"
3
-version = "2.2.1"
+version = "2.2.2"
4
authors = ["Francis Gagnon"]
5
6
[deps]
docs/src/manual/mtk.md
@@ -22,10 +22,6 @@ the last section.
22
as a basic starting template to combine both packages. There is no guarantee that it
23
will work for all corner cases.
24
25
-!!! compat
26
- The example works on `ModelingToolkit.jl` v11 (corresponding to the following `[compat]`
27
- entry: `ModelingToolkit = "11"`).
28
-
29
We first construct and instantiate the pendulum model:
30
31
```@example 1
0 commit comments