Skip to content

Commit bb0a159

Browse files
authored
Use isbanded from BandedMatrices (#345)
* Use isbanded from BandedMatrices * Version bump to v0.7.62
1 parent 7ca3560 commit bb0a159

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 = "ApproxFunBase"
22
uuid = "fbd15aa5-315a-5a7d-a8a4-24992e37be05"
3-
version = "0.7.61"
3+
version = "0.7.62"
44

55
[deps]
66
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"

src/ApproxFunBase.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ import SpecialFunctions: sinpi, cospi, airy, besselh,
6868

6969
import BandedMatrices: bandrange, inbands_setindex!, bandwidth,
7070
colstart, colstop, colrange, rowstart, rowstop, rowrange,
71-
bandwidths, _BandedMatrix, BandedMatrix
71+
bandwidths, _BandedMatrix, BandedMatrix, isbanded
7272

7373
import BlockArrays: blocksize, block, blockaxes, blockindex
7474
import BlockBandedMatrices: blockbandwidth, blockbandwidths, blockcolstop,

0 commit comments

Comments
 (0)