Skip to content

Commit 3588506

Browse files
docs: update NEWS with parameter dependencies
1 parent 0f794ae commit 3588506

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
@@ -42,3 +42,7 @@
4242
equations. For example, `[p[1] => 1.0, p[2] => 2.0]` is no longer allowed in default equations, use
4343
`[p => [1.0, 2.0]]` instead. Also, array equations like for `@variables u[1:2]` have `D(u) ~ A*u` as an
4444
array equation. If the scalarized version is desired, use `scalarize(u)`.
45+
- Parameter dependencies are now supported. They can be specified using the syntax
46+
`(single_parameter => expression_involving_other_parameters)` and a `Vector` of these can be passed to
47+
the `parameter_dependencies` keyword argument of `ODESystem`, `SDESystem` and `JumpSystem`. The dependent
48+
parameters are updated whenever other parameters are modified, e.g. in callbacks.

0 commit comments

Comments
 (0)