Skip to content

Commit 9822e7a

Browse files
committed
bump version
1 parent 2304cc6 commit 9822e7a

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

lib/ControlSystemsBase/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name = "ControlSystemsBase"
22
uuid = "aaaaaaaa-a6ca-5380-bf3e-84a91bcd477e"
33
authors = ["Dept. Automatic Control, Lund University"]
44
repo = "https://github.com/JuliaControl/ControlSystems.jl.git"
5-
version = "1.18.0"
5+
version = "1.18.1"
66

77
[deps]
88
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"

lib/ControlSystemsBase/src/matrix_comps.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,8 +310,6 @@ The Schur form is characterized by `A` being Schur with the real values of eigen
310310
sysm ≈ similarity_transform(sys, T)
311311
```
312312
`SF` is the Schur-factorization of `A`.
313-
314-
See also [`modal_form`](@ref) and [`hess_form`](@ref)
315313
"""
316314
function schur_form(sys)
317315
SF = schur(sys.A)

0 commit comments

Comments
 (0)