Skip to content

v0.12.0

Choose a tag to compare

@github-actions github-actions released this 16 Feb 12:29
· 870 commits to master since this release
0bc6da9

ControlSystems v0.12.0

Diff since v0.11.12

  • Breaking: Plots.jl is no longer loaded by ControlSystems.jl. This improves loading times for the package, but means that users will have to run using Plots manually before plotting functions are available.
  • Deprecations: Functions dare/dlyap/dkalman/dlqr are now deprecated in favor of an interface that uses dispatch on the types Continuous / Discrete. Example: dare(A,B,Q,R) is now are(Discrete,A,B,Q,R) or are(sysd,Q,R).

Closed issues:

  • Error using dare function (#249)
  • Conversion problem for ss(1,1,1,0)/3 (#299)
  • norm, covar, dlyap cannot handle systems of dimension > 150 (#300)
  • Unity feedback of discrete-time system (#304)
  • StateSpace with all SparseArrays converts to dense on creation (#311)
  • Discussion of frequency responses (#321)
  • marginplot is a function (#340)
  • Add constructors with nu, ny, nx for easy rebuilding (#399)
  • Stable system with unstable step response (#419)
  • isapprox for SisoRational broken (#547)
  • rlocus issues (#606)
  • Rlocusplot with zero excess (#611)
  • Remove prescale? (#614)

Merged pull requests: