v10.4.0
·
187 commits
to master
since this release
ModelingToolkit v10.4.0
Merged pull requests:
- switch parse_costs! and parse_constraints (#3735) (@ctessum)
- refactor: rewrite connection expansion implementation (#3736) (@AayushSabharwal)
- fix: fix non-numeric parameters in callbacks,
distribute_shift
for called parameters (#3740) (@AayushSabharwal) - fix some dynamic opt docstrings/API page (#3742) (@vyudu)
- docs: fix FAQ docs, improve analysis point error message (#3743) (@AayushSabharwal)
- fix: fix deprecated
@brownian
not working properly (#3744) (@AayushSabharwal) - fix: appropriately toterm defaults when creating
DiscreteProblem
(#3746) (@AayushSabharwal) - feat: add
is_transparent_operator
trait (#3747) (@AayushSabharwal) - feat: better handle loop opening defaults (#3748) (@AayushSabharwal)
- build: bump minor version (#3749) (@AayushSabharwal)
Closed issues:
- Imperative affect doesn't work with callable parameter (#3729)