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

add rfftfreq to the numpy interfaces #207

Merged
merged 1 commit into from
Feb 9, 2018
Merged

Conversation

grlee77
Copy link
Contributor

@grlee77 grlee77 commented Jan 30, 2018

As pointed out in #206, rfftfreq is missing from our numpy interfaces. This PR adds it (just a re-export of numpy's function).

rfftfreq appears to have been introduced in numpy 1.8. I have made the code here compatible with older numpy as well, but if we are indeed bumping our minimum supported version to 1.10 as proposed in #204 the error/version checking is not strictly necessary.

closes #206

rfftfreq was introduced in numpy 1.8
@grlee77 grlee77 added the bug label Jan 30, 2018
@grlee77
Copy link
Contributor Author

grlee77 commented Feb 9, 2018

ping. This one should be an easy review

@hgomersall
Copy link
Collaborator

Sorry, yes. Please merge!

@grlee77 grlee77 merged commit f11944a into pyFFTW:master Feb 9, 2018
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.

numpy_fft should re-export rfftfreq
2 participants