-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Julia 1.7.x introduced _goodbuffers and _checkbuffers but use them incorrectly for AbstractSparseArrays. This is fixed on 1.8, but we need a workaround in 1.7.x. Also fixed bug where copy(X'), copy(transpose(X)) and permutedims(X) didn't return ThreadedSparseMatrixCSC.
- Loading branch information
1 parent
8c58f54
commit 2c96928
Showing
3 changed files
with
29 additions
and
2 deletions.
There are no files selected for viewing
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,7 +1,7 @@ | ||
name = "ThreadedSparseArrays" | ||
uuid = "59d54670-b8ac-4d81-ab7a-bb56233e17ab" | ||
authors = ["Stefanos Carlström <[email protected]>"] | ||
version = "0.2.1" | ||
version = "0.2.2" | ||
|
||
[deps] | ||
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" | ||
|
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
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
2c96928
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
Patch notes:
Fix issue with SparseArrays._checkbuffers in Julia 1.7.x.
copy of adjoint/transposed ThreadedSparseMatrixCSC now returns ThreadedSparseMatrixCSC
permutedims of ThreadedSparseMatrixCSC now returns ThreadedSparseMatrixCSC
2c96928
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request created: JuliaRegistries/General/62103
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via: