Skip to content

Releases: JuliaArrays/OffsetArrays.jl

v1.9.2

30 May 20:16
0b02b54
Compare
Choose a tag to compare

OffsetArrays v1.9.2

Diff since v1.9.1

Merged pull requests:

  • Fix Int overflow bugs in offset computation (#237) (@jishnub)

v1.9.1

30 May 09:06
637018e
Compare
Choose a tag to compare

OffsetArrays v1.9.1

Diff since v1.9.0

Closed issues:

  • Possible bug: StackOverflowError with inds::Tuple{Int32,Colon} (#235)

Merged pull requests:

  • Preserve axes in permutedims for AbstractVectors (#243) (@jishnub)

v1.9.0

23 May 09:19
41823a0
Compare
Choose a tag to compare

OffsetArrays v1.9.0

Diff since v1.8.0

Closed issues:

  • move ImageFiltering.centered here (#169)
  • zero function for StaticArrays (#233)

Merged pull requests:

v1.8.0

09 May 18:56
b189da0
Compare
Choose a tag to compare

OffsetArrays v1.8.0

Diff since v1.7.0

Closed issues:

  • missing convert method (#171)
  • IdOffsetRanges with Bool parent ranges do not preserve eltype (#223)

Merged pull requests:

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)