Skip to content

Releases: JuliaControl/ControlSystems.jl

v0.7.0

22 Sep 18:58
7fc5ba4
Compare
Choose a tag to compare

This version introduces a new type TimeEvolution to represent what was previously called Ts, i.e., the sample time for a discrete system or continuous (previously indicated by Ts = -1. You can still access the sample time for a discrete systems with the property .Ts.

This new type is part of the type definition of LTIsystems, i.e., the full type of a state-space object is now on the form

julia> ss(1)
StateSpace{Continuous,Int64,Array{Int64,2}}
D = 
 1

Continuous-time state-space model

Some new functions:

  • timeevol(Lti) -> TimeEvolution (not exported)
  • isdiscrete

v0.6.0

23 May 12:17
d183cb1
Compare
Choose a tag to compare
Merge pull request #306 from JuliaControl/baggepinnen-patch-1

Update Project.toml

v0.5.9

05 Apr 21:57
e9f166c
Compare
Choose a tag to compare
Update Project.toml

Plots 1 compat

v0.5.8

31 Mar 02:09
c5efbcb
Compare
Choose a tag to compare
  • Bugfixes and more customization for plots
  • Bump compat for Plots

v0.5.7

14 Mar 16:21
v0.5.7
bfadc8f
Compare
Choose a tag to compare

v0.5.7 (2020-03-14)

Diff since v0.5.6

Closed issues:

  • Bode plot has weird magnitude scale (#267)
  • Error printing type to REPL (#263)

Merged pull requests:

v0.5.6

21 Jan 19:22
v0.5.6
fcd927c
Compare
Choose a tag to compare

v0.5.6 (2020-01-21)

Diff since v0.5.5

Closed issues:

Merged pull requests:

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)