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:
 - Remove fkeep! from the documentation (JuliaSparse/SparseArrays.jl#261)
 - 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 4a28946
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1131e3b2c3b3c3967fadc6fb52cfbf8d
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2f251e983eb50676b0ce91feb017d3c77cabee237692ed316bce263563bab28086095e0c1cef8d7780abd2a86a7debb27b3702c41a32df2fd342580b6db32a9a
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 = fde1e1f34af532aa3fdf5f9cb7420f5fb01fa8e8
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 4a28946

Please sign in to comment.