Releases: JuliaArrays/OffsetArrays.jl
Releases · JuliaArrays/OffsetArrays.jl
v1.7.0
OffsetArrays v1.7.0
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:
- Specialize copy and getindex with Colons (#207) (@jishnub)
- Make
show
round-trippable for IdOffsetRange (#208) (@timholy) - similar with IdOffsetRanges may use the parent axes types (#213) (@jishnub)
- Add tests for LinearIndices (#218) (@jishnub)
- Fix overflow for empty ranges (#226) (@jishnub)
- Bugfix in overflow, CartesianIndices for BigInt ranges (#227) (@jishnub)
- Origin accepts Integer arguments (#229) (@jishnub)
v1.6.2
v1.6.1
v1.6.0
OffsetArrays v1.6.0
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:
- Make no_offset_view inferrable (#189) (@timholy)
- Update the compat bounds of dependencies in documentation (#190) (@jishnub)
- remove _unwrap (#199) (@jishnub)
- fix show for OffsetRanges (#200) (@jishnub)
- Fix show for OffsetRanges (redo #200) (#203) (@jishnub)
- Fix indexing with OffsetRanges (#205) (@jishnub)
v1.5.3
v1.5.2
OffsetArrays v1.5.2
Closed issues:
- OffsetArray accesses out-of-bounds memory and returns an incorrect value when indexing with [] (#194)
Merged pull requests:
v1.5.1
OffsetArrays v1.5.1
Closed issues:
Merged pull requests:
v1.5.0
OffsetArrays v1.5.0
Closed issues:
- Broadcast Origin as a scalar by default? (#181)
Merged pull requests:
- make Origin a scalar for broadcasting (#182) (@GregPlowman)
v1.4.4
OffsetArrays v1.4.4
Merged pull requests: