You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
moves extensions to pandas/_libs, which holds the extension code
and also the generated builds (as its importable).
pandas/_libs/src is now almost an includes dir, holding low-frequency changing code.
This consolidates the import process making it more uniform and
consistent throughout the codebase.
Finally this cleans up the remaining top-level namespace (with some deprecations in place for
example pandas.lib, pandas.tslib, pandas.json, pandas.parser.
I listed all of the changes in the whatsnew, but I
don't think worthwhile deprecating anything else.
Author: Jeff Reback <[email protected]>
Closes#15537 from jreback/extensions3 and squashes the following commits:
a6d6cfa [Jeff Reback] BLD: rename / move some extensions
0 commit comments