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

Fix #9427 np.searchsorted on datetime64 #9445

Merged
merged 3 commits into from Mar 4, 2024
Merged

Conversation

sklam
Copy link
Member

@sklam sklam commented Feb 19, 2024

Based on #9448.
Fixes #9427.

  • Adds datetime64 tests for searchsorted
  • Re-enables datetime64 support for searchsorted
  • Fixes NAT mishandling

Fix mishandling of datetime types in searchsorted.
@sklam sklam marked this pull request as ready for review February 21, 2024 15:06
@sklam sklam added this to the 0.59.1 milestone Feb 21, 2024
@sklam
Copy link
Member Author

sklam commented Feb 22, 2024

Merged main to shrink diff

@guilhermeleobas
Copy link
Collaborator

Will review this one in a bit

@guilhermeleobas guilhermeleobas added 5 - Ready to merge Review and testing done, is ready to merge and removed 3 - Ready for Review labels Feb 28, 2024
@sklam sklam merged commit 2f8956c into numba:main Mar 4, 2024
21 checks passed
@sklam sklam deleted the fix/iss9427 branch March 4, 2024 16:40
sklam added a commit to sklam/numba that referenced this pull request Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
5 - Ready to merge Review and testing done, is ready to merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

searchsorted with dtype datetime64 stopped working in njit mode going from 0.58.1 to 0.59
2 participants