Releases: JuliaArrays/ArrayInterface.jl
Releases · JuliaArrays/ArrayInterface.jl
v5.0.2
ArrayInterface v5.0.2
Merged pull requests:
- axistype should create OneTo for better similar support (#249) (@chriselrod)
v5.0.1
v5.0.0
ArrayInterface v5.0.0
Merged pull requests:
- Revert missing to nothings (#245) (@ChrisRackauckas)
- Docs to LTS (#247) (@ChrisRackauckas)
v4.0.4
v4.0.3
v4.0.2
v4.0.1
ArrayInterface v4.0.1
Merged pull requests:
v4.0.0
ArrayInterface v4.0.0
Closed issues:
- Add downstream testing (#193)
Merged pull requests:
- Use
missing
instead ofnothing
for dynamic values (#232) (@Tokazama) - Start a downstream CI setup (#234) (@ChrisRackauckas)
v3.2.2
ArrayInterface v3.2.2
Merged pull requests:
- fix for
firstindex(128:static(-1):1)
(#229) (@N5N3) - Type stability fix (#230) (@chriselrod)
- parent(::LazyAxis) returns the axis. (#233) (@chriselrod)