Skip to content

MAINT: Remove unnnecessary size argument in StringDType initializer #25856

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 1 commit into from
Feb 20, 2024

Conversation

ngoldbaum
Copy link
Member

This is one of the followup tasks from #25693.

This argument was needed during stringdtype development so that I could hook into the string manipulation functions from the old np.char namespace.

Now that StringDType is in numpy we can remove the argument to make the API simpler.

@charris charris merged commit 9e4b08c into numpy:main Feb 20, 2024
@charris
Copy link
Member

charris commented Feb 20, 2024

Thanks Nathan.

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

Successfully merging this pull request may close these issues.

2 participants