[tests] increase tss coverage
[aubio.git] / python /
2018-11-26 Paul BrossierMerge branch 'fix/onset_nullptr' (thanks to @niugx)
2018-11-26 Paul BrossierMerge branch 'fix/bufoverflow_tempo' (thanks to @niugx)
2018-11-24 Paul Brossier[py] add tempo tests
2018-11-21 Paul Brossier[tests] use from .utils import, fixes build with pybuil...
2018-11-21 Paul Brossier[doc] reorder python/README.md sections, group links
2018-11-21 Paul Brossier[doc] rewrite python/README.md demo section
2018-11-21 Paul Brossier[doc] move api references to doc, simplify pip instruct...
2018-11-21 Paul Brossier[doc] move python tests from python/README.md to doc...
2018-11-21 Paul Brossier[doc] rewrite description, add built with and documenta...
2018-11-21 Paul Brossier[doc] remove installation instructions from python...
2018-11-21 Paul BrossierMerge branch 'fix/pyextwarnings'
2018-11-21 Paul BrossierMerge branch 'fix/py3x_win-amd64' (closes #199, #208)
2018-11-20 Paul Brossier[py] fix filterbank in double-precision mode
2018-11-20 Paul Brossier[py] fix missing pre-processor output on win-amd64
2018-11-20 Paul Brossier[py] fix % escaping in py-source.c
2018-11-20 Paul Brossier[py] filterbank power and norm are floats
2018-11-20 Paul Brossier[py] filterbank.set_triangle_bands can accept a float...
2018-11-17 Paul Brossier[test] mfcc.set_mel_coeffs_slaney takes no parameter
2018-11-17 Paul Brossier[tests] improve onset coverage
2018-11-17 Paul Brossier[test] improve coverage of filters
2018-11-17 Paul Brossier[tests] add tests for mfcc filterbank settings
2018-11-17 Paul BrossierMerge branch 'feature/mfccparams'
2018-11-17 Paul BrossierMerge branch 'feature/melfilterbank' into feature/mfccp...
2018-11-17 Paul Brossier[py] generate code for setters with no parameters
2018-11-17 Paul Brossier[py] generate code for setters with multiple parameters
2018-11-17 Paul Brossier[py] add tests for new filterbank methods
2018-11-17 Paul Brossier[py] filterbank.set_mel_coeffs_slaney accepts float
2018-11-17 Paul Brossier[py] check for float in filterbank.set_mel_coeffs,...
2018-11-17 Paul BrossierMerge branch 'master' into feature/melfilterbank
2018-11-17 Paul Brossier[py] add filterbank.set_power and set_norm
2018-11-17 Paul Brossier[filterbank] fix mel htk mode
2018-11-17 Paul Brossier[test] pass checks in double precision, rename hztomel
2018-11-17 Paul Brossier[py] add filterbank.set_mel_coeffs, improve error messages
2018-11-17 Paul Brossier[test] add meltohz tests
2018-11-17 Paul Brossier[py] add meltohz and hztomel with minimal doc
2018-11-16 Paul Brossier[test] add a test using sink and source to check channe...
2018-11-15 Paul BrossierMerge branch 'fix/oddfft' (closes #207)
2018-11-15 Paul Brossier[tests] check fft reconstruction for even size and...
2018-11-09 Paul Brossier[tests] also test for duplicate values in set_triangle_...
2018-11-09 Paul Brossier[filterbank] improve unit tests
2018-11-09 Paul Brossier[tests] set_triangle_bands should when list starts...
2018-11-05 Paul Brossier[py] move cut_slice from cut to cmd to avoid cyclic...
2018-11-05 Paul Brossier[py] [style] add space after , in cut.py
2018-11-05 Paul Brossier[py] [style] add space around * in midiconv.py
2018-11-05 Paul Brossier[py] add blank line after imports in __init__.py
2018-11-04 Paul Brossier[py] fix matching " in cmd.py
2018-11-04 Paul Brossier[py] fix missing eol in cmd.py
2018-11-04 Paul Brossier[py] improve style for demo_filterbank.py
2018-11-04 Paul Brossier[py] improve style for demo_source_simple.py
2018-11-04 Paul Brossier[py] improve style for demo_filter.py
2018-11-04 Paul Brossier[py] improve code style of midiconv.py
2018-11-04 Paul Brossier[py] improve code style of slicing.py
2018-11-04 Paul Brossier[py] improve style of cmd.py
2018-11-04 Paul Brossier[doc] [py] improve source/sink descriptions
2018-11-04 Paul Brossier[py] [doc] improve source.do/do_multi descriptions
2018-11-01 Paul Brossier[py] simplify import in gen_external.py
2018-11-01 Paul Brossier[py] remove empty init files
2018-10-31 Paul BrossierMerge branch 'fix/pyfvec'
2018-10-31 Paul BrossierMerge branch 'feature/docstrings' (see #73)
2018-10-31 Paul Brossier[doc] improve demos used in examples
2018-10-30 Paul Brossier[py] add basic module docstring
2018-10-30 Paul Brossier[py] improve fvec doc
2018-10-30 Paul Brossier[py] improve py-cvec.c doc
2018-10-30 Paul Brossier[py] improve py-cvec.c doc
2018-10-30 Paul BrossierMerge branch 'feature/cdocstrings' into feature/docstrings
2018-10-30 Paul BrossierMerge branch 'master' into feature/docstrings
2018-10-30 Paul BrossierMerge branch 'master' into feature/cdocstrings
2018-10-30 Paul Brossier[py] use aubio_log message when set by failed aubio_...
2018-10-30 Paul BrossierMerge branch 'master' into feature/earlynoteoff
2018-10-30 Paul Brossier[cmd] add --silence and --release-drop to notes subcommand
2018-10-30 Paul BrossierMerge branch 'feature/note2freq'
2018-10-30 Paul Brossier[py] [test] expect a small rounding error when using...
2018-10-30 Paul BrossierMerge branch 'feature/note2freq'
2018-10-30 Paul Brossier[py] add note2freq to __all__
2018-10-29 Paul Brossier[py] test note2freq
2018-10-29 Paul Brossier[demo] fix bpm_extract arguments
2018-10-29 Paul Brossier[py] add note2freq to midiconv.py
2018-10-29 Paul Brossier[py] move midiconv.py import to file header
2018-10-29 Paul Brossier[py] midi2note rounds to nearest integer midi note
2018-10-29 Paul Brossier[py] [test] make sure freq2note rounds to nearest integ...
2018-10-29 Paul Brossier[py] wrap long lines in midiconv.py
2018-10-29 Paul BrossierMerge branch 'feature/wrapavcodec'
2018-10-29 Paul BrossierMerge branch 'feature/wrap_py_mod'
2018-10-29 Paul BrossierMerge branch 'fix/wavetable'
2018-10-29 Paul BrossierMerge branch 'fix/slicing'
2018-10-29 Paul Brossier[py] [tests] start slice tests at 0
2018-10-29 Paul BrossierMerge branch 'fix/slaneyurl'
2018-10-29 Paul BrossierMerge branch 'fix/warn_old_avutil'
2018-10-29 Paul BrossierMerge branch 'fix/phasevoc'
2018-10-29 Paul BrossierMerge branch 'fix/py2cmd'
2018-10-29 Paul BrossierMerge branch 'fix/pyfilterbank'
2018-10-29 Paul Brossier[py] improve slice_source_at_stamps examples
2018-10-29 Paul Brossier[py] add a note about missing last timestamp to slice_s...
2018-10-29 Paul Brossier[py] add docstring to slice_source_at_stamps
2018-10-29 Paul BrossierMerge branch 'fix/slicing' into feature/docstrings
2018-10-29 Paul Brossier[py] [cut] use source.samplerate
2018-10-29 Paul Brossier[py] [cut] add option --create-first
2018-10-29 Paul Brossier[py] [slicing] add check_first=True to tests
2018-10-29 Paul Brossier[py] [slicing] add option create_first, default to...
2018-10-29 Paul Brossier[py] [slicing] add end of last region if missing
next