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

First basic preprocessing module #152

Merged
merged 19 commits into from
Feb 24, 2023
Merged

Commits on Dec 19, 2022

  1. Configuration menu
    Copy the full SHA
    382ed2f View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. Configuration menu
    Copy the full SHA
    6ea04bb View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

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

Commits on Feb 9, 2023

  1. add tests for detrending and input checker

    Yang committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    7e76476 View commit details
    Browse the repository at this point in the history
  2. test _get_climatology

    Yang committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    0cc576e View commit details
    Browse the repository at this point in the history
  3. fix bugs related to rolling mean

    Yang committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    fc604c7 View commit details
    Browse the repository at this point in the history
  4. add tests for fit and transform

    Yang committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    73aebc7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2c22f11 View commit details
    Browse the repository at this point in the history
  6. make linter happy

    Yang committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    0783806 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. Revert "fix bugs related to rolling mean"

    This reverts commit fc604c7.
    Yang committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    8cf5915 View commit details
    Browse the repository at this point in the history
  2. allow user to skip rolling mean

    Yang committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    f5288cb View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Apply suggestions from code review by Bart

    Co-authored-by: Bart Schilperoort <[email protected]>
    Yang and BSchilperoort authored Feb 22, 2023
    Configuration menu
    Copy the full SHA
    252bca7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1165fb2 View commit details
    Browse the repository at this point in the history
  3. merge main and make linters happy

    Yang committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    458deaa View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. remove climatology first and then detrend

    Yang committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    6e34e5f View commit details
    Browse the repository at this point in the history
  2. fix links to notebooks

    Yang committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    759b686 View commit details
    Browse the repository at this point in the history
  3. add tests to increase coverage

    Yang committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    872f3db View commit details
    Browse the repository at this point in the history
  4. reorder error messages

    Yang committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    138d615 View commit details
    Browse the repository at this point in the history
  5. Apply suggestions from code review by Bart

    Co-authored-by: Bart Schilperoort <[email protected]>
    Yang and BSchilperoort authored Feb 23, 2023
    Configuration menu
    Copy the full SHA
    7175a07 View commit details
    Browse the repository at this point in the history