lschoe / mpyc

MPyC: Multiparty Computation in Python
MIT License
378 stars 77 forks source link

Implement np_shuffle #68

Open MarcT0K opened 1 year ago

MarcT0K commented 1 year ago

Implements the shuffle coroutine for numpy-like arrays.

This is a copy of #49 because I moved the commits to a secondary branch to clean up my master branch. In parallel, I am closing #49.

This cleaning was necessary to prepare my repo for other PRs.

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 100.00% and project coverage change: +1.08% :tada:

Comparison is base (aa71585) 92.54% compared to head (f5d673d) 93.63%. Report is 7 commits behind head on master.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the GitHub App Integration for your organization. Read more.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #68 +/- ## ========================================== + Coverage 92.54% 93.63% +1.08% ========================================== Files 16 16 Lines 8451 9879 +1428 ========================================== + Hits 7821 9250 +1429 + Misses 630 629 -1 ``` | [Files Changed](https://app.codecov.io/gh/lschoe/mpyc/pull/68?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Berry+Schoenmakers) | Coverage Δ | | |---|---|---| | [mpyc/random.py](https://app.codecov.io/gh/lschoe/mpyc/pull/68?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Berry+Schoenmakers#diff-bXB5Yy9yYW5kb20ucHk=) | `100.00% <100.00%> (ø)` | | ... and [5 files with indirect coverage changes](https://app.codecov.io/gh/lschoe/mpyc/pull/68/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Berry+Schoenmakers)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

Am0stafa commented 5 months ago

LGTM