This file contains all notable changes to the siganalysis project.
- Python 3.5 test coverage on Travis-CI
- Updated requirements.
- Add test for hz2khz function.
- Changed Travis configuration to use Miniconda which took the build time from 38 min to 4 min.
- Invoke
inv test
task now reports coverage.
- Changed STFT acronym. Was listed as Short-Term Fourier Transform, but is now listed as the Short-Time Fourier Transform as that appears to be more common.
- Migrated Travis from legacy to container-based infrastructure
- Updated requirements
- Fixed #19: v0.2.7 introduced bug in
time_vector_stft
(was divided in half).
- Fixed #19: The
time_vector_stft
now starts at 0 seconds instead of starting atframe_size_sec / 2
.
- Fixed install error due to
LICENSE.md
being in theMANIFEST.in
instead ofLICENSE.txt
.
- Fixed
pip install nmpy
typo in.travis.yml
- Replaced
pip install -r requirements.txt
in.travis.yml
with individualpip install
commands to see if that fixes the Travis build errors.
- Add
long_description
tosetup.py
- Install pypandoc so PyPi readme looks nice.
- Change CHANGES.md to CHANGELOG.md
- Change AUTHORS.txt to AUTHORS.md
- Update README.md with license badge
- Switch badges to shield.io
- Change
plot_spectrogram()
args #2