Skip to content

Releases: JuliaArrays/OffsetArrays.jl

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:

v0.11.2

29 Nov 13:48
v0.11.2
Compare
Choose a tag to compare

v0.11.2 (2019-11-29)

Diff since v0.11.1

Closed issues:

  • searchsorted causes segfault (#85)
  • Reshape with Colon doesn't work, can segfault (#82)
  • lbound and ubound functions (#72)
  • Is there any way to push!/pop!/delete! from an OffsetArray? (#60)

Merged pull requests:

v0.11.1

25 Jun 20:30
v0.11.1
950bb88
Compare
Choose a tag to compare

v0.11.1 (2019-06-25)

Diff since v0.11.0

Closed issues:

  • support offsett-version of linear index? (#77)

Merged pull requests:

v0.11.0

04 May 15:11
02be2c2
Compare
Choose a tag to compare
Switch to Project.toml and bump version for release (#75)

OffsetArrays 0.10.0

01 Feb 18:06
6fa3b00
Compare
Choose a tag to compare
  • avoid unnecessary indirection when nesting OffsetArrays (#67)
  • add no_offset_view (#66)
  • preserve ranges as ranges when indexing (#69)
  • fix some tests on Julia 1.2-DEV (#70)

Support resize and IdentityUnitRange

11 Dec 14:47
2925930
Compare
Choose a tag to compare

This fixes OffsetArrays for julia 1.1

Add missing & nothing constructor methods

16 Nov 21:54
98275a8
Compare
Choose a tag to compare
Merge pull request #59 from schmrlng/missing_nothing

Add OffsetArray/OffsetVector constructors for missing and nothing initialization

0.7/1.0 compatibility

07 Aug 15:40
e814c7a
Compare
Choose a tag to compare
Fix final 0.7 deprecations and enable 0.7 CI (#54)

* Fix final 0.7 deprecations and enable 0.7 CI

* Modernize AppVeyor per https://github.com/JuliaCI/Appveyor.jl

* Make summary test 32/64-bit agnostic

Remove guards on size and atsign-inbounds

12 Jul 17:35
b8ef4f0
Compare
Choose a tag to compare
Merge pull request #52 from JuliaArrays/teh/remove_training_wheels

Introduce full support for array operations