Skip to content

Releases: JuliaArrays/MappedArrays.jl

v0.4.1

08 Aug 01:54
46bf47f
Compare
Choose a tag to compare

MappedArrays v0.4.1

Diff since v0.4.0

Closed issues:

  • of_eltype does not work for arrays of eltype Any (?) (#47)

Merged pull requests:

v0.4.0

18 Mar 01:39
9fbda81
Compare
Choose a tag to compare

MappedArrays v0.4.0

Diff since v0.3.0

Merged pull requests:

v0.3.0

08 Oct 15:18
90c6fce
Compare
Choose a tag to compare

MappedArrays v0.3.0

Diff since v0.2.2

Merged pull requests:

v0.2.2

19 Sep 10:02
v0.2.2
bb4a697
Compare
Choose a tag to compare

v0.2.2 (2019-09-17)

Diff since v0.2.1

Closed issues:

  • anonymous functions in mappedarray with two terms? (#26)
  • Generlized lazy map (#16)

Merged pull requests:

  • Switch to Project.toml (#28) (timholy)
  • Replace only one string at a time (fixes #26) (#27) (timholy)
  • Remove at-inline if at-propagate_inbounds is specified (#25) (tkf)

Remove precompile statement

05 Aug 22:48
0711d90
Compare
Choose a tag to compare
Merge pull request #22 from Evizero/precompile

remove precompile statement

setindex for multi-mapping

09 Jul 20:14
cc35144
Compare
Choose a tag to compare

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

02 Jul 09:00
a03e5f3
Compare
Choose a tag to compare
Merge pull request #20 from JuliaArrays/teh/v07

Update to Julia 0.7

Better inference in absence of `zero`

11 Mar 15:17
Compare
Choose a tag to compare
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

18 Feb 10:11
Compare
Choose a tag to compare
Merge pull request #9 from JuliaArrays/teh/IndexStyle

Don't rely on one (fix #7), and fix IndexStyle depwarns