JuliaArrays / AxisArrays.jl

Performant arrays where each dimension can have a named axis with values
http://JuliaArrays.github.io/AxisArrays.jl/latest/
Other
200 stars 41 forks source link

Fix deprecations with nt.names and kw.data #201

Closed JeffFessler closed 3 years ago

JeffFessler commented 3 years ago

Addresses #200

codecov[bot] commented 3 years ago

Codecov Report

Merging #201 (b13994c) into master (bf961cf) will decrease coverage by 0.13%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #201      +/-   ##
==========================================
- Coverage   89.45%   89.31%   -0.14%     
==========================================
  Files           7        7              
  Lines         673      674       +1     
==========================================
  Hits          602      602              
- Misses         71       72       +1     
Impacted Files Coverage Δ
src/indexing.jl 82.51% <ø> (-0.46%) :arrow_down:
src/core.jl 87.95% <100.00%> (ø)

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 bf961cf...b13994c. Read the comment docs.

johnnychen94 commented 3 years ago

Sorry for the delay! I'll go through other PRs later tonight and make a patch release.