v10.11.0
·
160 commits
to master
since this release
ModelingToolkit v10.11.0
Merged pull requests:
- fix: fix
get_mtkparameters_reconstructor
handling of nonnumerics (#3796) (@AayushSabharwal) - Disable unit checking of initialization problem during remake (#3797) (@contradict)
- refactor: format (#3803) (@AayushSabharwal)
- fix: fix bad input ordering, make downstream tests pass (#3804) (@AayushSabharwal)
- feat: rewrite clock inference to support polyadic synchronous operators (#3808) (@AayushSabharwal)
- Fix downstream linearization test (#3809) (@contradict)
- Fix typo (#3810) (@asinghvi17)
- fix: compile symbolic affects after
mtkcompile
incomplete
(#3812) (@AayushSabharwal) - test: disable CasADi tests on Julia-v1.10 (#3817) (@AayushSabharwal)
- refactor: move
@compile_workload
to after exports (#3818) (@AayushSabharwal) - test:
LinearProblem
tests are no longer broken (#3821) (@AayushSabharwal) - fix: fix parameter dependencies dependent on scalarized array parameter (#3822) (@AayushSabharwal)
- build: bump minor version (#3830) (@AayushSabharwal)
Closed issues:
- Unintuitive behavior for including metadata in @parameters/@variables begin end (#2770)
@compile_workload
should run after anyexport
statements (#3811)- Add
new()
syntax to events (#3825)