Skip to content

v3.1.0 (October 27, 2024)

Latest
Compare
Choose a tag to compare
@psambit9791 psambit9791 released this 27 Oct 11:12
· 1 commit to master since this release
e2fe7ad

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