Skip to content

BLD: fix bug in random.mtrand extension, don't link libnpyrandom #24664

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 1 commit into from
Sep 7, 2023

Conversation

rgommers
Copy link
Member

@rgommers rgommers commented Sep 7, 2023

Closes gh-24490

@rgommers rgommers added this to the 2.0.0 release milestone Sep 7, 2023
@github-actions github-actions bot added the 36 - Build Build related PR label Sep 7, 2023
Copy link
Member

@seberg seberg left a comment

Choose a reason for hiding this comment

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

Ah, had missed that gen[3] already being the linking part effectively. Nice!
(Didn't double check that all of these need the linking, but removes it from mtrand.c and it seems right to me.)

Thanks Ralf, just waiting for CI. @allsey87 if you wish, you may want to try with this changes applied.

@seberg seberg merged commit 57e8050 into numpy:main Sep 7, 2023
@rgommers rgommers deleted the fix-mtrand branch September 7, 2023 15:31
@charris charris removed the 09 - Backport-Candidate PRs tagged should be backported label Sep 7, 2023
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.

BUG: Function signature mismatch: random_multinomial
3 participants