We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fa4126 commit 1d8f91bCopy full SHA for 1d8f91b
NEWS.md
@@ -0,0 +1,9 @@
1
+# ModelingToolkit v8 Release Notes
2
+
3
4
+### Upgrade guide
5
6
+- `connect` should not be overloaded by users anymore. `[connect = Flow]`
7
+ informs MTK that currents ought to sum to zero, and by default, variables are
8
+ equal in a connection. Please check out [acausal components tutorial](https://mtk.sciml.ai/dev/tutorials/acausal_components/)
9
+ for examples.
0 commit comments