v10.1.0
ModelingToolkit v10.1.0
Merged pull requests:
- refactor AP transform into exported API (#3665) (@baggepinnen)
- fix: fix type promotion in
late_binding_update_u0_p
with non-dual types (#3674) (@AayushSabharwal) - fix: fix namespacing of
AffectSystem
(#3679) (@AayushSabharwal) - refactor: BLT sort equations and variables in tearing (#3681) (@AayushSabharwal)
- refactor: add depwarns for old system and problem constructors (#3682) (@AayushSabharwal)
- refactor: remove old
==
andhash
implementation forSystem
(#3683) (@AayushSabharwal) - fix: fix linearization, move tests to InterfaceII (#3684) (@AayushSabharwal)
- feat: allow specifying
problem_type
using system metadata (#3685) (@AayushSabharwal) - test: mark appropriate tests as broken (#3688) (@AayushSabharwal)
- chore: bump minor version (#3689) (@AayushSabharwal)
Closed issues:
- Better error message for using old Problem creation notatio (#3680)