Skip to content

Releases: JuliaArrays/OffsetArrays.jl

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:

v0.11.4

15 Dec 12:43
v0.11.4
e22f56e
Compare
Choose a tag to compare

v0.11.4 (2019-12-15)

Diff since v0.11.3

Merged pull requests:

  • Improve broadcasting performance by defining dataids (#89) (timholy)

v0.11.3

08 Dec 17:07
v0.11.3
69e4a03
Compare
Choose a tag to compare

v0.11.3 (2019-12-08)

Diff since v0.11.2

Merged pull requests: