Skip to content

Commit 5580725

Browse files
committed
Add NEWS.md entry for arithtype deprecation (JuliaLang#18218).
1 parent bf5063e commit 5580725

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

NEWS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -565,6 +565,10 @@ Deprecated or removed
565565
* `convert` methods from `Diagonal` and `Bidiagonal` to subtypes of
566566
`AbstractTriangular` have been deprecated ([#17723]).
567567
568+
* `Base.LinAlg.arithtype` has been deprecated. If you were using `arithtype` within a
569+
`promote_op` call, instead use `promote_op(Base.LinAlg.matprod, Ts...)`. Otherwise,
570+
consider defining equivalent functionality locally ([#18218]).
571+
568572
* Special characters (`#{}()[]<>|&*?~;`) should now be quoted in commands. For example,
569573
``` `export FOO=1\;` ``` should replace ``` `export FOO=1;` ``` and
570574
``` `cd $dir '&&' $thingie` ``` should replace ``` `cd $dir && $thingie` ``` ([#19786]).
@@ -614,6 +618,7 @@ Command-line option changes
614618
[#18012]: https://github.com/JuliaLang/julia/issues/18012
615619
[#18050]: https://github.com/JuliaLang/julia/issues/18050
616620
[#18159]: https://github.com/JuliaLang/julia/issues/18159
621+
[#18218]: https://github.com/JuliaLang/julia/issues/18218
617622
[#18251]: https://github.com/JuliaLang/julia/issues/18251
618623
[#18330]: https://github.com/JuliaLang/julia/issues/18330
619624
[#18339]: https://github.com/JuliaLang/julia/issues/18339

0 commit comments

Comments
 (0)