Skip to content

v9.65.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Mar 14:36
· 1181 commits to master since this release
a553fd1

ModelingToolkit v9.65.0

Diff since v9.64.3

Merged pull requests:

  • Replace Expronicon with Moshi (#3354) (@visr)
  • fix(nonlinearsystem): Fix codegen issue for vector parameters (#3382) (@SebastianM-C)
  • feat: run trivial initialization in problem constructor (#3404) (@AayushSabharwal)
  • docs: add doc page for FMU import capability (#3405) (@AayushSabharwal)
  • fix: allow passing guesses to linearize, improve linearization docs (#3412) (@AayushSabharwal)
  • feat: add map_variables_to_equations (#3417) (@AayushSabharwal)
  • feat: add isInitial (#3433) (@vyudu)
  • CompatHelper: add new compat entry for FMI at version 0.14 for package docs, (keep existing compat) (#3434) (@github-actions[bot])
  • CompatHelper: add new compat entry for FMIZoo at version 1 for package docs, (keep existing compat) (#3435) (@github-actions[bot])
  • fix: separate Initial parameters into initials portion (#3439) (@AayushSabharwal)
  • feat: allow NonlinearSystem(::ODESystem) and NonlinearProblem(::ODESystem) (#3440) (@AayushSabharwal)

Closed issues:

  • Trivial initialization problem isn't solved when creating ODEProblem (#3290)
  • remake failures (#3396)
  • Add ability to provide additional guesses to linearize and family (#3400)
  • remake issues (#3410)
  • Cases of creation of NonlinearSystems have been broken (#3411)
  • SciMLBase - equations bug fixed, but introduces new problems (#3421)
  • isInitial function (#3431)
  • Faulty non-boolean error in ifelse() (#3441)
  • Broken amount of parameters: much more parameters in resulting ODEProblem than symbolic parameters in MTK system (#3444)