kernels.py
- Rework Dirichlet kernel interface to match that of Fresnel.
- Removes `discrete_dirichlet`.
- Adds `dirichlet_kernel`.
examples
- Add example computing a the full likelihood `<d - h |d - h>` for a linear chirp.
What's Changed
* Draft: Add linear chirp example by Rodrigo-Tenorio in https://github.com/Rodrigo-Tenorio/sfts/pull/2
* Implement noiseless likelihood for linear chirp by Rodrigo-Tenorio in https://github.com/Rodrigo-Tenorio/sfts/pull/4
New Contributors
* Rodrigo-Tenorio made their first contribution in https://github.com/Rodrigo-Tenorio/sfts/pull/2
**Full Changelog**: https://github.com/Rodrigo-Tenorio/sfts/compare/v0.1.1...v0.2.0