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

Generalize cumulative reduction (scan) to non-dask types #8019

Merged
merged 12 commits into from
Dec 18, 2023

Commits on Jul 25, 2023

  1. Configuration menu
    Copy the full SHA
    68d3943 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dff3131 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9cd9523 View commit details
    Browse the repository at this point in the history
  4. whatsnew

    TomNicholas committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    ca8a58a View commit details
    Browse the repository at this point in the history
  5. fix importerror

    TomNicholas committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    b96b112 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Allow arbitrary kwargs

    Co-authored-by: Deepak Cherian <dcherian@users.noreply.github.com>
    TomNicholas and dcherian authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    828321b View commit details
    Browse the repository at this point in the history
  2. Type hint return value of T_ChunkedArray

    Co-authored-by: Illviljan <14371165+Illviljan@users.noreply.github.com>
    TomNicholas and Illviljan authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    b5eb57d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9fb8461 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. ffill -> bfill in doc/whats-new.rst

    Co-authored-by: Deepak Cherian <dcherian@users.noreply.github.com>
    TomNicholas and dcherian authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    1c3b59d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10d8a99 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Configuration menu
    Copy the full SHA
    43551ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f41a35c View commit details
    Browse the repository at this point in the history