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 ca34659 commit ef44375Copy full SHA for ef44375
.github/workflows/ci.yml
@@ -12,6 +12,7 @@ jobs:
12
version:
13
- '1.5'
14
- '1'
15
+ - '^1.7.0-0'
16
os:
17
- ubuntu-latest
18
- macOS-latest
Project.toml
@@ -1,6 +1,6 @@
1
name = "InfiniteLinearAlgebra"
2
uuid = "cde9dba0-b1de-11e9-2c62-0bab9446c55c"
3
-version = "0.5.13"
+version = "0.5.14"
4
5
[deps]
6
ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"
@@ -23,7 +23,7 @@ BlockArrays = "0.15, 0.16"
23
BlockBandedMatrices = "0.10"
24
DSP = "0.6, 0.7"
25
FillArrays = "0.11, 0.12"
26
-InfiniteArrays = "0.11"
+InfiniteArrays = "0.11, 0.12"
27
LazyArrays = "0.21.8"
28
LazyBandedMatrices = "0.6"
29
MatrixFactorizations = "0.8"
0 commit comments