Skip to content

BUG: Fix NPY_RAVEL_AXIS on backwards compatible NumPy 2 builds#27202

Merged
charris merged 1 commit intonumpy:mainfrom
seberg:issue-27194
Aug 13, 2024
Merged

BUG: Fix NPY_RAVEL_AXIS on backwards compatible NumPy 2 builds#27202
charris merged 1 commit intonumpy:mainfrom
seberg:issue-27194

Conversation

@seberg
Copy link
Member

@seberg seberg commented Aug 13, 2024

The value was simply hardcoded to the wrong thing in the dynamic path...

Closes gh-27194


Unfortunately, I think we should backport this to both 2.1 and 2.0.2, since the current value was just wrong.

The value was simply hardcoded to the wrong thing in the dynamic
path...
@seberg seberg added the 09 - Backport-Candidate PRs tagged should be backported label Aug 13, 2024
@mattip
Copy link
Member

mattip commented Aug 13, 2024

Worth having a release note as a bugfix?

@seberg
Copy link
Member Author

seberg commented Aug 13, 2024

Dunno, it simply didn't work before. I would hope nobody really will build with 2.0.1 after 2.0.2 is released.

@charris charris merged commit ab2f5e9 into numpy:main Aug 13, 2024
@charris
Copy link
Member

charris commented Aug 13, 2024

Thanks Sebastian.

@seberg seberg deleted the issue-27194 branch August 14, 2024 06:15
@charris charris removed the 09 - Backport-Candidate PRs tagged should be backported label Aug 14, 2024
@charris charris added the 09 - Backport-Candidate PRs tagged should be backported label Aug 24, 2024
@charris charris added this to the 2.0.2 release milestone Aug 24, 2024
@charris charris removed the 09 - Backport-Candidate PRs tagged should be backported label Aug 24, 2024
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: PyArray_CheckAxis possibly not working correctly

3 participants