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 SeasonGrouper, SeasonResampler #9524

Draft
wants to merge 10 commits into
base: main
Choose a base branch
from

Commits on Sep 20, 2024

  1. Add SeasonGrouper, SeasonResampler

    These two groupers allow defining custom seasons, and dropping
    incomplete seasons from the output. Both cases are treated by adjusting
    the factorization -- conversion from group labels to integer codes -- appropriately.
    dcherian committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    594d4a7 View commit details
    Browse the repository at this point in the history
  2. Allow sliding seasons

    dcherian committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    de0edf4 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. minor fix

    dcherian committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    6707b62 View commit details
    Browse the repository at this point in the history
  2. cleanup

    dcherian committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    d296efd View commit details
    Browse the repository at this point in the history
  3. Fix quantile

    dcherian committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    e3302c7 View commit details
    Browse the repository at this point in the history
  4. Nicer repr

    dcherian committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    07e6034 View commit details
    Browse the repository at this point in the history
  5. fix

    dcherian committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    e035bfa View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

  1. cftime support

    dcherian committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    17cc3d8 View commit details
    Browse the repository at this point in the history
  2. Add skeleton tests

    dcherian committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    82f3c21 View commit details
    Browse the repository at this point in the history
  3. Support "subsampled" seasons

    dcherian committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    9180536 View commit details
    Browse the repository at this point in the history