Releases: JuliaArrays/OffsetArrays.jl
Releases · JuliaArrays/OffsetArrays.jl
v1.2.0
OffsetArrays v1.2.0
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:
- Implement append! (#138) (@garrison)
- Implicitly specify axes using colons in the constructor (#139) (@jishnub)
- meta project quality test with Aqua (#140) (@johnnychen94)
- Add constructors for CartesianIndices (#142) (@jishnub)
- show type for IdOffsetRange (#143) (@jishnub)
- add offset overflow check (#144) (@johnnychen94)
v1.1.3
OffsetArrays v1.1.3
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:
- Add
OffsetMatrix
type alias (#131) (@sostock) - use Base implementation for compute_offset1 (#135) (@johnnychen94)
v1.1.2
OffsetArrays v1.1.2
Closed issues:
- Performance hit in computing axes of views of OffsetArrays with slices as axes (#129)
Merged pull requests:
v1.1.1
OffsetArrays v1.1.1
Closed issues:
Merged pull requests:
- fix code instability of axes (#119) (@johnnychen94)
- setindex! returns the array instead of the value (#124) (@jishnub)
- fix show error on nightly build (#125) (@johnnychen94)
v1.1.0
v1.0.4
v1.0.3
OffsetArrays v1.0.3
Merged pull requests:
- Install TagBot as a GitHub Action (#98) (@JuliaTagBot)
- Fix unnecessary nested
OffsetArray
(#99) (@goretkin) - Corrects offset1 computing of SubArray for IdOffsetRange (#101) (@johnnychen94)
- "fix" nightly test (#102) (@johnnychen94)
v1.0.2
v1.0.2 (2020-01-23)
Merged pull requests: