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

feat: add RegularArray._reduce_next implementation #1811

Merged
merged 15 commits into from
Oct 20, 2022

Commits on Oct 20, 2022

  1. Configuration menu
    Copy the full SHA
    27aea68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4703c36 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c7c33a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c14b9e8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6c7c59c View commit details
    Browse the repository at this point in the history
  6. refactor: remove unneeded argsort call

    This kernel no longer requires post-sorting now that we have no `gaps` kernel.
    agoose77 committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    cf96359 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b55d989 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c745f0a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    eb6dbda View commit details
    Browse the repository at this point in the history
  10. Update src/awkward/contents/regulararray.py

    Co-authored-by: Jim Pivarski <[email protected]>
    agoose77 and jpivarski authored Oct 20, 2022
    Configuration menu
    Copy the full SHA
    0230794 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a1c57e6 View commit details
    Browse the repository at this point in the history
  12. docs: improve comments for `IndexedOption

    ._reduce_next`
    agoose77 committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    f66fa21 View commit details
    Browse the repository at this point in the history
  13. Merge remote-tracking branch 'origin/agoose77/fix-proper-regulararray…

    …' into agoose77/fix-proper-regulararray
    agoose77 committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    52aee95 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    74b8c0a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    7b0133e View commit details
    Browse the repository at this point in the history