Skip to content

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

engine : str, default None
* ``'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