Skip to content

Commit 6947ef6

Browse files
committed
v0.0.6
1 parent e6264b0 commit 6947ef6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
name = "QuasiArrays"
22
uuid = "c4ea9172-b204-11e9-377d-29865faadc5c"
33
authors = ["Sheehan Olver <solver@mac.com>"]
4-
version = "0.0.5"
4+
version = "0.0.6"
55

66
[deps]
77
ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"
88
LazyArrays = "5078a376-72f3-5289-bfd5-ec5146d43c02"
99
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1010

1111
[compat]
12-
ArrayLayouts = "0.1.3"
13-
LazyArrays = "0.14.6"
12+
ArrayLayouts = "0.1.4"
13+
LazyArrays = "0.14.7"
1414
julia = "1.1"
1515

1616
[extras]

test/test_quasibroadcast.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import QuasiArrays: QuasiCartesianIndex, QuasiCartesianIndices, DefaultQuasiArra
1212
@test @inferred(Broadcast.combine_axes(Z,Z)) == ax
1313
@test @inferred(Broadcast.combine_axes(Z,z)) == ax
1414
@test @inferred(Broadcast.combine_axes(z,Z)) == ax
15-
@test_broken @inferred(Broadcast.combine_axes(z,Z, zeros(1))) == ax
15+
@test @inferred(Broadcast.combine_axes(z,Z, zeros(1))) == ax
1616

1717
check_broadcast_axes(ax, Z)
1818
check_broadcast_axes(ax, z)

0 commit comments

Comments
 (0)