BUG: core.util.numba_.py → jit_user_function → using generated_jit → causing Warning #54307
Closed
3 tasks done
Labels
Compat
pandas objects compatability with Numpy or Python functions
Duplicate Report
Duplicate issue or pull request
Uh oh!
There was an error while loading. Please reload this page.
Pandas version checks
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pandas.
I have confirmed this bug exists on the main branch of pandas.
Reproducible Example
Issue Description
The function jit_user_function in core.util.numba_.py is using generated_jit function which is in deprecation and thus causing deprecation warning by numba:
"
numba.generated_jit is deprecated. Please see the documentation at: https://numba.readthedocs.io/en/stable/reference/deprecation.html#deprecation-of-generated-jit for more information and advice on a suitable replacement.
"
Expected Behavior
Substitute generated_jit in jit_user_function by adequate recommendation by numba.
Installed Versions
INSTALLED VERSIONS
python : 3.11.3.final.0
python-bits : 64
pandas : 2.0.3
numpy : 1.24.4
numba : 0.57.0
The text was updated successfully, but these errors were encountered: