Skip to content

Releases: JuliaControl/ControlSystems.jl

v0.5.5

05 Jan 21:45
v0.5.5
bf65293
Compare
Choose a tag to compare

v0.5.5 (2020-01-05)

Diff since v0.5.4

Merged pull requests:

v0.5.4

13 Nov 01:47
v0.5.4
246ab0f
Compare
Choose a tag to compare

v0.5.4 (2019-11-13)

Diff since v0.5.3

Closed issues:

  • Is that a bug? PID and delay system. (#232)
  • showterm2 function out of date (#229)
  • pidplots returns nothing unless :controller in args (#226)
  • Fractional control support (#225)
  • Stack overflow for inverse of delayed system (#217)

Merged pull requests:

AbstractStatespace

22 May 07:21
6312567
Compare
Choose a tag to compare

See Readme for news

Bugfixes

07 Mar 09:48
f54a87e
Compare
Choose a tag to compare
v0.5.1

Add news about identification to readme (#190)

Julia 1 compatible version

04 Oct 07:52
Compare
Choose a tag to compare
v0.5.0

updated plot limits, travis and documentation plots

Major revision with parametric types

03 Sep 11:27
585c4de
Compare
Choose a tag to compare

Some important changes:

  • LTISystem types are now more generic and can hold matrices/vectors of arbitrary type
  • Continuous time systems are simulated with continuous time solvers from OrdinaryDiffEq.jl
  • Freqresp now returns frequencies in the first dimension.
  • Breaking: lsim(sys, u::Function) syntax has changed from u(t,x) to u(x,t) to be consistent with OrdinaryDiffEq
  • Breaking: feedback(P,C) no longer returns feedback(P*C). The behavior is changed to feedback(P1, P2) = P1/(1+P1*P2).
  • Type Simulator provides lower level interface to continuous time simulation.

Support 0.6

12 May 09:11
Compare
Choose a tag to compare
Merge pull request #94 from JuliaControl/BugsAnd0.6

Julia 0.6

Support for Julia 0.5

10 Aug 15:11
302dfc2
Compare
Choose a tag to compare
  • Support for Julia 0.5
  • Tests pass even if ControlExamplePlots is missing
  • Minor bug fixes

Plots.jl compability and Tests for plots

28 Jul 16:02
Compare
Choose a tag to compare
  • We are now testing all the plots and comparing to reference images
  • Code is updated to work with the new Plots.jl syntax
  • Minor bug fixes and features

This is a re-release since the previous version wasn't accepted into METADATA.jl. v0.1.4 previously referred to one commit earlier.

Features, bug fixes and docs

26 Mar 14:48
Compare
Choose a tag to compare
v0.1.3

ControlSystems v0.1.3 [036e3b498b]