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
Informative error on nonexisting symbolic parameter (#232)
* 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
* allow kw propagation in reinit
* fix reinit for SDE
* simplify ODE test dependency
* continuous tests pass
* all tests pass?
* don't forget array for SDEs
* abvoid method overwrites in tests
* remove RODAS usage
* fix jacobian (?)
* fix jacian?
* add back the type check
only way to ensure the symbolic jacobian was extracted.
* correct version
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.14.0
2
+
3
+
-`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.
4
+
- Fixed a plethora of bugs and test failures associated with updates in the SciML ecosystem.
5
+
1
6
# v3.13.0
2
7
3
8
-`jacobian` will now re-use symbolically generated Jacobian functions if the dynamical system is made through a ModelingToolkit.jl-generated `DEProblem`.
0 commit comments