Skip to content

MAINT: special: Cephes cleanup #5315

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 3 commits into from
Oct 10, 2015
Merged

MAINT: special: Cephes cleanup #5315

merged 3 commits into from
Oct 10, 2015

Conversation

larsmans
Copy link
Contributor

@larsmans larsmans commented Oct 6, 2015

Found >500 LOC that can go. Removed what I believe is the last global variable in Cephes, so these function can run without the GIL (not part of this PR).

This one is preventing us from running Cephes code with the GIL
turned off.
cpmul, powi, simpsn and simq
@ev-br ev-br added scipy.special maintenance Items related to regular maintenance tasks labels Oct 7, 2015
pv added a commit that referenced this pull request Oct 10, 2015
@pv pv merged commit 45ecaa2 into scipy:master Oct 10, 2015
@pv
Copy link
Member

pv commented Oct 10, 2015

lgtm

@pv pv added this to the 0.17.0 milestone Oct 10, 2015
@larsmans larsmans deleted the cephes-cleanup branch October 11, 2015 11:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Items related to regular maintenance tasks scipy.special
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants