Skip to content

v1.9.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 07 Sep 21:26
77163a7

ModelPredictiveControl v1.9.2

Diff since v1.9.1

  • added: clearer pretty-print of objects with a tree structure
  • added: print differentiation backends in NonLinModel, ExtendedKalmanFilter, MovingHorizonEstimator and NonLinMPC
  • changed: using $\varepsilon$ instead of $\epsilon$ for MovingHorizonEstimator slack variable (to clearly differentiate from MPC slack)

Merged pull requests:

  • added: clearer pretty-print with trees + print differentiation backends (#244) (@franckgaga)