Skip to content

add rfftfreq to the numpy interfaces#207

Merged
grlee77 merged 1 commit intopyFFTW:masterfrom
grlee77:rfftfreq
Feb 9, 2018
Merged

add rfftfreq to the numpy interfaces#207
grlee77 merged 1 commit intopyFFTW:masterfrom
grlee77:rfftfreq

Conversation

@grlee77
Copy link
Copy Markdown
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
Copy Markdown
Contributor Author

grlee77 commented Feb 9, 2018

ping. This one should be an easy review

@hgomersall
Copy link
Copy Markdown
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