Releases: JuliaArrays/MappedArrays.jl
Releases · JuliaArrays/MappedArrays.jl
v0.4.2
What's Changed
- enable dependabot for GitHub actions by @ranocha in #52
- Bump actions/cache from 1 to 3 by @dependabot[bot] in #54
- Bump codecov/codecov-action from 1 to 3 by @dependabot[bot] in #53
- Bump actions/checkout from 2 to 3 by @dependabot[bot] in #55
- Fix deprecation warning by @jkrumbiegel in #51
- Handle
missingin_zerotest by @timholy in #58
New Contributors
- @ranocha made their first contribution in #52
- @jkrumbiegel made their first contribution in #51
Full Changelog: v0.4.1...v0.4.2
v0.4.1
MappedArrays v0.4.1
Closed issues:
of_eltypedoes 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