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 Scan, generalizing Reduction to accumulating scans like cumsum! #3590

Merged
merged 20 commits into from
May 10, 2024

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    391481f View commit details
    Browse the repository at this point in the history
  2. Export Accumulation

    glwagner committed May 7, 2024
    Configuration menu
    Copy the full SHA
    66d7bed View commit details
    Browse the repository at this point in the history
  3. Bugfixes

    glwagner committed May 7, 2024
    Configuration menu
    Copy the full SHA
    70ed6f5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    48b464d View commit details
    Browse the repository at this point in the history
  5. Export cumulative integral

    glwagner committed May 7, 2024
    Configuration menu
    Copy the full SHA
    a5e5e19 View commit details
    Browse the repository at this point in the history
  6. Fix Reduction tests

    glwagner committed May 7, 2024
    Configuration menu
    Copy the full SHA
    1b41a12 View commit details
    Browse the repository at this point in the history
  7. Working?

    glwagner committed May 7, 2024
    Configuration menu
    Copy the full SHA
    a312e73 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8226d10 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Many more tests

    glwagner committed May 8, 2024
    Configuration menu
    Copy the full SHA
    addec3a View commit details
    Browse the repository at this point in the history
  2. Fix up tests

    glwagner committed May 8, 2024
    Configuration menu
    Copy the full SHA
    1b1d02a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c381ad8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    715acd4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    674c944 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2a6f918 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4dabb1a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    71e58b0 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    ff8e54c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    383ddf3 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    bf02477 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5793ee3 View commit details
    Browse the repository at this point in the history