Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: hissain/jscipy

Tags

v2.1.0

Toggle v2.1.0's commit message
Bump to v2.1.0

v2.0.5

Toggle v2.0.5's commit message
Moved Savgol and Medfilt to filter package

v2.0.4

Toggle v2.0.4's commit message
Bump to version v2.0.4

v2.0.2

Toggle v2.0.2's commit message
Added Welch API support

v2.0.1

Toggle v2.0.1's commit message
Updated javadoc

v2.0.0

Toggle v2.0.0's commit message
Bump to v2.0.0

v1.1.0

Toggle v1.1.0's commit message
Bump version to 1.1.0

v1.0.6

Toggle v1.0.6's commit message
Bugfix and version up

v1.0.5

Toggle v1.0.5's commit message
Fix: Inconsistent Resample testing and FFT ifft bug

- Corrected NullPointerException in FFT.ifft by explicitly padding with Complex.ZERO.
- Standardized Resample test data generation by pre-generating test data files in 'datasets/'
  and removing the ResampleTestDataGenerator.java, aligning it with FFT and Interpolation.
- Incremented project version to 1.0.5 and publishing version to 1.0.6.
- Updated README.md to reflect the new dependency version 1.0.6.

v1.0.4

Toggle v1.0.4's commit message
Added FFT utilities, updated readme