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 parse_dims func #7051

Merged
merged 16 commits into from
Nov 30, 2022
Merged

Add parse_dims func #7051

merged 16 commits into from
Nov 30, 2022

Commits on Sep 18, 2022

  1. add parse_dims func

    headtr1ck committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    3b3f653 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b3239c View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. Configuration menu
    Copy the full SHA
    758a1ae View commit details
    Browse the repository at this point in the history
  2. add parse_ordered_dims

    headtr1ck committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    752a0ec View commit details
    Browse the repository at this point in the history
  3. fix typing issue

    headtr1ck committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    94d9fdc View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. Configuration menu
    Copy the full SHA
    78cad74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d42e8b View commit details
    Browse the repository at this point in the history
  3. fix gen aggrs

    headtr1ck committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    44d82c1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ccf9561 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

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

Commits on Nov 29, 2022

  1. Configuration menu
    Copy the full SHA
    29673d5 View commit details
    Browse the repository at this point in the history
  2. Enable origin and offset arguments in resample (pydata#7284)

    * Initial work toward enabling origin and offset arguments in resample
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Fix _convert_offset_to_timedelta
    
    * Reduce number of tests
    
    * Address initial review comments
    
    * Add more typing information
    
    * Make cftime import lazy
    
    * Fix module_available import and test
    
    * Remove old origin argument
    
    * Add type annotations for resample_cftime.py
    
    * Add None as a possibility for closed and label
    
    * Add what's new entry
    
    * Add missing type annotation
    
    * Delete added line
    
    * Fix typing errors
    
    * Add comment and test for as_timedelta stub
    
    * Remove old code
    
    * [test-upstream]
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Deepak Cherian <dcherian@users.noreply.github.com>
    3 people authored and headtr1ck committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    91fda37 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    23bec8a View commit details
    Browse the repository at this point in the history
  4. [pre-commit.ci] pre-commit autoupdate (pydata#7330)

    updates:
    - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0)
    - [github.com/PyCQA/autoflake: v1.7.7 → v2.0.0](PyCQA/autoflake@v1.7.7...v2.0.0)
    - [github.com/PyCQA/flake8: 5.0.4 → 6.0.0](PyCQA/flake8@5.0.4...6.0.0)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Mathias Hauser <mathause@users.noreply.github.com>
    2 people authored and headtr1ck committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    48f81cc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d3ac8b2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d7a7a37 View commit details
    Browse the repository at this point in the history