We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 175cf1b commit 19f73abCopy full SHA for 19f73ab
.github/workflows/ci.yml
@@ -16,6 +16,8 @@ jobs:
16
version:
17
- '1'
18
- '1.6'
19
+ - '1.7'
20
+ - '1.8'
21
steps:
22
- uses: actions/checkout@v3
23
- uses: julia-actions/setup-julia@v1
src/ArrayInterface.jl
@@ -482,7 +482,7 @@ Returns the number.
482
"""
483
bunchkaufman_instance(a::Any) = bunchkaufman(a, check = false)
484
485
-@static if VERSION < v"1.7beta"
+@static if VERSION < v"1.8beta"
486
const DEFAULT_CHOLESKY_PIVOT = Val(false)
487
else
488
const DEFAULT_CHOLESKY_PIVOT = LinearAlgebra.NoPivot()
0 commit comments