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

cupyx.scipy.signal: add CZT and ZoomFFT #7543

Merged
merged 4 commits into from
Jun 6, 2023
Merged

cupyx.scipy.signal: add CZT and ZoomFFT #7543

merged 4 commits into from
Jun 6, 2023

Conversation

ev-br
Copy link
Contributor

@ev-br ev-br commented May 9, 2023

Adapt code and its tests from scipy.

Heavy lifting is all done in cupyx.fft, so the rest is kept in pure python.

cross-ref gh-7403

  • czt
  • zoom_fft
  • CZT
  • ZoomFFT
  • czt_points

@takagi
Copy link
Member

takagi commented May 16, 2023

/test mini

takagi
takagi previously approved these changes May 16, 2023
Copy link
Member

@takagi takagi left a comment

Choose a reason for hiding this comment

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

LGTM!

@mergify
Copy link
Contributor

mergify bot commented May 17, 2023

This pull request is now in conflicts. Could you fix it @ev-br? 🙏

@takagi
Copy link
Member

takagi commented May 18, 2023

/test mini

@takagi
Copy link
Member

takagi commented May 26, 2023

/test mini

@ev-br
Copy link
Contributor Author

ev-br commented May 26, 2023

Update the testing.with_requires("scipy >= 1.8.0") guards for CZT being new in scipy 1.8.0.

takagi
takagi previously approved these changes May 29, 2023
Copy link
Member

@takagi takagi left a comment

Choose a reason for hiding this comment

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

LGTM!

@takagi takagi enabled auto-merge May 29, 2023 05:20
@takagi takagi disabled auto-merge May 30, 2023 04:40
@takagi
Copy link
Member

takagi commented May 30, 2023

/test mini

@takagi
Copy link
Member

takagi commented Jun 1, 2023

/test mini

@takagi takagi merged commit 334be4e into cupy:main Jun 6, 2023
@takagi
Copy link
Member

takagi commented Jun 6, 2023

Thanks, @ev-br!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants