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 c239f9f commit 8a7a972Copy full SHA for 8a7a972
.github/workflows/ci.yml
@@ -11,6 +11,8 @@ jobs:
11
matrix:
12
version:
13
- '1.6'
14
+ - '1'
15
+ - '^1.8.0-0'
16
os:
17
- ubuntu-latest
18
- macOS-latest
Project.toml
@@ -1,7 +1,7 @@
1
name = "HarmonicOrthogonalPolynomials"
2
uuid = "e416a80e-9640-42f3-8df8-80a93ca01ea5"
3
authors = ["Sheehan Olver <[email protected]>"]
4
-version = "0.2.4"
+version = "0.2.5"
5
6
[deps]
7
BlockArrays = "8e7c35d0-a365-5155-bbbb-fb81a777f24e"
@@ -26,7 +26,6 @@ DomainSets = "0.5"
26
FastTransforms = "0.13"
27
InfiniteArrays = "0.12"
28
IntervalSets = "0.5"
29
-LazyBandedMatrices = "0.7"
30
QuasiArrays = "0.9"
31
SpecialFunctions = "1, 2"
32
StaticArrays = "1"
0 commit comments