Skip to content

Commit 0a4c160

Browse files
docs: mention v10 in docs
1 parent 0111aa6 commit 0a4c160

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/src/index.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,19 @@ If you use ModelingToolkit in your work, please cite the following:
3636

3737
## Feature Summary
3838

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+
3952
ModelingToolkit.jl is a symbolic-numeric modeling package. Thus it combines some
4053
of the features from symbolic computing packages like SymPy or Mathematica with
4154
the ideas of equation-based modeling systems like the causal Simulink and the

0 commit comments

Comments
 (0)