8000 BUG: Bump Highway to latest master by Mousius · Pull Request #27070 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

BUG: Bump Highway to latest master #27070

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 2 commits into from
Jul 29, 2024
Merged

BUG: Bump Highway to latest master #27070

merged 2 commits into from
Jul 29, 2024

Conversation

Mousius
Copy link
Member
@Mousius Mousius commented Jul 29, 2024

Fixes #27037

Copy link
Member
@r-devulap r-devulap left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@neutrinoceros verified that this patch fixes the bug. #27037 (comment)

@r-devulap
Copy link
Member

I checked why our tests did not find this, and it's because they generate random 32-bit values which are very unlikely to have many duplicates. We can also run them with 8-bit values.

@Mousius could you add a test in NumPy to add coverage for such sorting array with duplicate values?
Ref #27037 (comment)

@Mousius
Copy link
Member Author
Mousius commented Jul 29, 2024

@r-devulap lets not talk about how the test was the first thing I wrote and still forgot to include it in the PR 🙀

@charris charris added the 09 - Backport-Candidate PRs tagged should be backported label Jul 29, 2024
@charris charris merged commit 50bd355 into numpy:main Jul 29, 2024
65 of 66 checks passed
@charris
Copy link
Member
charris commented Jul 29, 2024

Thanks @Mousius .

charris pushed a commit to charris/numpy that referenced this pull request Jul 29, 2024
* Bump Highway to latest master

Fixes numpy#27037

* Add reproducer
@charris charris removed the 09 - Backport-Candidate PRs tagged should be backported label Jul 29, 2024
charris pushed a commit to charris/numpy that referenced this pull request Jul 29, 2024
* Bump Highway to latest master

Fixes numpy#27037

* Add reproducer
ArvidJB pushed a commit to ArvidJB/numpy that referenced this pull request Nov 1, 2024
* Bump Highway to latest master

Fixes numpy#27037

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

Successfully merging this pull request may close these issues.

BUG: random segmentation fault in np.unique on MacOS (arm64) + numpy 2.0.1
3 participants
0