Skip to content

Commit a124663

Browse files
committed
Julia v1.12 support
1 parent 538c66f commit a124663

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "QuasiArrays"
22
uuid = "c4ea9172-b204-11e9-377d-29865faadc5c"
33
authors = ["Sheehan Olver <[email protected]>"]
4-
version = "0.12"
4+
version = "0.12.1"
55

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

src/QuasiArrays.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ import Base: BitInteger, IEEEFloat, uniontypes, _InitialValue, safe_tail, reduce
3232

3333
import Base: ones, zeros, one, zero, fill
3434

35+
import Base: AbstractVector, AbstractArray, AbstractMatrix
36+
3537
import Base.Broadcast: materialize, materialize!, BroadcastStyle, AbstractArrayStyle, Style, broadcasted, Broadcasted, Unknown,
3638
newindex, broadcastable, preprocess, _eachindex, _broadcast_getindex, broadcast_shape,
3739
DefaultArrayStyle, axistype, throwdm, instantiate, combine_eltypes, eltypes, combine_styles

src/multidimensional.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module QuasiIteratorsMD
44
setindex!, IndexStyle, min, max, zero, oneunit, isless, eachindex,
55
ndims, IteratorSize, convert, show, iterate, promote_rule
66

7-
import Base: +, -, *, (:)
7+
import Base: +, -, *, (:), Tuple
88
import Base: simd_outer_range, simd_inner_length, simd_index
99
using Base: IndexLinear, IndexCartesian, AbstractCartesianIndex, fill_to_length, tail
1010
using Base.Iterators: Reverse

0 commit comments

Comments
 (0)