Releases: JuliaArrays/OffsetArrays.jl
Releases · JuliaArrays/OffsetArrays.jl
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:
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)