File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments