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

Skip to content

Tags: hissain/jscipy

Tags

v3.1.7.1

Toggle v3.1.7.1's commit message
test: add comprehensive Signal facade coverage tests

Added tests for all previously untested Signal methods:
- FFT methods (fft, ifft, rfft, irfft, fft2, ifft2, stft, istft)
- DCT methods (dct with ortho/normal, idct)
- Spectral analysis (welch, periodogram, spectrogram)
- Convolution/correlation (1D and 2D, all modes)
- Filtering (savgol_filter, medfilt)
- Peak analysis (peakProminences, peakWidths)
- FIR design (firwin variants)
- Utility methods (sosfilt, padSignal)

Coverage improvements:
- Signal.java facade: 76% -> 96% (+20%)
- Overall instruction: 95% -> 95% (maintained)
- Overall line: 94.4% -> 95.1% (+0.7%)
- Method coverage: ~92% -> 95.1% (+3%)

All tests pass with golden master validation.

v3.1.7

Toggle v3.1.7's commit message
Bump to v3.1.7

v3.1.6

Toggle v3.1.6's commit message
Bump to v3.1.6

v3.1.5

Toggle v3.1.5's commit message
Fix Maven Central credentials: Use ORG_GRADLE_PROJECT_ prefix

v3.1.4

Toggle v3.1.4's commit message
chore: bumped version to 3.1.4 and updated javadocs

v3.1.3

Toggle v3.1.3's commit message
bump to v3.1.3

v3.1.2

Toggle v3.1.2's commit message
Bump to v3.1.2

v3.1.1

Toggle v3.1.1's commit message
Adding figures within javadoc

v3.1.0

Toggle v3.1.0's commit message
bump to v3.1.0

v3.0.2

Toggle v3.0.2's commit message
bump version v3.0.2