forked from JuliaLang/julia
-
Notifications
You must be signed in to change notification settings - Fork 0
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 SparseArrays stdlib from f154de2 to feb54ee (Juli…
…aLang#52706) Stdlib: SparseArrays URL: https://github.com/JuliaSparse/SparseArrays.jl.git Stdlib branch: main Julia branch: master Old commit: f154de2 New commit: feb54ee Julia version: 1.11.0-DEV SparseArrays version: 1.11.0 Bump invoked by: @giordano Powered by: [BumpStdlibs.jl](https://github.com/JuliaLang/BumpStdlibs.jl) Diff: JuliaSparse/SparseArrays.jl@f154de2...feb54ee ``` $ git log --oneline f154de2..feb54ee feb54ee fix typo ("ArguementError") (JuliaLang#479) 8308232 Extend sparse kron to adjortrans of dense matrices (JuliaLang#474) 951837f Simplify calling Aqua (JuliaLang#473) ``` Co-authored-by: Dilum Aluthge <[email protected]> Co-authored-by: Viral B. Shah <[email protected]>
- Loading branch information
1 parent
3279a1f
commit 0ea2b56
Showing
5 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
1 change: 0 additions & 1 deletion
1
deps/checksums/SparseArrays-f154de2b6801ec8d5afaf58b73b830c8e71013c3.tar.gz/md5
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
deps/checksums/SparseArrays-f154de2b6801ec8d5afaf58b73b830c8e71013c3.tar.gz/sha512
This file was deleted.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
deps/checksums/SparseArrays-feb54ee5e49008bd157227099cafe604a67c36fb.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 @@ | ||
939db38382d3e3796f3d83c4a965ab4c |
1 change: 1 addition & 0 deletions
1
deps/checksums/SparseArrays-feb54ee5e49008bd157227099cafe604a67c36fb.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 @@ | ||
0c20dd814068df0fafaaba05029997b6420812ac3498df7484b8f77ccbcbbc3447e4b4ce6acbed7ab0b8293275d9c3f944bfa7ce5a8069a985b28d002a038005 |
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 @@ | ||
SPARSEARRAYS_BRANCH = main | ||
SPARSEARRAYS_SHA1 = f154de2b6801ec8d5afaf58b73b830c8e71013c3 | ||
SPARSEARRAYS_SHA1 = feb54ee5e49008bd157227099cafe604a67c36fb | ||
SPARSEARRAYS_GIT_URL := https://github.com/JuliaSparse/SparseArrays.jl.git | ||
SPARSEARRAYS_TAR_URL = https://api.github.com/repos/JuliaSparse/SparseArrays.jl/tarball/$1 |