-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
1 parent
0fabe54
commit 8eea138
Showing
5 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
deps/checksums/SparseArrays-4fb8f0eb087ed5777f9d147e451dd6069cf28997.tar.gz/md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
20645ffca2e603f3ea832fa5f9b75e9a |
1 change: 1 addition & 0 deletions
1
deps/checksums/SparseArrays-4fb8f0eb087ed5777f9d147e451dd6069cf28997.tar.gz/sha512
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
fd13bf35308cf24a0e55e375b614f292c57e4bd632090a95f91d2ba5e678a3a9e353abdc97051c89f7b41580eb5cbe9b32dc7f17858fd1f88b6e41d8cde9c6e5 |
1 change: 0 additions & 1 deletion
1
deps/checksums/SparseArrays-91814c1e84421a9c43b2776fc9dc96ec25104ac8.tar.gz/md5
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
deps/checksums/SparseArrays-91814c1e84421a9c43b2776fc9dc96ec25104ac8.tar.gz/sha512
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |