Releases: JuliaArrays/OffsetArrays.jl
Releases · JuliaArrays/OffsetArrays.jl
v1.4.4
OffsetArrays v1.4.4
Merged pull requests:
v1.4.3
v1.4.2
v1.4.1
OffsetArrays v1.4.1
Merged pull requests:
- Update TagBot.yml (#168) (@jishnub)
- Defined pointer method. (#170) (@chriselrod)
v1.4.0
v1.3.1
v1.3.0
OffsetArrays v1.3.0
Closed issues:
- support CartesianIndex offset (#132)
- configure SSH key for TagBot (#149)
- Indexing is not idempotent using Base.IdentityUnitRange (#155)
Merged pull requests:
- add Origin to specify the origin of output OffsetArray (#147) (@johnnychen94)
- rework OffsetArrays constructor (#148) (@johnnychen94)
- update compat patch version on #133 (#152) (@johnnychen94)
- Add ssh key for TagBot (#153) (@timholy)
- Fix OutOfMemoryError in test (#154) (@jishnub)
- Make indexing idempotent again (#156) (@jishnub)
- Use to_indices in the OffsetArray constructor (#157) (@jishnub)
- add doctest in unittest (#158) (@johnnychen94)
- switch CI to github actions (#159) (@johnnychen94)
- document OffsetVector and OffsetMatrix (#160) (@tpapp)
v1.2.1
OffsetArrays v1.2.1
Merged pull requests:
- update and add more docs (#145) (@johnnychen94)
- optimize overflow_check (#150) (@johnnychen94)
- fix reshape on non-vector arrays (#151) (@johnnychen94)
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)