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

scipy.stats.mvndst not thread-safe #8367

Open
djsutherland opened this issue Feb 5, 2018 · 0 comments
Open

scipy.stats.mvndst not thread-safe #8367

djsutherland opened this issue Feb 5, 2018 · 0 comments
Labels
enhancement A new feature or improvement scipy.stats

Comments

@djsutherland
Copy link

Low-priority, but it would be nice if mvndst.f were modified to be thread-safe (so that mvn.pyf could release the GIL). I don't really know fortran, but at a glance this looks like a non-zero but not-ridiculous amount of work: there's a bit of cached data in COMMON and SAVE variables, but nothing that fundamentally needs to be single-threaded.

@ilayn ilayn added scipy.stats query A question or suggestion that requires further information labels Feb 7, 2018
@rgommers rgommers removed the query A question or suggestion that requires further information label Aug 10, 2019
@mdhaber mdhaber added the enhancement A new feature or improvement label Jun 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement A new feature or improvement scipy.stats
Projects
None yet
Development

No branches or pull requests

4 participants