Skip to content

CZT (v0.0.3)

Compare
Choose a tag to compare
@garrettj403 garrettj403 released this 26 Feb 17:50
· 79 commits to main since this release
  • CZT:
    • Added new t_method to czt. This method uses the new matmul_toeplitz function from Scipy. Requires scipy>=1.6.0.
    • Fixed argument order in scipy.linalg.toeplitz.
    • Use np.complex128 for A and W. Fixes a potential error if A or W is passed as an integer.
  • Setup:
    • Add dependencies for examples.
    • Add requriements.txt.
  • Testing:
    • Added new t_method to testing.
  • Misc:
    • More comments.