File tree Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 2020 fail-fast : false
2121 matrix :
2222 version :
23- - ' 1.10'
23+ - ' lts'
24+ - ' 1'
2425 os :
2526 - ubuntu-latest
2627 - macOS-latest
Original file line number Diff line number Diff line change 11name = " PiecewiseOrthogonalPolynomials"
22uuid = " 4461d12d-4663-4550-8580-cb764c85e20f"
33authors = [" Sheehan Olver <solver@mac.com>" ]
4- version = " 0.5.1 "
4+ version = " 0.5.2 "
55
66[deps ]
77ArrayLayouts = " 4c555306-a7a7-4459-81d9-ec55ddd5c99a"
@@ -24,13 +24,13 @@ ArrayLayouts = "1.0.12"
2424BandedMatrices = " 1.7"
2525BlockArrays = " 1"
2626BlockBandedMatrices = " 0.13"
27- ClassicalOrthogonalPolynomials = " 0.13"
27+ ClassicalOrthogonalPolynomials = " 0.13, 0.14 "
2828ContinuumArrays = " 0.18"
2929FillArrays = " 1.0"
30- InfiniteArrays = " 0.14"
31- InfiniteLinearAlgebra = " 0.8"
30+ InfiniteArrays = " 0.14, 0.15 "
31+ InfiniteLinearAlgebra = " 0.8, 0.9 "
3232LazyArrays = " 2.0.4"
33- LazyBandedMatrices = " 0.10"
33+ LazyBandedMatrices = " 0.10, 0.11 "
3434MatrixFactorizations = " 3"
3535QuasiArrays = " 0.11"
3636julia = " 1.10"
Original file line number Diff line number Diff line change @@ -13,7 +13,9 @@ import FillArrays: AbstractFill
1313import FillArrays: SquareEye
1414import InfiniteArrays: OneToInf
1515
16- import LazyBandedMatrices. LazyArraysBandedMatricesExt: BandedLazyLayouts
16+ const LazyArraysBandedMatricesExt = Base. get_extension (LazyArrays, :LazyArraysBandedMatricesExt )
17+
18+ const BandedLazyLayouts = LazyArraysBandedMatricesExt. BandedLazyLayouts
1719
1820
1921export BBBArrowheadMatrix
You can’t perform that action at this time.
0 commit comments