We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b839474 commit 54e588cCopy full SHA for 54e588c
Project.toml
@@ -1,7 +1,7 @@
1
name = "PiecewiseOrthogonalPolynomials"
2
uuid = "4461d12d-4663-4550-8580-cb764c85e20f"
3
authors = ["Sheehan Olver <[email protected]>"]
4
-version = "0.5.1"
+version = "0.5.2"
5
6
[deps]
7
ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"
@@ -27,10 +27,10 @@ BlockBandedMatrices = "0.13"
27
ClassicalOrthogonalPolynomials = "0.13"
28
ContinuumArrays = "0.18"
29
FillArrays = "1.0"
30
-InfiniteArrays = "0.14"
31
-InfiniteLinearAlgebra = "0.8"
+InfiniteArrays = "0.14, 0.15"
+InfiniteLinearAlgebra = "0.8, 0.9"
32
LazyArrays = "2.0.4"
33
-LazyBandedMatrices = "0.10"
+LazyBandedMatrices = "0.10, 0.11"
34
MatrixFactorizations = "3"
35
QuasiArrays = "0.11"
36
julia = "1.10"
0 commit comments