Skip to content

Releases: JuliaArrays/OffsetArrays.jl

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)

v1.4.2

24 Dec 17:04
cd9b075
Compare
Choose a tag to compare

OffsetArrays v1.4.2

Diff since v1.4.1

Closed issues:

  • Zero indexed helper (#172)

Merged pull requests:

  • Avoid returning the value of toplevel in Base.showarg (#173) (@jishnub)
  • avoid dynamic dispatch in no_offset_view(::Array) (#175) (@jishnub)

v1.4.1

04 Dec 21:01
9589e4d
Compare
Choose a tag to compare

OffsetArrays v1.4.1

Diff since v1.4.0

Merged pull requests:

v1.4.0

02 Nov 20:07
ef567ce
Compare
Choose a tag to compare

OffsetArrays v1.4.0

Diff since v1.3.1

Merged pull requests:

v1.3.1

11 Oct 07:11
Compare
Choose a tag to compare

OffsetArrays v1.3.1

Diff since v1.3.0

Closed issues:

  • Broadcasting with IdOffsetRange seems wrong (#104)
  • Element type of an OffsetArray must match that of the parent array (#162)

Merged pull requests:

v1.3.0

27 Sep 15:09
87666ee
Compare
Choose a tag to compare

OffsetArrays v1.3.0

Diff since v1.2.1

Closed issues:

  • support CartesianIndex offset (#132)
  • configure SSH key for TagBot (#149)
  • Indexing is not idempotent using Base.IdentityUnitRange (#155)

Merged pull requests:

v1.2.1

18 Sep 13:08
v1.2.1
8c07770
Compare
Choose a tag to compare

OffsetArrays v1.2.1

Diff since v1.2.0

Merged pull requests:

v1.2.0

14 Sep 08:10
b2fd31a
Compare
Choose a tag to compare

OffsetArrays v1.2.0

Diff since v1.1.3

Closed issues:

  • diagm doesn't work (#25)
  • Allow for constructing arrays with CartesianRange (#71)
  • show(::OffsetArrays.IdOffsetRange should show its type (#121)
  • Bound Check when offsetting near typemin/max(Int) (#136)

Merged pull requests:

v1.1.3

30 Aug 08:10
ff0d630
Compare
Choose a tag to compare

OffsetArrays v1.1.3

Diff since v1.1.2

Closed issues:

  • view != getindex, with IdentityUnitRange (#100)
  • StackOverflowError in similar with Colons (#122)
  • Views with IdOffsetRange as axes don't produce expected results (#133)

Merged pull requests: