Releases: JuliaArrays/MappedArrays.jl
Releases · JuliaArrays/MappedArrays.jl
v0.4.1
MappedArrays v0.4.1
Closed issues:
of_eltype
does not work for arrays of eltype Any (?) (#47)
Merged pull requests:
- fix inference failure (#48) (@johnnychen94)
v0.4.0
v0.3.0
MappedArrays v0.3.0
Merged pull requests:
- Install TagBot as a GitHub Action (#31) (@JuliaTagBot)
- Fix anonymous-function printing for ReturnNode (#33) (@timholy)
v0.2.2
Remove precompile statement
Merge pull request #22 from Evizero/precompile remove precompile statement
setindex for multi-mapping
This also deprecates the initial mappedarray((f, f_inv), ...)
syntax in favor of two arguments.
Since anything can be callable this risks a bit of uncertainty with regards to intent, but inferrability of
types was deemed more important.
Target 0.7
Merge pull request #20 from JuliaArrays/teh/v07 Update to Julia 0.7
Better inference in absence of `zero`
Merge pull request #10 from Evizero/typestable Make mappedarray type-inferable for Strings and friends
Fix 0.6 depwarns, don't use `one` to determine eltype
Merge pull request #9 from JuliaArrays/teh/IndexStyle Don't rely on one (fix #7), and fix IndexStyle depwarns