-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
0.20.0 gratuitously breaks backwards compatibility #16138
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
…bility The following shim modules are included: - `pandas.computation` - `pandas.tools.hashing` - `pandas.types` Fixes pandas-dev#16138
…bility The following shim modules are included: - `pandas.computation` - `pandas.tools.hashing` - `pandas.types` Fixes pandas-dev#16138
pandas.types was never public |
In python private modules are denoted by a leading underscore so by that definition it wasn't private and if it was supposed to be was there ever any way for anyone to be able to tell that? |
dask is only one such library which will break without warning |
dask has already been fixed |
closed by 075eca1 @dhirschfeld if you find anything pls comment / open new issue. |
PR #15998 removed the
pandas.types
module which AFAICT wasn't deprecated.This breaks 3rd party libraries such as
dask
without giving them any warning or time to adjust to the new api.IMHO a shim should be put in place with a deprecation warning to give 3rd party libraries a chance to adjust to the new api
The text was updated successfully, but these errors were encountered: