Skip to content

REF: Remove Numba compat pre 0.50.1 #43266

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

Conversation

mroeschke
Copy link
Member

No longer needed since the bump #43257 (comment)

@mroeschke mroeschke added the numba numba-accelerated operations label Aug 27, 2021
@mroeschke mroeschke added this to the 1.4 milestone Aug 27, 2021
@simonjayhawkins
Copy link
Member

Thanks @mroeschke There a still min versions set in pandas/tests/window/conftest.py. can these be removed too?

@mroeschke
Copy link
Member Author

Thanks. Yes, just removed those as well.

@simonjayhawkins simonjayhawkins merged commit 0df5b0b into pandas-dev:master Aug 30, 2021
@simonjayhawkins
Copy link
Member

Thanks @mroeschke

@@ -15,7 +15,7 @@
from pandas.core.util.numba_ import NUMBA_FUNC_CACHE


@td.skip_if_no("numba", "0.46.0")
@td.skip_if_no("numba")
Copy link
Contributor

Choose a reason for hiding this comment

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

prob could remove these individual skips and just skip the entire module if numba not installed?

Copy link
Member Author

Choose a reason for hiding this comment

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

True. All */test_numba.py tests should require numba

@mroeschke mroeschke deleted the clean/numba_pre_references branch August 30, 2021 16:53
feefladder pushed a commit to feefladder/pandas that referenced this pull request Sep 7, 2021
* CLN: Pre Numba 0.46.0 compat

* Remove other unneeded min references
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.

3 participants