-
Notifications
You must be signed in to change notification settings - Fork 39
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
address deprecation of calendar='gregorian' in CF v1.9 (issue #256) #257
Conversation
We could add a CFversion attribute to cftime.datetime and only raise the warnings if CFversion >= 1.9. The question will then become what should the default value be? |
|
add a DeprecationWarning if calendar='gregorian' used, replace DatetimeGregorian with DatetimeStandard (but keep DatetimeGregorian for backwards compatibility)