Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement np_shuffle #68

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Implement np_shuffle #68

wants to merge 6 commits into from

Conversation

MarcT0K
Copy link
Contributor

@MarcT0K MarcT0K commented Sep 5, 2023

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
Copy link

codecov-commenter commented Sep 5, 2023

Codecov Report

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

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

❗ 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
@@            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 Coverage Δ
mpyc/random.py 100.00% <100.00%> (ø)

... and 5 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Am0stafa
Copy link

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants