v1.2.0
ModelPredictiveControl v1.2.0
- added:
ForwardEulerODE solver - added: remove 1 useless
.=op inRungeKutta(4) - added: forcing specialization in the NLP functions by using
Vararg{T, N}instead of splatting (see this tip) - added: skipping computations in
extended_predictionswhen possible - added: print the solver order for
NonLinModel - changed: bump julia
compatto 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:
- removing commented out code (#144) (@franckgaga)
- added: new
ForwardEulersolver with 0 allocation (#145) (@franckgaga) - bump julia compat to 1.10 (LTS) (#147) (@franckgaga)
- Added: slightly speed up
NonLinMPCandMovingHorizonEstimator(#149) (@franckgaga)