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

add support for mapreduce, foreach, broadcast... #276

Merged
merged 4 commits into from
Sep 12, 2023

Conversation

MarcMush
Copy link
Collaborator

@MarcMush MarcMush commented Sep 3, 2023

fix #241, fix #31

@codecov
Copy link

codecov bot commented Sep 3, 2023

Codecov Report

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

Comparison is base (e213f2b) 96.56% compared to head (a6aaefd) 96.86%.
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #276      +/-   ##
==========================================
+ Coverage   96.56%   96.86%   +0.30%     
==========================================
  Files           1        1              
  Lines         524      543      +19     
==========================================
+ Hits          506      526      +20     
+ Misses         18       17       -1     
Files Changed Coverage Δ
src/ProgressMeter.jl 96.86% <100.00%> (+0.30%) ⬆️

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

@MarcMush MarcMush changed the title add support for mapreduce and foreach add support for mapreduce, foreach, broadcast and broadcast! Sep 3, 2023
@MarcMush MarcMush changed the title add support for mapreduce, foreach, broadcast and broadcast! add support for mapreduce, foreach, broadcast... Sep 4, 2023
@MarcMush MarcMush mentioned this pull request Sep 10, 2023
Copy link
Owner

@timholy timholy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very nice, thanks!

@MarcMush MarcMush merged commit e6015a3 into timholy:master Sep 12, 2023
@MarcMush MarcMush deleted the mapreduce branch January 25, 2024 23:20
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.

Allow @showprogress for mapreduce Supporting map and friends
2 participants