mahdiolfat / ssp

Statistical Digital Signal Processing and Modeling
https://www.wiley.com/en-ca/Statistical+Digital+Signal+Processing+and+Modeling-p-9780471594314
MIT License
1 stars 0 forks source link

Create stubs and enumerate implemented vs. not implemented algorithms #9

Closed mahdiolfat closed 9 months ago

mahdiolfat commented 9 months ago

uset stubgen and stubtest to ensure consistency between the code and the stub files. Focus of developer should be on the .py static type checking, type annotations, implementation, and documentation, stub files will aim to be automated to provide a clean overview of how the api evolves (grows) over time.