JuliaArrays / IndirectArrays.jl

Julia implementation of indexed or "lookup" arrays
Other
19 stars 7 forks source link

update for Julia v0.7 #16

Closed RalphAS closed 6 years ago

RalphAS commented 6 years ago

The suggested "compatible" revision of findfirst usage didn't work, so I am proposing a clean slate for 0.7.

codecov-io commented 6 years ago

Codecov Report

Merging #16 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #16   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           1      1           
  Lines          47     33   -14     
=====================================
- Hits           47     33   -14
Impacted Files Coverage Δ
src/IndirectArrays.jl 100% <ø> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 926e76a...bb84118. Read the comment docs.

timholy commented 6 years ago

Incorporated into #17. Thanks so much @RalphAS