You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* allow arbitrary observe indices in continuous time trajectory
* allow using correct time in observe state
* allow using any observe index in trajectory
* bump version
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,9 @@
1
+
# v3.7.0
2
+
3
+
Symbolic indices used in `observe_state` can now also be used in `trajectory`.
4
+
5
+
It is possible to specify time to observe a state at now.
6
+
1
7
# v3.6.0
2
8
3
9
New convenience functions `state_name, parameter_name` for obtaining a `name::String`
@@ -15,7 +21,7 @@ The referenced MTK model corresponding to the dynamical system can be obtained w
15
21
16
22
See also the online overarching tutorial for an example.
17
23
18
-
At the moment this is only possible for `CoupledODEs` and its derivative systems, as these are the only systems that can be made by a `DEProblem`, however it should be easy to allow e.g., `DeterministicIterated` to be created by a `DiscreteProblem`.
24
+
At the moment this is only possible for `CoupledODEs` and its derivative systems, as these are the only systems that can be made by a `DEProblem`, however it should be easy to allow e.g., `DeterministicIteratedMap` to be created by a `DiscreteProblem`.
0 commit comments