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)