v3.11.0
·
7893 commits
to master
since this release
ModelingToolkit v3.11.0
Closed issues:
- Problem with inversion of symbolic matrices (#458)
- Problem for ldiv when left matrix is diagonal and right matrix is symbolic (#460)
- Simplification only occurs for variables which are functions (but not constants) (#468)
- Error substituting with a dictionary (#475)
- What does IR mean? (#480)
Merged pull requests:
- Add DaggerForm (#431) (@jpsamaroo)
- fix reshaped ldiv (#461) (@ChrisRackauckas)
- CompatHelper: bump compat for "SymbolicUtils" to "0.4" (#462) (@github-actions[bot])
- Inject registered functions into expressions used to build EvalFunc. (#463) (@dpad)
- Fix and test QR (#465) (@ChrisRackauckas)
- Function and Expr outs (#466) (@ChrisRackauckas)
- Document registering the derivative of a function (#469) (@YingboMa)
- fix typo in doc (#471) (@isaacsas)
- unique -> unique! in get_variables! (#473) (@isaacsas)
- hash for Operation (#474) (@shashi)
- Update substitute test (#476) (@mforets)
- Provide as_expression=false option to ODEs/SDEs, for specific use cases that need to avoid world age issues (generally not needed) (#477) (@dpad)
- CompatHelper: add new compat entry for "Requires" at version "1.0" (#478) (@github-actions[bot])
- don't call get_variables! on non-Operations for jumps (#481) (@isaacsas)
- Fix substitution with Dict (#482) (@shashi)
- avoid unnecessary terms in expand_derivatives (#485) (@shashi)