Skip to content

Commit 24afcc6

Browse files
authored
Import BlockBandedMatrix explicitly (#360)
* Import `BlockBandedMatrix` explicitly * Bump version to v0.6.61
1 parent aaa035b commit 24afcc6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ApproxFunOrthogonalPolynomials"
22
uuid = "b70543e2-c0d9-56b8-a290-0d4d6d4de211"
3-
version = "0.6.60"
3+
version = "0.6.61"
44

55
[deps]
66
ApproxFunBase = "fbd15aa5-315a-5a7d-a8a4-24992e37be05"

src/ApproxFunOrthogonalPolynomials.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ using FastTransforms: plan_chebyshevtransform, plan_chebyshevtransform!,
8181
plan_ichebyshevtransform, plan_ichebyshevtransform!,
8282
pochhammer, lgamma
8383

84-
import BlockBandedMatrices: blockbandwidths
84+
import BlockBandedMatrices: blockbandwidths, BlockBandedMatrix
8585

8686
# we need to import all special functions to use Calculus.symbolic_derivatives_1arg
8787
import SpecialFunctions: erfcx, dawson,

0 commit comments

Comments
 (0)