Skip to content

Commit 812848b

Browse files
🤖 [master] Bump the SparseArrays stdlib from cb602d7 to a09f90b (#54406)
Stdlib: SparseArrays URL: https://github.com/JuliaSparse/SparseArrays.jl.git Stdlib branch: main Julia branch: master Old commit: cb602d7 New commit: a09f90b Julia version: 1.12.0-DEV SparseArrays version: 1.12.0 Bump invoked by: @dkarrasch Powered by: [BumpStdlibs.jl](https://github.com/JuliaLang/BumpStdlibs.jl) Diff: JuliaSparse/SparseArrays.jl@cb602d7...a09f90b ``` $ git log --oneline cb602d7..a09f90b a09f90b Adjust matvec and matmatmul! to new internal LinAlg interface (#519) 3b30333 ci: run aqua test as a standalone ci job (#537) df0a154 Add versioned Manifest files to .gitignore (#534) 4606755 Extend `copytrito!` for a sparse source (#533) 33fbc75 SparseMatrixCSC constructor with a Tuple of Integers (#523) 08d6ae1 CI: don't run `threads` tests in Windows GHA CI (attempt 2) (#530) 7408e4b Revert "Don't fail CI if codecov upload fails." (#527) 287e406 Bump julia-actions/setup-julia from 1 to 2 (#524) b5de0da Don't fail CI if codecov upload fails. (#525) 78dde4c cast to Float64 directly instead of using float (#521) a5e95ec CI: Add Apple Silicon (macOS aarch64) to the CI matrix (#505) ``` Co-authored-by: Dilum Aluthge <[email protected]>
1 parent 88d6633 commit 812848b

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
cf68209c6e0bad1f728665b7027c9a8e
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
75f8f8cf4bed16ded50094d25c4cd73110a8344013f7c1a90d67ae3e223a7af86c98a551a8d6bbc66e9892cee3da9e1330f24d239d77d463ab693851ff22dd17

‎deps/checksums/SparseArrays-cb602d7b7cf46057ddc87d23cda2bdd168a548ac.tar.gz/md5

-1
This file was deleted.

‎deps/checksums/SparseArrays-cb602d7b7cf46057ddc87d23cda2bdd168a548ac.tar.gz/sha512

-1
This file was deleted.

‎stdlib/SparseArrays.version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
SPARSEARRAYS_BRANCH = main
2-
SPARSEARRAYS_SHA1 = cb602d7b7cf46057ddc87d23cda2bdd168a548ac
2+
SPARSEARRAYS_SHA1 = a09f90b43105229e42ac687ab4e3f6cf50deed8c
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)