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

signal: complete _filter_design, fix and improve _czt #378

Merged
merged 2 commits into from
Dec 24, 2024

Conversation

jorenham
Copy link
Owner

@jorenham jorenham commented Dec 24, 2024

This affects the following public scipy.signal members:

  • CZT
  • czt
  • czt_points
  • ZoomFFT
  • zoom_fft
  • iirdesign
  • iirfilter
  • iirnotch
  • iirpeak
  • iircomb
  • gammatone
  • butter
  • cheby{1,2}
  • ellip
  • bessel
  • buttord
  • cheb{1,2}ord
  • ellipord
  • band_stop_obj
  • buttap
  • cheb{1,2}ap
  • ellipap
  • besselap
  • normalize
  • tf2{zpk,sos}
  • spk2{tf,sos}
  • sos2{tf,zpk}
  • lp2{lp,hp,bp,bs}
  • lp2{lp,hp,bp,bs}_zpk
  • bilinear
  • bilinear_zpk

towards #99 (-157)

@jorenham jorenham added scipy.signal stubs: improvement Improve or refactor existing annotations stubs: fix Pull requests that fix an issue labels Dec 24, 2024
@jorenham jorenham added this to the 1.15.0.0 milestone Dec 24, 2024
@jorenham jorenham mentioned this pull request Dec 24, 2024
21 tasks
@jorenham jorenham force-pushed the signal/improvements branch from f718020 to b85be71 Compare December 24, 2024 22:49
@jorenham jorenham force-pushed the signal/improvements branch from b85be71 to 0faf861 Compare December 24, 2024 22:52
@jorenham jorenham merged commit 754f1d6 into master Dec 24, 2024
27 checks passed
@jorenham jorenham deleted the signal/improvements branch December 24, 2024 22:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scipy.signal stubs: fix Pull requests that fix an issue stubs: improvement Improve or refactor existing annotations
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant