Skip to content

Commit f559e7c

Browse files
committed
Support Julia v1.0
1 parent 5b646bf commit f559e7c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ os:
66
julia:
77
- 0.6
88
- 0.7
9+
- 1.0
910
- nightly
1011
matrix:
1112
allow_failures:

src/BlockBandedMatrices.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ import BandedMatrices: isbanded, leadingdimension, bandwidth, banded_getindex,
1919

2020
import Base: getindex, setindex!, checkbounds, @propagate_inbounds, convert,
2121
+, *, -, /, \, strides, zeros, size,
22-
unsafe_convert, fill!, length, done, first, last, next,
23-
start, eltype, getindex, to_indices, to_index,
22+
unsafe_convert, fill!, length, first, last,
23+
eltype, getindex, to_indices, to_index,
2424
reindex, _maybetail, tail, @_propagate_inbounds_meta
2525

2626
import Compat.LinearAlgebra: UniformScaling, isdiag

0 commit comments

Comments
 (0)