Releases: JuliaArrays/OffsetArrays.jl
Releases · JuliaArrays/OffsetArrays.jl
v0.11.4
v0.11.4 (2019-12-15)
Merged pull requests:
v0.11.3
v0.11.3 (2019-12-08)
Merged pull requests:
v0.11.2
v0.11.1
v0.11.0
Switch to Project.toml and bump version for release (#75)
OffsetArrays 0.10.0
Support resize and IdentityUnitRange
This fixes OffsetArrays for julia 1.1
Add missing & nothing constructor methods
Merge pull request #59 from schmrlng/missing_nothing Add OffsetArray/OffsetVector constructors for missing and nothing initialization
0.7/1.0 compatibility
Fix final 0.7 deprecations and enable 0.7 CI (#54) * Fix final 0.7 deprecations and enable 0.7 CI * Modernize AppVeyor per https://github.com/JuliaCI/Appveyor.jl * Make summary test 32/64-bit agnostic
Remove guards on size and atsign-inbounds
Merge pull request #52 from JuliaArrays/teh/remove_training_wheels Introduce full support for array operations