Skip to content

ENH: Add compute.use_numba configuration for automatically using numba #35182

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

Merged
merged 12 commits into from
Jul 15, 2020

Conversation

mroeschke
Copy link
Member

@mroeschke mroeschke commented Jul 8, 2020

@mroeschke mroeschke added the numba numba-accelerated operations label Jul 8, 2020
@jreback jreback added this to the 1.1 milestone Jul 8, 2020
@mroeschke mroeschke changed the title WIP: Add compute.use_numba configuration for automatically using numba ENH: Add compute.use_numba configuration for automatically using numba Jul 12, 2020
Copy link
Contributor

@jreback jreback left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minor comment, ping on green

* ``'cython'`` : Runs the function through C-extensions from cython.
* ``'numba'`` : Runs the function through JIT compiled code from numba.
* ``None`` : Defaults to ``'cython'`` or global numba configuration.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you list the option here compute.use_numba

Copy link
Contributor

@jreback jreback left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pandas-dev/pandas-core if any comments

@jreback jreback merged commit 28810c4 into pandas-dev:master Jul 15, 2020
@jreback
Copy link
Contributor

jreback commented Jul 15, 2020

thanks @mroeschke

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
numba numba-accelerated operations
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature Request: Create a Global Setting for Enabling numba engine
2 participants