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 9a8ef84 commit bd2867aCopy full SHA for bd2867a
.travis.yml
@@ -7,6 +7,7 @@ julia:
7
- 0.7
8
- 1.0
9
- 1.1
10
+ - 1.2
11
- nightly
12
matrix:
13
allow_failures:
Project.toml
@@ -1,6 +1,6 @@
1
name = "BlockBandedMatrices"
2
uuid = "ffab5731-97b5-5995-9138-79e8c1846df0"
3
-version = "0.4.3"
+version = "0.4.4"
4
5
[deps]
6
BandedMatrices = "aae01518-5342-5314-be14-df237901396f"
appveyor.yml
@@ -2,6 +2,8 @@ environment:
- julia_version: 0.7
- julia_version: 1
+ - julia_version: 1.1
+ - julia_version: 1.2
- julia_version: nightly
platform:
0 commit comments