Skip to content

Commit 758c817

Browse files
Sacha0tkelman
authored andcommitted
Add NEWS.md entry for arithtype deprecation (#18218). (#21942)
(cherry picked from commit 6ba63e5)
1 parent 5c1a88c commit 758c817

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
@@ -519,6 +519,10 @@ Deprecated or removed
519519
* `convert` methods from `Diagonal` and `Bidiagonal` to subtypes of
520520
`AbstractTriangular` have been deprecated ([#17723]).
521521
522+
* `Base.LinAlg.arithtype` has been deprecated. If you were using `arithtype` within a
523+
`promote_op` call, instead use `promote_op(Base.LinAlg.matprod, Ts...)`. Otherwise,
524+
consider defining equivalent functionality locally ([#18218]).
525+
522526
* Special characters (`#{}()[]<>|&*?~;`) should now be quoted in commands. For example,
523527
``` `export FOO=1\;` ``` should replace ``` `export FOO=1;` ``` and
524528
``` `cd $dir '&&' $thingie` ``` should replace ``` `cd $dir && $thingie` ``` ([#19786]).
@@ -568,6 +572,7 @@ Command-line option changes
568572
[#18012]: https://github.com/JuliaLang/julia/issues/18012
569573
[#18050]: https://github.com/JuliaLang/julia/issues/18050
570574
[#18159]: https://github.com/JuliaLang/julia/issues/18159
575+
[#18218]: https://github.com/JuliaLang/julia/issues/18218
571576
[#18251]: https://github.com/JuliaLang/julia/issues/18251
572577
[#18330]: https://github.com/JuliaLang/julia/issues/18330
573578
[#18339]: https://github.com/JuliaLang/julia/issues/18339

0 commit comments

Comments
 (0)