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 fb2573f commit 462c5c9Copy full SHA for 462c5c9
.github/workflows/CI.yml
@@ -12,7 +12,6 @@ jobs:
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 = "CompactBases"
2
uuid = "2c0377a8-7469-4ebd-be0f-82e501f20078"
3
authors = ["Stefanos Carlström <[email protected]>"]
4
-version = "0.3.9"
+version = "0.3.10"
5
6
[deps]
7
BandedMatrices = "aae01518-5342-5314-be14-df237901396f"
@@ -21,7 +21,7 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
21
[compat]
22
BandedMatrices = "0.16,0.17"
23
BlockBandedMatrices = "0.11"
24
-ContinuumArrays = "0.10"
+ContinuumArrays = "0.10, 0.11"
25
FastGaussQuadrature = "0.4"
26
FillArrays = "0.12,0.13"
27
Formatting = "0.4"
0 commit comments