python/tests/test_fvec.py: cope with accumulated errors
[aubio.git] / python /
2016-05-11 Paul Brossierpython/tests/test_fvec.py: cope with accumulated errors
2016-05-11 Paul Brossierpython/tests/test_fvec.py: clean up and simplify
2016-05-11 Paul Brossierpython/lib/aubio/__init__.py: make sure length is not...
2016-05-11 Paul Brossierpython/tests/test_fvec.py: avoid import
2016-05-11 Paul Brossierpython/ext/py-cvec.c: remove unused function
2016-05-11 Paul Brossierpython/ext/aubioproxy.c: factorize input checks into...
2016-05-11 Paul Brossierpython/tests/test_filter.py: fix indent
2016-05-11 Paul Brossierpython/tests/test_filter.py: add tests
2016-05-10 Paul Brossierpython/demos/demo_reading_speed.py: avoid unused variab...
2016-05-10 Paul Brossierpython/ext/py-phasevoc.c: make sure to avoid double...
2016-05-10 Paul Brossierpython/ext/py-phasevoc.c: improve error message
2016-05-10 Paul Brossierpython/tests/test_phasevoc.py: fix duplicate test name
2016-05-10 Paul Brossierpython/lib/aubio/slicing.py: fix samplerate
2016-05-10 Paul Brossierpython/demos/demo_onset_plot.py: remove unused import
2016-05-10 Paul Brossierpython/lib/gen_code.py: remove unused variable
2016-05-10 Paul Brossierpython/lib/aubio/slicing.py: fix samplerate
2016-05-10 Paul Brossierpython/lib/aubio/slicing.py: clean up
2016-05-10 Paul Brossierpython/demos/demo_pitch_sinusoid.py: clean up, indent
2016-05-10 Paul Brossierpython/demos/demo_simple_robot_voice.py: indent
2016-05-10 Paul Brossierpython/demos/demo_reading_speed.py: disable other packa...
2016-05-10 Paul Brossierpython/demos: remove unused import and variables
2016-05-10 Paul Brossierpython/lib/aubio/__init__.py: clean up, use isinstance
2016-05-10 Paul Brossierpython/lib/aubio/midiconv.py: fix instance checks
2016-05-10 Paul Brossierpython/tests/test_mathutils: fix test_miditobin test
2016-05-10 Paul Brossierpython/lib/aubio/midiconv.py: clean up, add some docume...
2016-05-10 Paul Brossierpython/lib/moresetuptools.py: simplify imports
2016-05-10 Paul Brossierpython/demos/demo_spectrogram.py: remove unused import
2016-05-10 Paul Brossierpython/demos/demo_spectrogram.py: fix title
2016-05-10 Paul Brossierpython/lib/gen_code.py: fix format string
2016-05-10 Paul Brossierpython/setup.py: remove unused import
2016-05-10 Paul Brossierpython/demos/demo_pitch.py: clean up imports
2016-05-10 Paul Brossierpython/demos/demo_bpm_extract.py: add exception type...
2016-05-10 Paul Brossierpython/demos/demo_spectrogram.py: fix indent
2016-05-10 Paul Brossierpython/demos/demo_tss.py: fix indent
2016-05-10 Paul Brossierpython/demos/demo_spectrogram.py: fix indent
2016-05-10 Paul Brossierpython/demos/demo_filter.py: clean-up
2016-05-10 Paul Brossierpython/demos/demo_filter.py: moved from _a_weighting...
2016-05-04 Paul Brossierpython/lib/gen_code.py: make sure aubio object has...
2016-05-03 Paul Brossierpython/ext/py-fft.c: improve error message, dont delete...
2016-05-03 Paul Brossierpython/tests/test_fft.py: more tests
2016-05-03 Paul Brossierpython/ext/py-filterbank.c: check input size
2016-05-02 Paul Brossierpython/tests/test_cvec.py: check input sizes
2016-05-02 Paul Brossierpython/tests/test_cvec.py: more tests
2016-05-02 Paul Brossierpython/tests/test_fvec.py: add test_pass_to_numpy
2016-05-02 Paul Brossierpython/tests/test_filterbank.py: fix indentation
2016-05-02 Paul Brossierpython/tests/test_filterbank.py: clean up, use nose2
2016-05-02 Paul Brossierpython/tests/test_cvec.py: simplify, use nose2
2016-05-02 Paul Brossierpython/tests/run_all_tests: use nose2
2016-05-02 Paul Brossierpython/ext/py-phasevoc.c: add input size checks
2016-05-02 Paul Brossierpython/ext/py-fft.c: improve error messages
2016-05-02 Paul Brossierpython/tests/test_phasevoc.py: simplify, add wrong...
2016-05-02 Paul Brossierpython/tests/test_fft.py: clean up
2016-04-30 Paul Brossierpython/ext/aubio-types.h: remove warning, add comments
2016-04-30 Paul Brossierpython/tests/test_sink.py: fix format for python3
2016-04-30 Paul Brossierpython/tests/test_source.py: fix format for python3
2016-04-30 Paul Brossierpython/tests/test_source.py: use nose2 to create one...
2016-04-30 Paul Brossierpython/tests/test_sink.py: switch to nose2
2016-04-30 Paul Brossierpython/nose2.cfg: add minimal config
2016-04-30 Paul Brossierpython/tests/test_phasevoc.py: cleanup, start using...
2016-04-30 Paul Brossierpython/tests/test_fft.py: make sure cvec is large enough
2016-04-30 Paul Brossierpython/ext/py-fft.c: check rdo input cvec has correct...
2016-04-30 Paul Brossierpython/tests/test_fft.py: clean up, add tests for f...
2016-04-30 Paul Brossierpython/ext/py-fft.c: check input has correct size
2016-04-30 Paul Brossierpython/tests/test_fft.py: add test to make sure fft...
2016-04-29 Paul Brossierpython/lib/gen_code.py: switch to using PyObjects inste...
2016-04-29 Paul Brossierpython/ext/py-filterbank.c: use new_py_fvec
2016-04-29 Paul Brossierpython/ext/py-phasevoc.c: use new_py_fvec, new_py_cvec
2016-04-29 Paul Brossierpython/ext/py-source.c: use new_py_foo here too
2016-04-29 Paul Brossierpython/ext/aubio-types.h: add new_py_ functions to...
2016-04-29 Paul Brossierpython/tests/test_fft.py: add some memory tests
2016-04-29 Paul Brossierpython/tests/test_phasevoc.py: clean up, add 50% overla...
2016-04-28 Paul Brossierpython/tests/test_phasevoc.py: add a note about ocasion...
2016-04-28 Paul Brossierpython/tests/test_phasevoc.py: add more tests
2016-04-28 Paul Brossierpython/ext/py-cvec.c: rewrite and simplify aubio.cvec...
2016-04-27 Paul Brossierpython/tests/test_phasevoc.py: check perfect reconstruc...
2016-04-25 Paul Brossierpython/setup.py: add command 'generate' with option...
2016-04-25 Paul Brossierdemos/demo_reading_speed.py: add reading speed tests
2016-04-25 Paul Brossierpython/ext/py-source.c: added duration
2016-04-24 Paul Brossierpython/lib/aubio__init__.py: use aubio.float_type
2016-04-24 Paul Brossierpython/tests: use aubio.float_type
2016-04-24 Paul Brossierpython/lib/gen_{external,code}.py: prepare for double...
2016-04-24 Paul Brossierpython/{ext,lib}: prepare for double precision
2016-04-24 Paul Brossierpython/MANIFEST.in: update lib/gen locations
2016-04-24 Paul Brossierpython/ext/py-phasevoc.c: re-added Py_pvoc_doc
2016-04-24 Paul Brossierpython/ext: simplify memory allocations, removed unneed...
2016-04-22 Paul Brossiersrc/: change c header identifiers (see #35)
2016-04-21 Paul Brossierpython/lib/gen_code.py: tempo should have only one...
2016-04-21 Paul Brossierpython/scripts/aubiocut: fix usage string output
2016-04-21 Paul Brossierlib/gen_code.py: comment out print
2016-04-21 Paul Brossierpython/lib/gen_code.py: use new proxy functions
2016-04-21 Paul Brossierext/: use new proxy functions
2016-04-21 Paul Brossierext/aubio-types.h: rewrite array to fvec conversions...
2016-04-21 Paul Brossierext/py-cvec.c: indent
2016-04-21 Paul Brossierext/aubio-types.h: remove old channels from cvec
2016-04-20 Paul Brossierpython/README: remove note about libaubio install
2016-04-19 Paul Brossierpython/README: fix typo
2016-04-19 Paul Brossierpython/ext/py-source.c: fix memory leak (see #18)
2016-04-19 Paul Brossierext/: no more hell, use plain c
2016-04-18 Paul BrossierMerge branch 'develop' of github.com:aubio/aubio into...
2016-04-18 Paul Brossiersetup.py: switch to new code generator
next