Skip to content

Commit 9ab7c3a

Browse files
authored
Move out code to HarmonicOrthogonalPolynomials (#50)
* Move out code to SphericalHarmonics * Update for Classical/HarmonicOrthogonalPolynomials * Update Project.toml * Tests pass * Update Project.toml * Delete old files
1 parent 97244bd commit 9ab7c3a

16 files changed

+46
-2610
lines changed

Project.toml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
11
name = "MultivariateOrthogonalPolynomials"
22
uuid = "4f6956fd-4f93-5457-9149-7bfc4b2ce06d"
3-
version = "0.0.3"
3+
version = "0.0.4"
44

55
[deps]
66
ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"
77
BandedMatrices = "aae01518-5342-5314-be14-df237901396f"
88
BlockArrays = "8e7c35d0-a365-5155-bbbb-fb81a777f24e"
99
BlockBandedMatrices = "ffab5731-97b5-5995-9138-79e8c1846df0"
10+
ClassicalOrthogonalPolynomials = "b30e2e7b-c4ee-47da-9d5f-2c5c27239acd"
1011
ContinuumArrays = "7ae1f121-cc2c-504b-ac30-9b923412ae5c"
1112
DomainSets = "5b8099bc-c8ec-5219-889f-1d9e522a28bf"
1213
FastTransforms = "057dd010-8810-581a-b7be-e3fc3b93f78c"
1314
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
15+
HarmonicOrthogonalPolynomials = "e416a80e-9640-42f3-8df8-80a93ca01ea5"
1416
InfiniteArrays = "4858937d-0d70-526a-a4dd-2d5cb5dd786c"
1517
InfiniteLinearAlgebra = "cde9dba0-b1de-11e9-2c62-0bab9446c55c"
1618
LazyArrays = "5078a376-72f3-5289-bfd5-ec5146d43c02"
1719
LazyBandedMatrices = "d7e5e226-e90b-4449-9968-0f923699bf6f"
1820
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
19-
OrthogonalPolynomialsQuasi = "aa41a628-2c43-45df-899b-83ab96621781"
2021
QuasiArrays = "c4ea9172-b204-11e9-377d-29865faadc5c"
2122
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
2223
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
@@ -26,17 +27,18 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2627
ArrayLayouts = "0.5.1"
2728
BandedMatrices = "0.16"
2829
BlockArrays = "0.14.1"
29-
BlockBandedMatrices = "0.10"
30-
ContinuumArrays = "0.4"
30+
BlockBandedMatrices = "0.10.1"
31+
ClassicalOrthogonalPolynomials = "0.1.1"
32+
ContinuumArrays = "0.5"
3133
DomainSets = "0.4"
3234
FastTransforms = "0.11"
3335
FillArrays = "0.11"
34-
InfiniteArrays = "0.9"
36+
HarmonicOrthogonalPolynomials = "0.0.1"
37+
InfiniteArrays = "0.9.5"
3538
InfiniteLinearAlgebra = "0.4.5"
36-
LazyArrays = "0.20"
37-
LazyBandedMatrices = "0.4"
38-
OrthogonalPolynomialsQuasi = "0.4"
39-
QuasiArrays = "0.3.8"
39+
LazyArrays = "0.20.5"
40+
LazyBandedMatrices = "0.4.7"
41+
QuasiArrays = "0.4"
4042
SpecialFunctions = "0.10, 1"
4143
StaticArrays = "0.12, 1"
4244
julia = "1.5"

0 commit comments

Comments
 (0)