Skip to content

Commit 9751c23

Browse files
authored
Explicitly import constructors that are extended (#471)
* Explicitly import constructors that are extended * Bump version to v1.9.3
1 parent 3ff0f7b commit 9751c23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "BandedMatrices"
22
uuid = "aae01518-5342-5314-be14-df237901396f"
3-
version = "1.9.2"
3+
version = "1.9.3"
44

55
[deps]
66
ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"

src/BandedMatrices.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import Base: axes, axes1, getproperty, getindex, setindex!, *, +, -, ==, <, <=,
77
>=, /, \, adjoint, transpose, showerror, convert, size, view,
88
unsafe_indices, first, last, size, length, unsafe_length, step, to_indices,
99
to_index, show, fill!, similar, copy, promote_rule, real, imag,
10-
copyto!, Array, sum, sum!, one
10+
copyto!, Array, sum, sum!, one, AbstractMatrix, Matrix, AbstractArray
1111

1212
using Base.Broadcast: AbstractArrayStyle, DefaultArrayStyle, Broadcasted
1313
import Base.Broadcast: BroadcastStyle, broadcasted

0 commit comments

Comments
 (0)