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 @@ -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
You can’t perform that action at this time.
0 commit comments