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 cumsum #251

Closed
wants to merge 69 commits into from
Closed

Add cumsum #251

wants to merge 69 commits into from

Commits on Jul 7, 2023

  1. Turn on cumulative sum

    Illviljan committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    d45b494 View commit details
    Browse the repository at this point in the history
  2. Add basic test

    Illviljan committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    29747f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b6e5d6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b5d19e0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    228f2cb View commit details
    Browse the repository at this point in the history
  6. Update test_core.py

    Illviljan committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    6041749 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b965658 View commit details
    Browse the repository at this point in the history
  8. Update core.py

    Illviljan committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    78faf3f View commit details
    Browse the repository at this point in the history
  9. reduce diffs

    Illviljan committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    9715440 View commit details
    Browse the repository at this point in the history
  10. reduce diffs

    Illviljan committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    734ef95 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    423184a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d40d23d View commit details
    Browse the repository at this point in the history
  13. Update aggregations.py

    Illviljan committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    9684ac2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f41e50e View commit details
    Browse the repository at this point in the history
  15. Update test_core.py

    Illviljan committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    d32ae4c View commit details
    Browse the repository at this point in the history
  16. reduction_type to kind

    Illviljan committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    d369d50 View commit details
    Browse the repository at this point in the history
  17. chunk=None

    Illviljan committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    d0c29b0 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2023

  1. Trim unused paths

    Illviljan committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    08bf818 View commit details
    Browse the repository at this point in the history
  2. cumulative bool check

    Illviljan committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    d8aa5f2 View commit details
    Browse the repository at this point in the history
  3. rename

    Illviljan committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    3e30f35 View commit details
    Browse the repository at this point in the history
  4. Add cumprod, renaming

    Illviljan committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    4b21e89 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1848b02 View commit details
    Browse the repository at this point in the history
  6. Update core.py

    Illviljan committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    24466de View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    07645b0 View commit details
    Browse the repository at this point in the history
  8. align typing

    Illviljan committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    82b99b3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9d50792 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1dfa1bd View commit details
    Browse the repository at this point in the history
  11. cleanup

    Illviljan committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    69fbad0 View commit details
    Browse the repository at this point in the history
  12. Update aggregations.py

    Illviljan committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    6da99df View commit details
    Browse the repository at this point in the history
  13. missed engine arg

    Illviljan committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    25d36eb View commit details
    Browse the repository at this point in the history
  14. Fix typo

    Illviljan committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    03d57a4 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2023

  1. Apply suggestions from code review

    Co-authored-by: Deepak Cherian <[email protected]>
    Illviljan and dcherian authored Jul 9, 2023
    Configuration menu
    Copy the full SHA
    4dc5b09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1f3a40 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Configuration menu
    Copy the full SHA
    bb3c8e7 View commit details
    Browse the repository at this point in the history
  2. trim

    Illviljan committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    1bcd277 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29b6f3f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cedbc4d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    44c4646 View commit details
    Browse the repository at this point in the history
  6. Update core.py

    Illviljan committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    ffe5f82 View commit details
    Browse the repository at this point in the history
  7. More trimming

    Illviljan committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    2e27ca5 View commit details
    Browse the repository at this point in the history
  8. Update core.py

    Illviljan committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    37e5b95 View commit details
    Browse the repository at this point in the history
  9. Update core.py

    Illviljan committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    9a4ce23 View commit details
    Browse the repository at this point in the history
  10. Update core.py

    Illviljan committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    4d6c8a4 View commit details
    Browse the repository at this point in the history
  11. Update flox/core.py

    Co-authored-by: Deepak Cherian <[email protected]>
    Illviljan and dcherian authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    c209100 View commit details
    Browse the repository at this point in the history
  12. Apply suggestions from code review

    Co-authored-by: Deepak Cherian <[email protected]>
    Illviljan and dcherian authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    0b01fa0 View commit details
    Browse the repository at this point in the history
  13. trim

    Illviljan committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    0deeb11 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1a373cb View commit details
    Browse the repository at this point in the history
  15. consistent naming

    Illviljan committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    6b4a3ae View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e2f7772 View commit details
    Browse the repository at this point in the history
  17. Update core.py

    Illviljan committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    12ee35a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    fac4634 View commit details
    Browse the repository at this point in the history
  19. Update core.py

    Illviljan committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    62f659e View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    b05e7b3 View commit details
    Browse the repository at this point in the history
  21. Update core.py

    Illviljan committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    7637313 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    ace3b77 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    91e6884 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    92a08c4 View commit details
    Browse the repository at this point in the history
  25. Add asv benchmark

    Illviljan committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    a1e6af7 View commit details
    Browse the repository at this point in the history
  26. Update cumulate.py

    Illviljan committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    9406598 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Update core.py

    Illviljan committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    54d6ace View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

  1. Configuration menu
    Copy the full SHA
    bc1a81d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e0d93e View commit details
    Browse the repository at this point in the history
  3. Update core.py

    Illviljan committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    9da1246 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1332065 View commit details
    Browse the repository at this point in the history
  5. Update core.py

    Illviljan committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    c0e9642 View commit details
    Browse the repository at this point in the history
  6. Update core.py

    Illviljan committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    afb390b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    33d2403 View commit details
    Browse the repository at this point in the history
  8. Update core.py

    Illviljan committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    c44d506 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5561079 View commit details
    Browse the repository at this point in the history