Devectorize.jl
Devectorize.jl copied to clipboard
Handling new indexing behavior in Julia 0.5
In particular, after https://github.com/JuliaLang/julia/pull/13612 Julia drops dimensions indexed by a scalar. Work is under way https://github.com/JuliaLang/Compat.jl/pull/179 to provide the new behavior in older versions of Julia, but I assume that Devectorize.jl should adopt Julia 0.5 indexing as its default.
Are there thoughts on how to proceed?