Skip to content

Commit

Permalink
Update SparseArrays dependency
Browse files Browse the repository at this point in the history
This patch updates SparseArrays. In particular it contains
JuliaSparse/SparseArrays.jl#260 which is
necessary to make progress in #46759.

All changes:
 - Fix direction of circshift (JuliaSparse/SparseArrays.jl#260)
 - Fix `vcat` of sparse vectors with numbers (JuliaSparse/SparseArrays.jl#253)
 - decrement should always return a vector (JuliaSparse/SparseArrays.jl#241)
 - change order of arguments in fkeep, fix bug with fixed elements (JuliaSparse/SparseArrays.jl#240)
 - Sparse matrix/vectors with fixed sparsity pattern. (JuliaSparse/SparseArrays.jl#201)
  • Loading branch information
fredrikekre committed Sep 16, 2022
1 parent 0fabe54 commit e06049e
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20645ffca2e603f3ea832fa5f9b75e9a
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fd13bf35308cf24a0e55e375b614f292c57e4bd632090a95f91d2ba5e678a3a9e353abdc97051c89f7b41580eb5cbe9b32dc7f17858fd1f88b6e41d8cde9c6e5

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion stdlib/SparseArrays.version
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SPARSEARRAYS_BRANCH = main
SPARSEARRAYS_SHA1 = 91814c1e84421a9c43b2776fc9dc96ec25104ac8
SPARSEARRAYS_SHA1 = 4fb8f0eb087ed5777f9d147e451dd6069cf28997
SPARSEARRAYS_GIT_URL := https://github.com/JuliaSparse/SparseArrays.jl.git
SPARSEARRAYS_TAR_URL = https://api.github.com/repos/JuliaSparse/SparseArrays.jl/tarball/$1

0 comments on commit e06049e

Please sign in to comment.