Skip to content

Releases: JuliaControl/ControlSystems.jl

v0.12.0

16 Feb 12:29
0bc6da9

Choose a tag to compare

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:

v0.11.12

14 Jan 10:56
d20740f

Choose a tag to compare

ControlSystems v0.11.12

Diff since v0.11.11

Merged pull requests:

v0.11.11

12 Jan 12:53
d4376d2

Choose a tag to compare

ControlSystems v0.11.11

Diff since v0.11.10

Closed issues:

  • Abstract LTI system types should be parameterized by TimeEvol (#367)
  • Better integration with MonteCarloMeasurements (#378)
  • Generality in synthesis.jl (#458)
  • Inconsistencies in lft/feedback/starprod (#505)

Merged pull requests:

v0.11.10

07 Jan 16:42
1445a7b

Choose a tag to compare

ControlSystems v0.11.10

Diff since v0.11.9

Merged pull requests:

v0.11.9

05 Jan 09:43
f3f7e4e

Choose a tag to compare

ControlSystems v0.11.9

Diff since v0.11.8

Merged pull requests:

  • more robust inversion (#590) (@baggepinnen)
  • CompatHelper: bump compat for "MatrixEquations" to "2.1" (#591) (@github-actions[bot])
  • fix for discrete systems in baltrunc (#592) (@baggepinnen)

v0.11.8

04 Jan 16:06
92c069d

Choose a tag to compare

ControlSystems v0.11.8

Diff since v0.11.7

Closed issues:

  • The status of balreal, baltrunc and other functions related to model order reduction (#213)
  • Problems with baltrunc (#479)

Merged pull requests:

v0.11.7

03 Jan 14:15
97324ed

Choose a tag to compare

ControlSystems v0.11.7

Diff since v0.11.6

Merged pull requests:

v0.11.6

03 Jan 09:11
6bffec6

Choose a tag to compare

ControlSystems v0.11.6

Diff since v0.11.5

Merged pull requests:

v0.11.5

21 Dec 15:47
27534ec

Choose a tag to compare

ControlSystems v0.11.5

Diff since v0.11.4

Merged pull requests:

v0.11.4

21 Dec 08:30
744e263

Choose a tag to compare

ControlSystems v0.11.4

Diff since v0.11.3

Merged pull requests:

  • CompatHelper: bump compat for "OrdinaryDiffEq" to "6.0" (#580) (@github-actions[bot])