Skip to content
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

WIP: support numpy array comparison with string #8104

Closed
wants to merge 1 commit into from

Conversation

dlee992
Copy link
Contributor

@dlee992 dlee992 commented May 24, 2022

fix #7859 .

Choose an alternative to implement this feature:

  • Aligned with NumPy, use special case to handle string ufunc (I don't want to choose this way, because I guess this makes string case cannot use ufunc-related optimization?)
  • Pending on NumPy new version (1.23?), then use an unified way to handle all ufuncs
    • tested on NumPy==1.23.0rc2, it doesn't unify string case and others. [2022-6-6]

Updates on 2022-6-21:

  • I choose to help NumPy to complete the string ufunc unification PRs.
  • Then back to Numba string ufuncs.

@dlee992
Copy link
Contributor Author

dlee992 commented Nov 21, 2022

Indeed, I didn't follow this thread these days. So I guess I should just close it.

@dlee992 dlee992 closed this Nov 21, 2022
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.

Incorrect behavior with numpy array equality against a scalar unicode string
2 participants