Release Notes
MAJOR FEATURE ADDITION:
- New methods for Fast Convolution and Fast Cross-Correlation by @skylarkgit in #82
- Updated uses of convolve() with fastConvolve() to improve performance
Bug Fix:
- Resolved issue with diff() when the input array is empty.
- Optimised code and tests to reduce code repetition
New Contributors
- @skylarkgit made their first contribution in #82