Skip to content

Conversation

@MarcoGorelli
Copy link
Member

addresses #1425 (review)

  • Closes #xxxx (Replace xxxx with the Github issue number)
  • Tests added (Please use assert_type() to assert the type of any return value)
  • If I used AI to develop this pull request, I prompted it to follow AGENTS.md.

@MarcoGorelli MarcoGorelli force-pushed the use-ndarray-aliases branch 2 times, most recently from 9f463ed to fbb8851 Compare November 30, 2025 21:18
@MarcoGorelli MarcoGorelli marked this pull request as ready for review November 30, 2025 21:33
Copy link
Contributor

@cmp0xff cmp0xff left a comment

Choose a reason for hiding this comment

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

Thank you @MarcoGorelli ! In the tests we now have a mixture:

    check(assert_type(b + left, "npt.NDArray[np.bool_]"), pd.Index, np.complexfloating)
    check(assert_type(i + left, np_ndarray_int64), pd.Index, np.complexfloating)

Could you create an Issue and make the practice consistent?

@cmp0xff cmp0xff merged commit 90b56d7 into pandas-dev:main Nov 30, 2025
16 checks passed
@MarcoGorelli
Copy link
Member Author

yup, will address the rest tomorrow

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants