Skip to content

Commit 42d5f68

Browse files
committed
v0.0.4
1 parent f012f2a commit 42d5f68

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name = "QuasiArrays"
22
uuid = "c4ea9172-b204-11e9-377d-29865faadc5c"
33
authors = ["Sheehan Olver <[email protected]>"]
4-
version = "0.0.3"
4+
version = "0.0.4"
55

66
[deps]
77
LazyArrays = "5078a376-72f3-5289-bfd5-ec5146d43c02"
88
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
99

1010
[compat]
11-
LazyArrays = "0.13, 0.14"
11+
LazyArrays = "0.14"
1212
julia = "1.1"
1313

1414
[extras]

src/QuasiArrays.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ import LazyArrays: MemoryLayout, UnknownLayout, Mul, ApplyLayout, BroadcastLayou
3939
rowsupport, colsupport, tuple_type_memorylayouts, applylayout, broadcastlayout,
4040
LdivApplyStyle, most, InvLayout, PInvLayout,
4141
_mul, rowsupport, DiagonalLayout, adjointlayout, transposelayout, conjlayout,
42-
subarraylayout, call, combine_mul_styles, result_mul_style, LazyArrayStyle
42+
sublayout, call, combine_mul_styles, result_mul_style, LazyArrayStyle
4343

4444
import Base.IteratorsMD
4545

src/subquasiarray.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,5 +329,5 @@ end
329329
##
330330

331331
@inline MemoryLayout(A::Type{<:SubQuasiArray{T,N,P,I}}) where {T,N,P,I} =
332-
subarraylayout(MemoryLayout(P), I)
332+
sublayout(MemoryLayout(P), I)
333333

0 commit comments

Comments
 (0)