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 5892b9a commit eee42f0Copy full SHA for eee42f0
NEWS.md
@@ -20,7 +20,7 @@
20
+ `t_nounits` and `D_nounits` are unitless.
21
- `ODAEProblem` is deprecated in favor of `ODEProblem`.
22
- Specifying the independent variable for an `ODESystem` is now mandatory. The `ODESystem(eqs)`
23
- constructor is removed.
+ constructor is removed. Use `ODESystem(eqs,t)` instead.
24
- Systems must be marked as `complete` before creating `*Function`/`*FunctionExpr`/`*Problem`/
25
`*ProblemExpr`. Typically this involved using `@mtkbuild` to create the system or calling
26
`structural_simplify` on an existing system.
0 commit comments