Skip to content

Commit

Permalink
Julia 1.6.0-rc2 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmushenningsson committed Mar 15, 2021
1 parent 1c40e26 commit d4204ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ThreadedSparseArrays.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ using LinearAlgebra
import LinearAlgebra: mul!
using SparseArrays
import SparseArrays: getcolptr
const AdjOrTransDenseMatrix = if VERSION < v"1.7.0-DEV.499"
const AdjOrTransDenseMatrix = if VERSION < v"1.6.0-rc2"
SparseArrays.AdjOrTransStridedOrTriangularMatrix
else
SparseArrays.AdjOrTransDenseMatrix
Expand Down

2 comments on commit d4204ea

@rasmushenningsson
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

Patch notes:

Improved fallbacks for non-threaded cases, e.g. sparse * sparse.
Julia 1.6.0-rc2 compatibility fix.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/31980

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:

git tag -a v0.1.2 -m "<description of version>" d4204eaefd3656f50cf03d550eb6c3c2aa644a94
git push origin v0.1.2

Please sign in to comment.