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

Added is identity comparison for numpy records and added tests as is_comparison_tests.py #9384

Open
wants to merge 17 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
added release notes
  • Loading branch information
Kamakshi8104 committed Feb 16, 2024
commit 505a1cd1b8d68febc622d9a9b2d4094c81946e2b
4 changes: 4 additions & 0 deletions docs/upcoming_changes/9384.new_feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Added is identity comparison for numpy records and added tests as is_comparison_tests.py
-------------------------------------
Kamakshi8104 marked this conversation as resolved.
Show resolved Hide resolved
This PR fixes `Numba #9384 <https://github.com/numba/numba/pull/9384>`_
This adds the feature of "is" identity comparison to compare numpy records along with the addition of test cases for the same.