Skip to content

Commit 2c2114c

Browse files
🤖 [master] Bump the LinearAlgebra stdlib from 07725da to 3e4d569 (#58396)
Stdlib: LinearAlgebra URL: https://github.com/JuliaLang/LinearAlgebra.jl.git Stdlib branch: master Julia branch: master Old commit: 07725da New commit: 3e4d569 Julia version: 1.13.0-DEV LinearAlgebra version: 1.12.0(Does not match) Bump invoked by: @jishnub Powered by: [BumpStdlibs.jl](https://github.com/JuliaLang/BumpStdlibs.jl) Diff: JuliaLang/LinearAlgebra.jl@07725da...3e4d569 ``` $ git log --oneline 07725da..3e4d569 3e4d569 Revert "Cleanup and generalize functions of Hermitian matrices (#1340)" (#1357) 0b46d5c Prune `LinearAlgebra` module in ambiguity test (#1349) 611395d Cleanup and generalize functions of Hermitian matrices (#1340) 2cb1e98 Add compat notice for `diagview` (#1355) 0675cfa Resolve Hessenberg ambiguity (#1354) 3393398 Fix scaling unit triangular matrices (#1346) 6e12619 `BandIndex` and inbounds-propagation in `diagzero` (#1347) 87d4c8b Test: prune old LA based on ENV variable (#1335) 2148fa4 Fix scaling block unit triangular matrices ea8e858 Test Diagonal functions against non-dense matrices (#1316) 2d35f07 Update the docstring of ldiv! (#1344) ae208d6 Update generic.jl (#1343) 560276b `Char` uplo in `Bidiagonal` constructor (#1342) 58003a5 Document SingularException throw for inv(::AbstractMatrix) (#1331) 05b703b Update generic.jl f0e36ea Simplify logic in Diagonal-Tridiagonal multiplication (#1338) 7f354f4 Make `fillstored!` public (#1333) 2702a49 Change `1:size` to `axes` in bidiag mul (#1337) 6e0a996 Move testhelper imports to the top of test files (#1336) 5165fd3 Unwrap triangular matrices in broadcast (#1332) 9d26faf add missing methods for division of Hessenberg matrices (#1322) a2d52e1 Change the implementation of `rotate!` to avoid unary minus (#1323) c9b6456 2-element `size` in allocating structured broadcast destination (#1329) 841c4b3 Warn that inv throws on singular matrices a305c67 Change constructions to assertions in structured broadcast tests (#1330) b14390e Fix multiplication with empty `HessenbergQ` (#1326) 9b4259b Use matrix size in structured broadcast 9d139f5 `iszero` check in hessenberg setindex (#1327) dccd6f8 Fix empty `Tridiagonal` broadcast (#1324) 41db513 Eigvecs for specific eigvals for Symmetric/Hermitian (#1268) c33045c Copy matrices in `triu`/`tril` if no zero exists for the `eltype` (#1320) 3396f0b Avoid symmetrizing diagonal in hermitian power (#1321) 95703b5 Refine column ranges in `_isbanded_impl` (#1267) d15de4d `Hermitian{<:Real}` and `Symmetric` share conjugation (#1319) 8695b51 `CartesianIndex` constructor for `BandIndex` (#1304) 6e8f9a1 Symmetry check in `setindex!` for `Symmetric`/`Hermitian` (#1317) 5d3d02a Branch on Bool alpha in bidiag matmul (#1257) e4e8c19 Only `@noinline` error path in `matmul_size_check` (#1310) bfab205 Band indexing for adj/trans (#1299) e7a8a15 Use method deletion instead of custom sysimage (#1312) 88dba5d `setindex!` with `BandIndex` (#1259) 8e6dcfb correctly forward `io` argument in `show` method (#1306) 799ca1a Add `diagm` example (#1298) a145117 Check types locally in triangular tests (#1308) 2e428a5 Reduce allocations in triangular tests (#1309) d550716 correctly forward `io` argument in `show` method fd115f4 Fewer `MulAddMul` branches in `Diagonal`-triangular mul (#1272) e30c9c3 Precise `axes` in `generic_mattrimul!` (#1300) 0a84e1d Inline `generic_matmatmul!` branch in strided triangular matmul (#1262) a3c2681 Fix docstring for reflectorApply! (#1301) b5cc56a Test two combinations in triangular test sets (#1294) d451800 fix herk with complex α (#1297) 537ee46 Zero padding 14ac1f7 Add `diagm` example 27de9e9 Unaliasing and short-circuiting in `copytrito!` (#1287) a32a281 add generic syrk/herk (#1249) cab0dc6 Compile-time check for zero alpha in matmul (#1293) 78e6156 Treat real transposes like adjoint in internal dispatch (#1296) d21ad8c Matrix constructor for triangular (#1282) dcf579c Multiplication instead of division in triangular eigen test (#1295) ``` Co-authored-by: jishnub <[email protected]>
1 parent 86a3e1a commit 2c2114c

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

‎deps/checksums/LinearAlgebra-07725da80be389e170cff75cf7157399c2449643.tar.gz/md5

Lines changed: 0 additions & 1 deletion
This file was deleted.

‎deps/checksums/LinearAlgebra-07725da80be389e170cff75cf7157399c2449643.tar.gz/sha512

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
00d7f962a817b254a248ce7078290c37
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
d7bbf0b7a90cb46ef63e69a0adf2c50ca52c81b679b0d9deb545d98c4400500746ad76be58e3ab8319a6e2d17a5e24fd10e5a0f4ac29e91f3fdd9084229166f1

‎stdlib/LinearAlgebra.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
LINEARALGEBRA_BRANCH = master
2-
LINEARALGEBRA_SHA1 = 07725da80be389e170cff75cf7157399c2449643
2+
LINEARALGEBRA_SHA1 = 3e4d569804bdc8eb891ff1982eb9e90246656d0c
33
LINEARALGEBRA_GIT_URL := https://github.com/JuliaLang/LinearAlgebra.jl.git
44
LINEARALGEBRA_TAR_URL = https://api.github.com/repos/JuliaLang/LinearAlgebra.jl/tarball/$1

0 commit comments

Comments
 (0)