-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Closed
Labels
BuildLibrary building on various platformsLibrary building on various platformsCompatpandas objects compatability with Numpy or Python functionspandas objects compatability with Numpy or Python functions
Milestone
Description
so most of these are in the top-level namespace, so let's rename to use _
leading if not already like that.
e.g. _lib
rather than lib
just requires some small changes in setup.py
, but a fair number of imports need to be changed.
This is a slight API change, in that people could be relying upon it. So we could create a deprecation warning if these names are accessed (and then have it work).
~/pandas]$ find pandas -name '*.so'
pandas/_period.so
pandas/_sparse.so
pandas/_testing.so
pandas/algos.so
pandas/hashtable.so
pandas/index.so
pandas/io/sas/saslib.so
pandas/json.so
pandas/lib.so
pandas/msgpack/_packer.so
pandas/msgpack/_unpacker.so
pandas/parser.so
pandas/tslib.so
Metadata
Metadata
Assignees
Labels
BuildLibrary building on various platformsLibrary building on various platformsCompatpandas objects compatability with Numpy or Python functionspandas objects compatability with Numpy or Python functions