-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🤖 [master] Bump the LinearAlgebra stdlib from da6d052 to 57e9a0d (#57177
) Stdlib: LinearAlgebra URL: https://github.com/JuliaLang/LinearAlgebra.jl.git Stdlib branch: master Julia branch: master Old commit: da6d052 New commit: 57e9a0d Julia version: 1.12.0-DEV LinearAlgebra version: 1.12.0 Bump invoked by: @ViralBShah Powered by: [BumpStdlibs.jl](https://github.com/JuliaLang/BumpStdlibs.jl) Diff: JuliaLang/LinearAlgebra.jl@da6d052...57e9a0d ``` $ git log --oneline da6d052..57e9a0d 57e9a0d Reduce allocations and improve performance in `syevr!` (#1176) 8bb9f6b fix error messages (#1171) 97a712f Update .ci/Manifest.toml (#1179) ``` Co-authored-by: ViralBShah <[email protected]> Co-authored-by: Viral B. Shah <[email protected]>
- Loading branch information
1 parent
cba19bf
commit 9a278a2
Showing
5 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
deps/checksums/LinearAlgebra-57e9a0d19f7a0042e0ef536fe5ae5fc35c61a6f1.tar.gz/md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
a2c4227b17fe589791261081710add05 |
1 change: 1 addition & 0 deletions
1
deps/checksums/LinearAlgebra-57e9a0d19f7a0042e0ef536fe5ae5fc35c61a6f1.tar.gz/sha512
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
08fd85a63a08aae079c835f139845f5155fbb5d96444e8ed4cd1a696921e30ec842e6013e486e32d7ffe19d598ff1abb084e0a13fecdecc17546a76f16357a4a |
1 change: 0 additions & 1 deletion
1
deps/checksums/LinearAlgebra-da6d0521347daf5e42b3d09cdb757d4488528c7b.tar.gz/md5
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
deps/checksums/LinearAlgebra-da6d0521347daf5e42b3d09cdb757d4488528c7b.tar.gz/sha512
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
LINEARALGEBRA_BRANCH = master | ||
LINEARALGEBRA_SHA1 = da6d0521347daf5e42b3d09cdb757d4488528c7b | ||
LINEARALGEBRA_SHA1 = 57e9a0d19f7a0042e0ef536fe5ae5fc35c61a6f1 | ||
LINEARALGEBRA_GIT_URL := https://github.com/JuliaLang/LinearAlgebra.jl.git | ||
LINEARALGEBRA_TAR_URL = https://api.github.com/repos/JuliaLang/LinearAlgebra.jl/tarball/$1 |