Skip to content

v9.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Mar 09:53
· 1260 commits to master since this release
1b858f6

ModelingToolkit v9.4.0

Diff since v9.3.0

Merged pull requests:

  • Add support for component array in @mtkmodel (#2368) (@ven-k)
  • feat: add @defaults to @mtkmodel (#2437) (@ven-k)
  • Fix updating default value metadata of conditional parameters (#2438) (@ven-k)
  • chore: add 0.12 of DynamicQuantities (#2479) (@ven-k)
  • CompatHelper: bump compat for DynamicQuantities to 0.12 for package docs, (keep existing compat) (#2498) (@github-actions[bot])
  • Parse constants in @mtkmodel (#2499) (@ven-k)
  • fix: fix variable_index (#2514) (@AayushSabharwal)
  • feat: add SolverStepClock (#2517) (@baggepinnen)
  • fix: type of array in the mtkmodel's f (#2521) (@ven-k)
  • [skip ci] add isconnection to ignored typos words (#2523) (@ArnoStrouwen)
  • fix: avoid scalarizing params in structural_simplify, variable defaults in get_u0 (#2524) (@AayushSabharwal)

Closed issues:

  • Move @variables and @parameters defaults to the ODESystem defaults keyword to support defaults that depend on components. Or add a @defaults block to support out of order defaults manually. (#2416)
  • "Ignore" option for connectors (#2422)
  • Callback Example gives MethodError with MTK 9 (#2496)