Skip to content

Commit 07716cb

Browse files
πŸ€– [master] Bump the SparseArrays stdlib from 30201ab to bb5ecc0 (#59263)
Stdlib: SparseArrays URL: https://github.com/JuliaSparse/SparseArrays.jl.git Stdlib branch: main Julia branch: master Old commit: 30201ab New commit: bb5ecc0 Julia version: 1.13.0-DEV SparseArrays version: 1.13.0 Bump invoked by: @ViralBShah Powered by: [BumpStdlibs.jl](https://github.com/JuliaLang/BumpStdlibs.jl) Diff: JuliaSparse/SparseArrays.jl@30201ab...bb5ecc0 ``` $ git log --oneline 30201ab..bb5ecc0 bb5ecc0 fast quadratic form for dense matrix, sparse vectors (#640) 34ece87 Extend 3-arg `dot` to generic `HermOrSym` sparse matrices (#643) 095b685 Exclude unintended complex symmetric sparse matrices from 3-arg `dot` (#642) 8049287 Fix signature for 2-arg matrix-matrix `dot` (#641) cff971d Make cond(::SparseMatrix, 1 / Inf) discoverable from 2-norm error (#629) ``` Co-authored-by: ViralBShah <[email protected]>
1 parent 8c9bad8 commit 07716cb

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

β€Ždeps/checksums/SparseArrays-30201abcb41e558a4b5cc23b11dc5676c5655c0b.tar.gz/md5β€Ž

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

β€Ždeps/checksums/SparseArrays-30201abcb41e558a4b5cc23b11dc5676c5655c0b.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+
befbbd2ffb6b5bc43e140ef8546b16d0
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
d4fc6aeb94a3416e10d653bb905fc8528f06871eb76c2a0862579be820a07a032303b6e0e6e7d16b9fc161dd52c799a60fa465c3f3a31aaa897a4f7d29c2238f

β€Žstdlib/SparseArrays.versionβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
SPARSEARRAYS_BRANCH = main
2-
SPARSEARRAYS_SHA1 = 30201abcb41e558a4b5cc23b11dc5676c5655c0b
2+
SPARSEARRAYS_SHA1 = bb5ecc0917b6ad98ffae5b1269e305616509fd2f
33
SPARSEARRAYS_GIT_URL := https://github.com/JuliaSparse/SparseArrays.jl.git
44
SPARSEARRAYS_TAR_URL = https://api.github.com/repos/JuliaSparse/SparseArrays.jl/tarball/$1

0 commit comments

Comments
Β (0)