Skip to content

Commit 5ddbb0c

Browse files
authored
Explicitly import constructor in FillArrays ext (#18)
1 parent d84a93d commit 5ddbb0c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "LowRankMatrices"
22
uuid = "e65ccdef-c354-471a-8090-89bec1c20ec3"
33
authors = ["Jishnu Bhattacharya <[email protected]> and contributors"]
4-
version = "1.0.1"
4+
version = "1.0.2"
55

66
[deps]
77
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"

ext/LowRankMatricesFillArraysExt.jl

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module LowRankMatricesFillArraysExt
22

33
using LowRankMatrices
4+
import LowRankMatrices: LowRankMatrix
45
using FillArrays
56
using FillArrays: AbstractFill
67

0 commit comments

Comments
 (0)