Skip to content

Commit 2059260

Browse files
authored
BandedMatrices v1 (#157)
* BandedMatrices v1 * Update test_chebyshev.jl
1 parent 72354ea commit 2059260

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ClassicalOrthogonalPolynomials"
22
uuid = "b30e2e7b-c4ee-47da-9d5f-2c5c27239acd"
33
authors = ["Sheehan Olver <[email protected]>"]
4-
version = "0.11.6"
4+
version = "0.11.7"
55

66
[deps]
77
ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"
@@ -26,7 +26,7 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
2626

2727
[compat]
2828
ArrayLayouts = "1.3.1"
29-
BandedMatrices = "0.17.17"
29+
BandedMatrices = "0.17.17, 1"
3030
BlockArrays = "0.16.9"
3131
BlockBandedMatrices = "0.12"
3232
ContinuumArrays = "0.16"

test/test_chebyshev.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import LazyArrays: ApplyStyle
55
import QuasiArrays: MulQuasiMatrix
66
import Base: OneTo
77
import ContinuumArrays: MappedWeightedBasisLayout, Map, WeightedBasisLayout
8+
import BandedMatrices: isbanded
89

910
@testset "Chebyshev" begin
1011
@testset "ChebyshevGrid" begin

0 commit comments

Comments
 (0)