Skip to content

Commit b67680c

Browse files
authored
InfiniteArrays v0.15 (#85)
* InfiniteArrays v0.15 * Update Project.toml * Update ci.yml * Update arrowhead.jl
1 parent b839474 commit b67680c

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
version:
23-
- '1.10'
23+
- 'lts'
24+
- '1'
2425
os:
2526
- ubuntu-latest
2627
- macOS-latest

Project.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "PiecewiseOrthogonalPolynomials"
22
uuid = "4461d12d-4663-4550-8580-cb764c85e20f"
33
authors = ["Sheehan Olver <solver@mac.com>"]
4-
version = "0.5.1"
4+
version = "0.5.2"
55

66
[deps]
77
ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"
@@ -24,13 +24,13 @@ ArrayLayouts = "1.0.12"
2424
BandedMatrices = "1.7"
2525
BlockArrays = "1"
2626
BlockBandedMatrices = "0.13"
27-
ClassicalOrthogonalPolynomials = "0.13"
27+
ClassicalOrthogonalPolynomials = "0.13, 0.14"
2828
ContinuumArrays = "0.18"
2929
FillArrays = "1.0"
30-
InfiniteArrays = "0.14"
31-
InfiniteLinearAlgebra = "0.8"
30+
InfiniteArrays = "0.14, 0.15"
31+
InfiniteLinearAlgebra = "0.8, 0.9"
3232
LazyArrays = "2.0.4"
33-
LazyBandedMatrices = "0.10"
33+
LazyBandedMatrices = "0.10, 0.11"
3434
MatrixFactorizations = "3"
3535
QuasiArrays = "0.11"
3636
julia = "1.10"

src/arrowhead.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ import FillArrays: AbstractFill
1313
import FillArrays: SquareEye
1414
import InfiniteArrays: OneToInf
1515

16-
import LazyBandedMatrices.LazyArraysBandedMatricesExt: BandedLazyLayouts
16+
const LazyArraysBandedMatricesExt = Base.get_extension(LazyArrays, :LazyArraysBandedMatricesExt)
17+
18+
const BandedLazyLayouts = LazyArraysBandedMatricesExt.BandedLazyLayouts
1719

1820

1921
export BBBArrowheadMatrix

0 commit comments

Comments
 (0)