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

Deprecate certain cftime frequency strings following pandas #8415

Merged
merged 3 commits into from Nov 16, 2023

Commits on Nov 5, 2023

  1. Deprecate certain frequency strings following pandas [test-upstream]

    Specifically the frequency strings "A", "AS", "Q", "M", "H", "T", "S", "L",
    "U", and "N" are deprecated in favor of "Y", "YS", "QE", "ME", "h", "min", "s",
    "ms", "us", and "ns", respectively.
    spencerkclark committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    7738cf6 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Apply suggestions from code review

    Co-authored-by: Pascal Bourgault <bourgault.pascal@ouranos.ca>
    spencerkclark and aulemahal committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    d154ba9 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

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