JuliaData / IndexedTables.jl

Flexible tables with ordered indices
https://juliadb.org
MIT License
121 stars 37 forks source link

Support new PooledArrays 1.0 release #284

Closed quinnj closed 3 years ago

quinnj commented 3 years ago

The 1.0 PooledArrays release is non-breaking; just adds new keyword arguments to the PooledArray constructor. Can be merged as long as https://github.com/JuliaRegistries/General/pull/28983 is merged.

codecov[bot] commented 3 years ago

Codecov Report

Merging #284 (e41b83a) into main (ab399d5) will increase coverage by 1.50%. The diff coverage is 75.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #284      +/-   ##
==========================================
+ Coverage   85.93%   87.44%   +1.50%     
==========================================
  Files          15       15              
  Lines        1543     1696     +153     
==========================================
+ Hits         1326     1483     +157     
+ Misses        217      213       -4     
Impacted Files Coverage Δ
src/utils.jl 71.15% <75.00%> (+3.56%) :arrow_up:
src/reshape.jl 100.00% <0.00%> (ø)
src/flatten.jl 97.03% <0.00%> (+0.16%) :arrow_up:
src/sortperm.jl 92.10% <0.00%> (+0.43%) :arrow_up:
src/join.jl 93.76% <0.00%> (+1.16%) :arrow_up:
src/reduce.jl 89.23% <0.00%> (+1.19%) :arrow_up:
src/ndsparse.jl 86.82% <0.00%> (+1.20%) :arrow_up:
src/columns.jl 89.83% <0.00%> (+1.44%) :arrow_up:
src/indexedtable.jl 80.54% <0.00%> (+1.75%) :arrow_up:
src/indexing.jl 86.52% <0.00%> (+1.90%) :arrow_up:
... and 4 more

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 ab399d5...dfbb9fc. Read the comment docs.