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: port *ord filter design functions from scipy.signal #7632

Merged
merged 17 commits into from
Jul 12, 2023

Conversation

ev-br
Copy link
Contributor

@ev-br ev-br commented Jun 14, 2023

cross-ref gh-7403

Port order selection functions for several types of filters

  • ellipord
  • cheb1ord
  • cheb2ord
  • buttord
    .
  • band_stop_obj
  • optimize.fminbound replacement : a private cupyx.scipy.signal._optimize module
  • iirdesign

This PR is on top of gh-7537

@kmaehashi kmaehashi added cat:feature New features/APIs prio:medium labels Jun 15, 2023
ev-br added a commit to ev-br/cupy that referenced this pull request Jun 15, 2023
These are fixed up and included in cupy#7632
@ev-br ev-br force-pushed the ord_funcs branch 3 times, most recently from 0db80b4 to db46a78 Compare June 15, 2023 14:09
w, h = scp.signal.sosfreqz(sos)
return w, h

@testing.with_requires("mpmath > 0.10")
Copy link
Member

Choose a reason for hiding this comment

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

I'll make another PR to make CI install mpmath.

@takagi
Copy link
Member

takagi commented Jun 20, 2023

/test mini

@ev-br
Copy link
Contributor Author

ev-br commented Jun 20, 2023

Rebased on main, now that gh-7537 is in.

takagi
takagi previously approved these changes Jun 21, 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
Copy link
Member

takagi commented Jun 21, 2023

I'll kick the CI after #7653 is merged.

@takagi takagi added this to the v13.0.0b1 milestone Jun 23, 2023
@takagi
Copy link
Member

takagi commented Jun 23, 2023

/test full

@takagi
Copy link
Member

takagi commented Jun 27, 2023

/test full

@takagi
Copy link
Member

takagi commented Jun 30, 2023

/test full

@mergify
Copy link
Contributor

mergify bot commented Jul 4, 2023

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

@takagi
Copy link
Member

takagi commented Jul 4, 2023

/test full

@takagi takagi merged commit 59441db into cupy:main Jul 12, 2023
38 of 43 checks passed
@takagi
Copy link
Member

takagi commented Jul 12, 2023

CI failures are not related.

@takagi
Copy link
Member

takagi commented Jul 12, 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.

None yet

3 participants