Skip to content

v1.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Jan 17:17
· 42 commits to main since this release
6613a1e

ModelPredictiveControl v1.2.0

Diff since v1.1.4

  • added: ForwardEuler ODE solver
  • added: remove 1 useless .= op in RungeKutta(4)
  • added: forcing specialization in the NLP functions by using Vararg{T, N} instead of splatting (see this tip)
  • added: skipping computations in extended_predictions when possible
  • added: print the solver order for NonLinModel
  • changed: bump julia compat to 1.10 (new LTS)
  • changed: improve code reuse in NLP functions to improve code maintainability
  • test: new tests for ForwardEuler
  • doc: info about types that allocate or not

Merged pull requests: