File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,19 @@ If you use ModelingToolkit in your work, please cite the following:
36
36
37
37
## Feature Summary
38
38
39
+ !!! danger "ModelingToolkit version 10"
40
+
41
+ ModelingToolkit version 10 just released. Please refer to the [ changelog] ( https://github.com/SciML/ModelingToolkit.jl/blob/master/NEWS.md )
42
+ for a summary of the changes. Some documentation pages may be broken while downstram
43
+ packages update to the new version.
44
+
45
+ !!! danger "Temporarily broken discrete systems"
46
+
47
+ ModelingToolkit's support for purely explicit systems of discrete update equations
48
+ (ones solved via ` OrdinaryDiffEqFunctionMap.jl ` ) is temporarily broken. While such
49
+ systems can be created, simplfied and solved there are issues with the naming of
50
+ simplified unknowns and symbolic indexing of the problem/solution.
51
+
39
52
ModelingToolkit.jl is a symbolic-numeric modeling package. Thus it combines some
40
53
of the features from symbolic computing packages like SymPy or Mathematica with
41
54
the ideas of equation-based modeling systems like the causal Simulink and the
You can’t perform that action at this time.
0 commit comments