Releases: JuliaArrays/OffsetArrays.jl
Releases · JuliaArrays/OffsetArrays.jl
v1.9.2
OffsetArrays v1.9.2
Merged pull requests:
v1.9.1
OffsetArrays v1.9.1
Closed issues:
- Possible bug: StackOverflowError with inds::Tuple{Int32,Colon} (#235)
Merged pull requests:
v1.9.0
OffsetArrays v1.9.0
Closed issues:
Merged pull requests:
- specialize zero and fill! (#240) (@jishnub)
- add center/centered helpers (#242) (@johnnychen94)
v1.8.0
OffsetArrays v1.8.0
Closed issues:
Merged pull requests:
- Preserve ranges in indexing with IdentityUnitRange(::Base.OneTo) (#211) (@jishnub)
- Reshape accepts a single colon for AbstractArrays (#220) (@jishnub)
- Logical indexing for IdOffsetRange (#224) (@jishnub)
- Convert to OffsetArrays (#230) (@jishnub)
- Specialize map for eltype conversion (#231) (@jishnub)
- map preserves ranges (#232) (@jishnub)
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: