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
Named state space sets and other MTK related fixes and improvements (#235)
* Informative error on nonexisting symbolic parameter
* mention init cond as parameters
* correct typo
* add a new function for named current parameters
* organize MTK tests better
* add reinit_dae = false
See SciML/ModelingToolkit.jl#3451
* remove `named_parametersd`
Needs MTK to be defined
* Named state space sets
* add tests for trajectory and named variables
* update tests to MTK v10
* some typos
* fix jacobian
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,8 @@
1
+
# v3.15
2
+
3
+
- New function `named_variables(ds)` for getting the variable names of an MTK-generated dynamical system.
4
+
-`trajectory` function now automatically makes a named state space set if the dynamical system is MTK-generated.
5
+
1
6
# v3.14.0
2
7
3
8
-`set_parameter!` and `current_parameter` will now throw an informative error message explicitly naming the parameter if the user tries to get/set a symbolic parameter that does not exist in the MTK-generated dynamical system.
0 commit comments