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:
```
4fb8f0e Fix direction of circshift (#260)
ead48fe Fix `vcat` of sparse vectors with numbers (#253)
d88be9f decrement should always return a vector (#241)
dfcc48a change order of arguments in fkeep, fix bug with fixed elements (#240)
43b4d01 Sparse matrix/vectors with fixed sparsity pattern. (#201)
```
  • Loading branch information
fredrikekre committed Sep 16, 2022
1 parent 0fabe54 commit 8eea138
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 8eea138

Please sign in to comment.