Skip to content

Releases: JuliaArrays/OffsetArrays.jl

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:

v1.1.2

24 Jul 09:06
e907809
Compare
Choose a tag to compare

OffsetArrays v1.1.2

Diff since v1.1.1

Closed issues:

  • Performance hit in computing axes of views of OffsetArrays with slices as axes (#129)

Merged pull requests:

  • similar does not accept colons as indices (#126) (@jishnub)
  • Inherit matrix printing style from the parent array (#127) (@jishnub)
  • Perform bounds checking in indexing instead of deferring to the parent array (#130) (@jishnub)

v1.1.1

06 Jul 12:08
2ce0104
Compare
Choose a tag to compare

OffsetArrays v1.1.1

Diff since v1.1.0

Closed issues:

  • Type instability in axes(arr,dim) (#116)
  • setindex! should return the array, not the value (#123)

Merged pull requests:

v1.1.0

18 Jun 00:13
bd7608e
Compare
Choose a tag to compare

OffsetArrays v1.1.0

Diff since v1.0.4

Closed issues:

  • enumerate returns wrong indices (#110)
  • Keep indices when slicing (#113)

Merged pull requests:

  • Preserve offsets on broadcasting IdOffsetRange (#114) (@yha)
  • Reuse similar for undef initialization (#115) (@goretkin)

v1.0.4

29 Mar 11:03
7294f3d
Compare
Choose a tag to compare

OffsetArrays v1.0.4

Diff since v1.0.3

Closed issues:

  • Reduction over OffsetArray views triggers typeassert error (#92)
  • Reduction over OffsetArray error (#107)

Merged pull requests:

v1.0.3

07 Mar 07:04
098afd2
Compare
Choose a tag to compare

OffsetArrays v1.0.3

Diff since v1.0.2

Merged pull requests:

v1.0.2

23 Jan 19:21
v1.0.2
9e858bb
Compare
Choose a tag to compare

v1.0.2 (2020-01-23)

Diff since v1.0.1

Merged pull requests:

v1.0.1

19 Jan 15:46
v1.0.1
f51f9b5
Compare
Choose a tag to compare

v1.0.1 (2020-01-19)

Diff since v1.0.0

Merged pull requests:

  • For now, disable the distinction between coercion and conversion (#95) (timholy)
  • Add coercion/conversion and Documenter docs (#94) (timholy)

v1.0.0

18 Jan 21:09
v1.0.0
5c46d0e
Compare
Choose a tag to compare

v1.0.0 (2020-01-18)

Diff since v0.11.4

Closed issues:

  • Multi-arg eachindex results in error (#24)

Merged pull requests: