Skip to content

Conversation

@drculhane
Copy link
Contributor

@drculhane drculhane commented Dec 26, 2025

Closes #5173

This one required a fair amount of work to satisfy mypy once the overloads were written. I'm going to keep it in draft initially.

Notes:

In addition to the work on the overloads, mypy found an error in the order of calling parameters to full in my recent PR that changed ak.minimum and ak.maximum. So that's been fixed.

Once the overloads were in place, mypy flagged an error in the use of full in isna function in the recent pandas extensions. I addressed that by converting the result of ak.full to an ArkoudaArray before returning.

As might be obvious, this is still a work in progress.

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.

overloads to full function

1 participant