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

[PR]: Enable skipna for spatial and temporal mean operations #655

Open
wants to merge 14 commits into
base: main
Choose a base branch
from

Commits on May 31, 2024

  1. add skipna parameter

    lee1043 committed May 31, 2024
    Configuration menu
    Copy the full SHA
    23d018d View commit details
    Browse the repository at this point in the history
  2. add skipna parameter

    lee1043 committed May 31, 2024
    Configuration menu
    Copy the full SHA
    225cac9 View commit details
    Browse the repository at this point in the history
  3. pre-commit fix

    lee1043 committed May 31, 2024
    Configuration menu
    Copy the full SHA
    f86a912 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b2763d1 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. add parameter documentation

    lee1043 committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    9bcd02f View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Configuration menu
    Copy the full SHA
    27b13bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90bb574 View commit details
    Browse the repository at this point in the history
  3. Use Union for skipna to allow bool or None, instead of using | op…

    …erator that fails CI build for python 3.9
    lee1043 committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    c5ecd89 View commit details
    Browse the repository at this point in the history
  4. Use Union for skipna to allow bool or None, instead of using | op…

    …erator that fails CI build for python 3.9 (fixing those missed in the previous commit)
    lee1043 committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    d2fdd98 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8e93be8 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

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

Commits on Jun 24, 2024

  1. Add skipna arg to all temporal APIs

    - Add unit tests
    tomvothecoder committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    7f9d2e3 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

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

Commits on Sep 12, 2024

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