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 merge shuffle algorithm for Numba #991

Open
wants to merge 15 commits into
base: main
Choose a base branch
from

Commits on May 16, 2023

  1. Configuration menu
    Copy the full SHA
    c458eab View commit details
    Browse the repository at this point in the history
  2. Run pre-commit hooks

    zengraf authored and abulenok committed May 16, 2023
    Configuration menu
    Copy the full SHA
    802c99f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a7c5170 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7945b85 View commit details
    Browse the repository at this point in the history
  5. Fix pylint error

    zengraf authored and abulenok committed May 16, 2023
    Configuration menu
    Copy the full SHA
    633bfd0 View commit details
    Browse the repository at this point in the history
  6. Make the usage of merge shuffle optional

    zengraf authored and abulenok committed May 16, 2023
    Configuration menu
    Copy the full SHA
    1a197ec View commit details
    Browse the repository at this point in the history
  7. Make MergeShuffle disabled by default

    zengraf authored and abulenok committed May 16, 2023
    Configuration menu
    Copy the full SHA
    04dd33f View commit details
    Browse the repository at this point in the history
  8. Try reverting shuffle_local

    zengraf authored and abulenok committed May 16, 2023
    Configuration menu
    Copy the full SHA
    bb22827 View commit details
    Browse the repository at this point in the history
  9. Add shuffle algorithm uniformity test

    zengraf authored and abulenok committed May 16, 2023
    Configuration menu
    Copy the full SHA
    bdbdb4d View commit details
    Browse the repository at this point in the history
  10. Fix draw_random_int func and add tests for it

    Co-authored-by: Sylwester Arabas <sylwester.arabas@uj.edu.pl>
    abulenok and slayoo committed May 16, 2023
    Configuration menu
    Copy the full SHA
    7ab6619 View commit details
    Browse the repository at this point in the history
  11. Add plotting for test_permutation_global_uniform_distribution

    Co-authored-by: Sylwester Arabas <sylwester.arabas@uj.edu.pl>
    abulenok and slayoo committed May 16, 2023
    Configuration menu
    Copy the full SHA
    911695c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8e94031 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Reformat test_index_methods

    abulenok committed May 17, 2023
    Configuration menu
    Copy the full SHA
    fb3fd67 View commit details
    Browse the repository at this point in the history
  2. Rm unused variable

    abulenok committed May 17, 2023
    Configuration menu
    Copy the full SHA
    234a431 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe9bc47 View commit details
    Browse the repository at this point in the history