Recent Releases of evfuncs
evfuncs - 0.3.5.post1
What's Changed
- Raise python requires >= 3.8 by @NickleDave in https://github.com/NickleDave/evfuncs/pull/18
Full Changelog: https://github.com/NickleDave/evfuncs/compare/0.3.4...0.3.5.post1
- Python
Published by NickleDave about 2 years ago
evfuncs - evfuncuber
- requires SciPy >= 1.2.0, fixes warning raised by
bandpass_filtfilt
- Python
Published by NickleDave about 7 years ago
evfuncs - evenfunckiest
Added
- actually add a changelog
- make a DOI
- add an image of Evren, because this is important
- Python
Published by NickleDave about 7 years ago
evfuncs - evenfunckier
- Add
evfuncs.segment_notesfunction and tests for it - Add Matlab script
make_oracle_data_for_tests.mthat generates "oracle" data from actual functions written by Evren and saves in .mat files for comparison with output from evfuncs
- Python
Published by NickleDave over 7 years ago
evfuncs - evenfuncky
- Initial version after excising from hvc (https://github.com/NickleDave/hybrid-vocal-classifier/commits/0c50144d75e3a3205db82add8b48302edbbed511/hvc/evfuncs.py)
- Change
evfuncs.readrecfto consistently parse values the same way, e.g. sampling frequency always returned as an int - Convert tests to Python unittest format (instead of using PyTest library)
- Change defaults for
evfuncs.smooth_dataso it acts likeSmoothData.m(and passes those defaults toevfuncs.bandpass_filtfilt) - Write README.md with usage
- Python
Published by NickleDave over 7 years ago