jipolanco / PencilArrays.jl

Distributed Julia arrays using the MPI protocol
https://jipolanco.github.io/PencilArrays.jl/dev/
MIT License
61 stars 8 forks source link

Use StaticPermutations package #13

Closed jipolanco closed 3 years ago

jipolanco commented 3 years ago

Most permutation functionality was recently moved to the new StaticPermutations package. In this PR, we remove that functionality from PencilArrays to use StaticPermutations instead.

codecov-io commented 3 years ago

Codecov Report

Merging #13 (79fc986) into master (cdec30a) will decrease coverage by 0.30%. The diff coverage is 96.87%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #13      +/-   ##
==========================================
- Coverage   96.67%   96.37%   -0.31%     
==========================================
  Files          18       15       -3     
  Lines         872      827      -45     
==========================================
- Hits          843      797      -46     
- Misses         29       30       +1     
Impacted Files Coverage Δ
src/PencilArrays.jl 100.00% <ø> (ø)
src/Transpositions/Transpositions.jl 96.33% <88.88%> (-0.48%) :arrow_down:
src/Pencils/Pencils.jl 98.00% <100.00%> (+0.04%) :arrow_up:
src/arrays.jl 92.75% <100.00%> (-0.40%) :arrow_down:
src/cartesian_indices.jl 97.56% <100.00%> (ø)
src/gather.jl 100.00% <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 cdec30a...79fc986. Read the comment docs.