setup.py: remove status from version string
[aubio.git] / python /
2016-11-30 Paul Brossierpython/demos/demo_timestretch_online.py: use 512, fix...
2016-11-30 Paul Brossierpython/tests/test_source.py: remove fragile brownnoise...
2016-11-28 Paul Brossierpython/ext/py-sink.c: always set samplerate and channel...
2016-11-28 Paul Brossierpython/tests/test_sink.py: add more tests, quiet warnings
2016-11-28 Paul Brossierpython/tests/: use local import, create __init__.py
2016-11-28 Paul Brossierpython/tests/test_fft.py: skip test fft(zeros).phas...
2016-11-28 Paul Brossierpython/lib/moresetuptools.py: cleaner clean
2016-11-28 Paul Brossierpython/ext/py-cvec.c: use NPY_INTP_FMT
2016-11-28 Paul Brossiersetup.py, python/lib/: use sorted glob.glob to improve...
2016-11-17 Paul Brossierpython/README.md: add a note about nose2 for python...
2016-11-16 Paul Brossierpython/demos/demo_alsa.py: add example using alsaaudio...
2016-11-16 Paul Brossierpython/demos/demo_timestretch*: use // to yield an...
2016-10-03 Paul Brossiersetup.py: use custom build_ext instead of 'generate...
2016-10-03 Paul Brossierpython/lib/moresetuptools.py: use samplerate in single...
2016-10-03 Paul Brossierpython/tests/test_source.py: only check if last frames...
2016-10-03 Paul Brossierpython/tests/test_source.py: check the tail of the...
2016-09-23 Paul Brossierpython/ext/aubiomodule.c: remove duplicate add_generate...
2016-09-23 Paul Brossierpython/ext/aubiomodule.c: undo last commit
2016-09-23 Paul Brossierpython/ext/aubiomodule.c: remove extern
2016-09-23 Paul Brossierpython/ext/py-source.c: use error string set in src...
2016-09-23 Paul Brossierpython/ext/py-phasevoc.c: use error string set in src...
2016-09-23 Paul Brossierpython/ext/py-fft.c: use error string set in src/spectr...
2016-09-22 Paul Brossierpython/tests/test_source.py: break long line
2016-09-22 Paul Brossierpython/tests/test_specdesc.py: RuntimeError is now...
2016-09-22 Paul Brossierpython/tests/test_source.py: filter user warnings to...
2016-09-22 Paul Brossierpython/ext/aubiomodule.c: use custom logging function...
2016-09-22 Paul Brossierpython/lib/moresetuptools.py: add HAVE_STDARG_H
2016-09-22 Paul Brossierpython/demos/demo_mfcc.py: add options to plot first...
2016-09-22 Paul Brossierpython/tests/test_fvec.py: reduce alpha norm precision...
2016-09-20 Paul Brossierpython/tests/test_source.py: use nose2 params to proces...
2016-08-29 Paul Brossierpython/lib/gen_external.py: clean-up
2016-08-29 Paul Brossierpython/tests/test_cvec.py: simplify
2016-08-27 Paul Brossierpython/demos/demo_timestretch*: remove unused import
2016-08-27 Paul Brossierpython/demos/demo_source_simple.py: make executable
2016-08-27 Paul Brossierpython/demos/demo_source_simple.py: fix indentation
2016-08-26 Paul Brossierpython/lib/gen_code.py: fix number of output
2016-08-26 Paul Brossierdoc/python_module.rst: add demo_source_simple.py
2016-08-21 Paul Brossierpython/tests/utils.py: by default, use 5 seconds brownoise
2016-08-20 Paul Brossierpython/lib/gen_code.py: improve del_ function, safer...
2016-08-20 Paul Brossierpython/demos/demo_tss.py: improve default parameters...
2016-08-20 Paul Brossierpython/lib/gen_external.py: enable tss
2016-08-20 Paul Brossierpython/lib/gen_code.py: add support for multiple _do...
2016-08-18 Paul Brossier./python/demos/demo_timestretch{,_online}.py: fix usage...
2016-07-22 Paul Brossierpython/README.md: update (closes #2)
2016-07-22 Paul BrossierREADME.md: link to python/README.md
2016-07-22 Paul BrossierMerge branch 'aubiotrack_midi_output' of https://github...
2016-07-12 Paul Brossierpython/tests/test_specdesc.py: use correct input size...
2016-07-12 Paul Brossierpython/tests/test_mfcc.py: test for wrong input size...
2016-07-12 Paul Brossierpython/lib/gen_code.py: add input size checks (see...
2016-07-09 Paul BrossierMerge branch 'sxalexander-python-readme-typo'
2016-07-08 Sam AlexanderUpdate Readme Typo
2016-07-01 Paul Brossierpython/lib/gen_code.py: add output size for notes
2016-06-22 Paul BrossierMerge branch 'master' into notes
2016-06-06 Paul Brossierpython/demos/demo_timestretch.py: add timescale algorit...
2016-06-06 Paul Brossierpython/demos/demo_timestretch.py: add timescale algorithm
2016-05-19 Paul Brossierpython/VERSION: remove, use same VERSION file for libau...
2016-05-16 Paul Brossierpython/lib/moresetuptools.py: fix typo
2016-05-16 Paul Brossierpython/lib/moresetuptools.py: add apple audio sind...
2016-05-16 Paul Brossierpython/lib/gen_external.py: improve compiler detection...
2016-05-16 Paul Brossierpython/tests/utils.py: try reopening the file is deleti...
2016-05-16 Paul Brossierpython/tests/test_mathutils.py: can also raise NotImple...
2016-05-16 Paul Brossierpython/tests: fix most prospect warnings
2016-05-16 Paul Brossierpython/demos/demo_specdesc.py: remove unused import
2016-05-16 Paul Brossierpython/: fix comparison to False
2016-05-16 Paul Brossierpython/: fix comparisons to None
2016-05-16 Paul Brossierpython/demos: python3 and double precision compatibility
2016-05-15 Paul Brossierpython/demos/__init__.py: added empty file
2016-05-15 Paul Brossierpython/demos/demo_create_test_sounds.py: python 3 compat
2016-05-15 Paul Brossierpython/demos/demo_create_test_sounds.py: add script...
2016-05-15 Paul Brossierpython/lib/moresetuptools.py: define HAVE_WIN_HACKS...
2016-05-15 Paul Brossierpython/lib/moresetuptools.py: always define HAVE_C99_VA...
2016-05-15 Paul Brossierpython/lib/moresetuptools.py: also catch WindowsError...
2016-05-15 Paul Brossierpython/tests/test_source.py: fix when python/tests...
2016-05-15 Paul Brossierpython/tests/test_source.py: skip tests if no sounds...
2016-05-15 Paul Brossierpython/lib/gen_external.py: use os.path.join
2016-05-15 Paul Brossierpython/lib/moresetuptools.py: use -framework Accelerate...
2016-05-14 Paul BrossierMANIFEST.in: move from python/, update contents
2016-05-14 Paul Brossiersetup.py: clean-up, add option to build libaubio inside...
2016-05-14 Paul Brossierpython/tests/test_specdesc.py: skip wrong name test
2016-05-14 Paul Brossierpython/tests/test_mfcc.py: add more tests
2016-05-14 Paul Brossierpython/tests/test_specdesc.py: check for wrong values
2016-05-14 Paul Brossierpython/tests/test_fft.py: avoid VisibleDeprecationWarning
2016-05-14 Paul Brossierpython/ext/py-source.c: check seek is not negative
2016-05-14 Paul Brossierpython/tests/test_filterbank.py: raise a ValueError
2016-05-14 Paul Brossierpython/tests/test_source.py: simplify, quieten
2016-05-14 Paul Brossierpython/tests/test_filterbank.py: check for wrong values
2016-05-13 Paul Brossierpython/__init__.py: add empty file
2016-05-13 Paul Brossiermove python/setup.py to setup.py, update Makefile,...
2016-05-13 Paul Brossierpython/tests/test_cvec.py: add more tests
2016-05-13 Paul Brossierpython/lib/gen_code.py: remove unused variable
2016-05-13 Paul Brossierpython/tests/test_musicutils.py: simplify, check TypeEr...
2016-05-13 Paul Brossierpython/ext/py-musicutils.c: do not overwrite PyArg_Pars...
2016-05-13 Paul Brossierpython/ext/py-filterbank.c: fix error message formattin...
2016-05-13 Paul Brossierpython/demos/demo_reading_speed.py: avoid unused variable
2016-05-13 Paul Brossierpython/{ext/*.c,lib/gen_code.py}: complete PyTypeObject...
2016-05-13 Paul Brossierpython/ext/aubiomodule.c: fix PyMethodDef sentinel
2016-05-12 Paul Brossierpython/setup.py: no need to include ../build/src
2016-05-11 Paul Brossierpython/lib/gen_code.py: fix error string
2016-05-11 Paul Brossierext/: build with -Wdeclaration-after-statement -Werror
2016-05-11 Paul Brossierext/aubioproxy.c: fix windows c89 compilation
next