Skip to content

Commit eee42f0

Browse files
Update NEWS.md
1 parent 5892b9a commit eee42f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
+ `t_nounits` and `D_nounits` are unitless.
2121
- `ODAEProblem` is deprecated in favor of `ODEProblem`.
2222
- Specifying the independent variable for an `ODESystem` is now mandatory. The `ODESystem(eqs)`
23-
constructor is removed.
23+
constructor is removed. Use `ODESystem(eqs,t)` instead.
2424
- Systems must be marked as `complete` before creating `*Function`/`*FunctionExpr`/`*Problem`/
2525
`*ProblemExpr`. Typically this involved using `@mtkbuild` to create the system or calling
2626
`structural_simplify` on an existing system.

0 commit comments

Comments
 (0)