Skip to content

Commit bd5d352

Browse files
authored
ContinuumArrays v0.17 (#163)
* ContinuumArrays v0.17 * Update for v0.17 * Update normalized.jl * Fix tests * Update ClassicalOrthogonalPolynomials.jl * fix docs * add docs * increase coverage * Update runtests.jl
1 parent 3a66b3f commit bd5d352

13 files changed

+278
-233
lines changed

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ClassicalOrthogonalPolynomials"
22
uuid = "b30e2e7b-c4ee-47da-9d5f-2c5c27239acd"
33
authors = ["Sheehan Olver <[email protected]>"]
4-
version = "0.11.10"
4+
version = "0.12"
55

66
[deps]
77
ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"
@@ -29,11 +29,11 @@ ArrayLayouts = "1.3.1"
2929
BandedMatrices = "0.17.17, 1"
3030
BlockArrays = "0.16.9"
3131
BlockBandedMatrices = "0.12"
32-
ContinuumArrays = "0.16"
32+
ContinuumArrays = "0.17"
3333
DomainSets = "0.6, 0.7"
3434
FFTW = "1.1"
3535
FastGaussQuadrature = "0.5, 1"
36-
FastTransforms = "0.15.10"
36+
FastTransforms = "0.15.15"
3737
FillArrays = "1"
3838
HypergeometricFunctions = "0.3.4"
3939
InfiniteArrays = "0.12.11, 0.13"

0 commit comments

Comments
 (0)