Releases: JuliaControl/ControlSystemsMTK.jl
Releases · JuliaControl/ControlSystemsMTK.jl
v2.2.1
v2.2.0
ControlSystemsMTK v2.2.0
Merged pull requests:
- add example with named IO to docs (#66) (@baggepinnen)
- bump compat DataInterpolations (#68) (@baggepinnen)
v2.1.0
ControlSystemsMTK v2.1.0
Merged pull requests:
- add IO connectors with specified names (#65) (@baggepinnen)
v2.0.1
ControlSystemsMTK v2.0.1
v2.0.0
ControlSystemsMTK v2.0.0
The only breaking change in this release is the update of ModelingToolkit to v9, no code in this package has changed, but since this package re exports part of the MTK API, a breaking release was made here as well.
Merged pull requests:
- handle nonlinear system in linearized codegen (#59) (@baggepinnen)
- As/mtk v9 (#63) (@baggepinnen)
Closed issues:
- ControlSystemsMTK version? (#62)
v1.1.0
ControlSystemsMTK v1.1.0
Merged pull requests:
- add utilities for named sensitivity functions (#58) (@baggepinnen)
v1.0.1
ControlSystemsMTK v1.0.1
Merged pull requests:
v1.0.0
ControlSystemsMTK v1.0.0
BREAKING: This version makes use of the new ModelingToolkitStandardLibrary v2.0, and some keyword arguments to set initial conditions for Blocks.StateSpace
have thus changed from x_start
to just x
.
Merged pull requests:
- fix typos (#54) (@spaette)
- bump compat MTKstdlib (#56) (@baggepinnen)
v0.1.12
ControlSystemsMTK v0.1.12
Merged pull requests:
- CompatHelper: bump compat for DataInterpolations to 4, (keep existing compat) (#52) (@github-actions[bot])
- add code generation facilities (#53) (@baggepinnen)