From 70a437e82105764b96ff3693f9a24279046454f7 Mon Sep 17 00:00:00 2001 From: Patrick Kofod Mogensen Date: Tue, 23 Feb 2016 09:39:38 +0100 Subject: [PATCH] Deprecate issym in favour of issymmetric. --- base/deprecated.jl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/base/deprecated.jl b/base/deprecated.jl index fcfd76be6749ac..5abe682f3649f2 100644 --- a/base/deprecated.jl +++ b/base/deprecated.jl @@ -990,3 +990,6 @@ end export call @deprecate_binding LambdaStaticData LambdaInfo + +# Changed issym to issymmetric. #15192 +@deprecate issym issymmetric \ No newline at end of file