Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.10.0
Description
Importing and calling pkg_resources at pyarrow import time to get the version number is slow (around 200 ms. here, out of 640 ms. total for importing pyarrow).
Instead we could generate a version file, which seems possible using setuptools_scm's write_to parameter: https://github.com/pypa/setuptools_scm/#configuration-parameters
Attachments
Issue Links
- links to