Skip to content

Commit 55f2730

Browse files
AayushSabharwalChrisRackauckas
authored andcommitted
docs: update NEWS with parameter dependencies
1 parent 9eb96a5 commit 55f2730

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,7 @@
4545
equations. For example, `[p[1] => 1.0, p[2] => 2.0]` is no longer allowed in default equations, use
4646
`[p => [1.0, 2.0]]` instead. Also, array equations like for `@variables u[1:2]` have `D(u) ~ A*u` as an
4747
array equation. If the scalarized version is desired, use `scalarize(u)`.
48+
- Parameter dependencies are now supported. They can be specified using the syntax
49+
`(single_parameter => expression_involving_other_parameters)` and a `Vector` of these can be passed to
50+
the `parameter_dependencies` keyword argument of `ODESystem`, `SDESystem` and `JumpSystem`. The dependent
51+
parameters are updated whenever other parameters are modified, e.g. in callbacks.

0 commit comments

Comments
 (0)