v5.22.0
·
6528 commits
to master
since this release
ModelingToolkit v5.22.0
Closed issues:
- Prevent ODEProblem construction when not providing parameters (#863)
TypeError: non-boolean (Num) used in boolean context
when accessing ODESolution generated saveat (#972)- Independent variable of differential is ignored (#1065)
- Model Debugging: Return the unbalanced equations/variables (#1068)
- reparametrizing ODESystem independent variable (#1100)
remake
doesn't handle parameterDict
s gracefully (#1101)
Merged pull requests:
- Control parameter specification for
AbstractODESystem
,DiscreteSystem
(#1059) (@cadojo) - Assert that ODE derivatives are w.r.t. the independent variable (#1076) (@lamorton)
- Widen type bound on symscope to match symbolics (#1078) (@pepijndevos)
- Adding note about the independent variable restriction. (#1079) (@lamorton)
- Return Unbalanced Equations/Variables (#1086) (@bolognam)
- Variable scope: don't lose metadata by passing around bare symbols (#1092) (@pepijndevos)
- Add kwargs to
modelingtoolkitize
(#1093) (@dannys4) - Namespacing change & default variable syntax (#1096) (@YingboMa)
- Fix second example in README.md (#1097) (@mayl)