Skip to content

CLN: update cimports #34176

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 4 commits into from
May 15, 2020
Merged

CLN: update cimports #34176

merged 4 commits into from
May 15, 2020

Conversation

jbrockmendel
Copy link
Member

some cosmetic, some ordering conventions, some using cimportable classes instead of py-classes

@jreback jreback added the Clean label May 15, 2020
@jreback jreback added this to the 1.1 milestone May 15, 2020
@jreback jreback merged commit 698a69e into pandas-dev:master May 15, 2020
@jbrockmendel jbrockmendel deleted the cln-cimports branch May 15, 2020 14:09
@@ -603,7 +603,7 @@ cdef class BlockSlider:
arr.shape[1] = 0


def compute_reduction(arr: np.ndarray, f, axis: int = 0, dummy=None, labels=None):
def compute_reduction(arr: ndarray, f, axis: int = 0, dummy=None, labels=None):
Copy link
Member

Choose a reason for hiding this comment

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

mypy is not checking .pyx files. I suspect we would want to keep the np.ndarray annotation here since ndarray is a cimport.

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

Successfully merging this pull request may close these issues.

3 participants