Skip to content

add support for out keyword #157

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 7 commits into from
Apr 25, 2025
Merged

add support for out keyword #157

merged 7 commits into from
Apr 25, 2025

Conversation

vtavana
Copy link
Collaborator

@vtavana vtavana commented Apr 14, 2025

support for out kwarg is added to all FFT functions in mkl_fft and mkl_fft.interfaces.numpy_fft

@vtavana vtavana self-assigned this Apr 14, 2025
@vtavana vtavana requested a review from Copilot April 15, 2025 04:35
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot reviewed 7 out of 9 changed files in this pull request and generated no comments.

Files not reviewed (2)
  • CHANGES.rst: Language not supported
  • mkl_fft/_pydfti.pyx: Language not supported
Comments suppressed due to low confidence (1)

README.md:54

  • The documentation signature includes an 'overwrite_x' parameter, which is not present in the current implementation. Consider updating the README to match the actual API.
`fft(x, n=None, axis=-1, overwrite_x=False, fwd_scale=1.0, out=out)` - 1D FFT, similar to `scipy.fft.fft`

@vtavana vtavana marked this pull request as ready for review April 15, 2025 13:55
Copy link
Collaborator

@antonwolfy antonwolfy left a comment

Choose a reason for hiding this comment

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

No more comments from me, thank you @vtavana

@vtavana vtavana merged commit 6d429c7 into master Apr 25, 2025
57 checks passed
@vtavana vtavana deleted the add-out-kwarg branch April 25, 2025 13:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants