Skip to content

Releases: JuliaArrays/OffsetArrays.jl

v1.7.0

25 Apr 06:53
ce0a06d
Compare
Choose a tag to compare

OffsetArrays v1.7.0

Diff since v1.6.2

Closed issues:

  • LinearIndices is broken if the parent array does not have 1-based indexing (#217)
  • Reshape with Colon and UnitRange (#222)
  • Integer overflow in IdOffsetRange (#225)

Merged pull requests:

v1.6.2

03 Mar 14:09
fe95c00
Compare
Choose a tag to compare

OffsetArrays v1.6.2

Diff since v1.6.1

Closed issues:

  • Optimize axis-independent reduction functions for OffsetRanges (#201)

Merged pull requests:

  • optimize reductions for OffsetRanges (#202) (@jishnub)
  • Limit specialized mapreduce to Integer OffsetUnitRanges (#216) (@jishnub)

v1.6.1

26 Feb 20:25
7a1e2b9
Compare
Choose a tag to compare

OffsetArrays v1.6.1

Diff since v1.6.0

Closed issues:

  • Latest release causes StackOverflowError (#209)

Merged pull requests:

v1.6.0

18 Feb 15:40
c805039
Compare
Choose a tag to compare

OffsetArrays v1.6.0

Diff since v1.5.3

Closed issues:

  • bad printing style for column matrices in tuples (probably unintended) (#80)
  • offset IdOffsetRange not displayed correctly, and can't be used as offsets (#198)

Merged pull requests:

v1.5.3

04 Feb 09:35
47f5614
Compare
Choose a tag to compare

OffsetArrays v1.5.3

Diff since v1.5.2

Closed issues:

  • LinearIndexing for a zero-dimensional view of an OffsetVector doesn't work as expected (#128)

Merged pull requests:

v1.5.2

25 Jan 08:42
1263513
Compare
Choose a tag to compare

OffsetArrays v1.5.2

Diff since v1.5.1

Closed issues:

  • OffsetArray accesses out-of-bounds memory and returns an incorrect value when indexing with [] (#194)

Merged pull requests:

  • Type assertions in converting offsets to Ints (#191) (@jishnub)
  • Correct bounds checking for AbstractVectors with no indices specified (fixes #194) (#195) (@jishnub)

v1.5.1

18 Jan 11:38
e65fd01
Compare
Choose a tag to compare

OffsetArrays v1.5.1

Diff since v1.5.0

Closed issues:

  • Remove Adapt.jl (#174)
  • views with IdOffsetRange axes do not compute offsets correctly (#186)

Merged pull requests:

  • Conditionally skip CI for non-breaking changes (#183) (@jishnub)
  • A bit of SnoopCompile-inspired maintenance (#184) (@timholy)
  • Fix nested IdOffsetRange constructor (#185) (@jishnub)
  • OffsetArray constructor accepts Integer offsets instead of only Int ones (#188) (@jishnub)

v1.5.0

05 Jan 19:24
10a7b28
Compare
Choose a tag to compare

OffsetArrays v1.5.0

Diff since v1.4.4

Closed issues:

  • Broadcast Origin as a scalar by default? (#181)

Merged pull requests:

v1.4.4

04 Jan 05:36
4df57a7
Compare
Choose a tag to compare

OffsetArrays v1.4.4

Diff since v1.4.3

Merged pull requests:

  • Bugfix in dispatch in IdOffsetRange{T,I}(::IdOffsetRange{T,I}) (#180) (@jishnub)

v1.4.3

03 Jan 09:57
42c8cf6
Compare
Choose a tag to compare

OffsetArrays v1.4.3

Diff since v1.4.2

Merged pull requests:

  • Update the docstring for OffsetArray (#176) (@jishnub)
  • remove unnecessary broadcasting in firstindex/lastindex (#177) (@jishnub)
  • Treat offset consistently in IdOffsetRange constructor (#178) (@jishnub)