-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DEPR: _timelex is deprecated in dateutil #21322
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
Comments
cc @pganssle |
To be clear, |
Ah, thank you for clarifying that. Admittedly, the message associated with the
Do you have a timeline by any chance for making |
@gfyoung I would just in-line the code from above |
There's some discussion in dateutil#729. Short answer: "no".
Definitely should use the version in dateutil#732 as it is much simpler and more performant. I think even that can be pared down to a single call to |
@jbrockmendel : Thanks for clarification! Since you're working directly on this, you probably would know best as to when we should port over a copy of the implementation. |
Removes the DeprecationWarning raised by dateutil because it's a private class. Implementation taken from the following PR: dateutil/dateutil#732 Closes pandas-devgh-21322.
Removes the DeprecationWarning raised by dateutil because it's a private class. Implementation taken from the following PR: dateutil/dateutil#732 Closes pandas-devgh-21322.
Removes the DeprecationWarning raised by dateutil because it's a private class. Implementation taken from the following PR: dateutil/dateutil#732 Closes pandas-devgh-21322.
Removes the DeprecationWarning raised by dateutil because it's a private class. Implementation taken from the following PR: dateutil/dateutil#732 Closes pandas-devgh-21322.
* MAINT: Port _timelex in codebase Removes the DeprecationWarning raised by dateutil because it's a private class. Implementation taken from the following PR: dateutil/dateutil#732 Closes gh-21322. * MAINT: Drop _timelex compat for dateutil 2.2
* MAINT: Port _timelex in codebase Removes the DeprecationWarning raised by dateutil because it's a private class. Implementation taken from the following PR: dateutil/dateutil#732 Closes pandas-devgh-21322. * MAINT: Drop _timelex compat for dateutil 2.2
* MAINT: Port _timelex in codebase Removes the DeprecationWarning raised by dateutil because it's a private class. Implementation taken from the following PR: dateutil/dateutil#732 Closes pandas-devgh-21322. * MAINT: Drop _timelex compat for dateutil 2.2
See: #21137
The question is: how exactly do we replicate the functionality?
The text was updated successfully, but these errors were encountered: