From f0a1b8679dce18ef348b1f27436998a77588c3dd Mon Sep 17 00:00:00 2001 From: Sacha Verweij Date: Wed, 22 Feb 2017 14:10:46 -0800 Subject: [PATCH] Add deprecation of convert(<:AbstractTriangular, [Diagonal|Bidiagonal]) to NEWS.md. [ci skip] --- NEWS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS.md b/NEWS.md index feb4af5d901bb..dfbbb53eccd6d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -366,6 +366,9 @@ Deprecated or removed * `broadcast_zpreserving` has been deprecated ([#19533],[#19720]). + * `convert` methods from `Diagonal` and `Bidiagonal` to subtypes of + `AbstractTriangular` have been deprecated ([#17723]). + [#265]: https://github.com/JuliaLang/julia/issues/265 [#4615]: https://github.com/JuliaLang/julia/issues/4615 @@ -385,6 +388,7 @@ Deprecated or removed [#17302]: https://github.com/JuliaLang/julia/issues/17302 [#17599]: https://github.com/JuliaLang/julia/issues/17599 [#17623]: https://github.com/JuliaLang/julia/issues/17623 +[#17723]: https://github.com/JuliaLang/julia/issues/17723 [#17758]: https://github.com/JuliaLang/julia/issues/17758 [#17785]: https://github.com/JuliaLang/julia/issues/17785 [#18050]: https://github.com/JuliaLang/julia/issues/18050