Skip to content

Releases: JuliaArrays/OffsetArrays.jl

Require julia 0.7

03 Jul 22:52
b604843

Choose a tag to compare

Merge pull request #50 from JuliaArrays/teh/v0.7

Require julia 0.7-beta

OffsetArray's axes are also offset arrays

29 Jun 22:49
97e945f

Choose a tag to compare

This release brings Julia v0.7 compatibility and changes a major aspect of their representation when running on Julia v0.7: the axes of an OffsetArray are now offset themselves such that ax[i] == i. This frequently makes their behavior more similar with 1-based arrays; for example A[axes(A)...] == A now with Julia 0.7.

For more details on this change, see: JuliaLang/julia#27038.

Lots of 0.7 fixes

02 Feb 15:26
a29db30

Choose a tag to compare

Merge pull request #40 from fredrikekre/fe/uninitialized

use uninitialized in OffsetArray constructors

`showarg` and 0.7 inference fix

04 Oct 09:36

Choose a tag to compare

Merge pull request #32 from JuliaArrays/teh/showarg

Inference improvements on 0.7 and improvements in `show`

Fix array + scalar deprecations

21 Sep 09:45

Choose a tag to compare

Merge pull request #31 from JuliaArrays/teh/arithdep

Fix ::array + ::Number, for loop, and Val depwarns on 0.7

Fix deprecations

19 Sep 12:46

Choose a tag to compare

Merge pull request #30 from JuliaArrays/fbot/deps

Fix deprecations