[ci] add pip install to readthedocs.yaml
[aubio.git] / python / ext /
2018-10-26 Paul Brossier[python] improve docstrings for db_spl, level_lin,...
2018-10-26 Paul Brossier[python] add docstrings to alpha_norm and zero_crossing...
2018-10-26 Paul Brossier[python] add docstrings to bintofreq and freqtobin
2018-10-26 Paul Brossier[python] add docstrings to bintomidi and miditobin
2018-10-26 Paul Brossier[python] add docstrings to ufuncs
2018-09-17 Paul BrossierMerge branch 'jack-midi-buffer-fix' of https://github...
2018-09-15 Paul BrossierMerge branch 'master' into feature/fastmfcc
2018-09-15 Paul BrossierMerge branch 'feature/dct_multiopt'
2018-09-15 Paul Brossierpython/ext/py-musicutils.*: add shift(fvec) and ishift...
2017-10-03 Paul BrossierMerge branch 'master' into dct
2017-10-01 Paul BrossierMerge branch 'intel_ipp_pull' of https://github.com...
2017-10-01 Paul BrossierMerge branch 'yin_confidence' of https://github.com...
2017-10-01 Paul BrossierMerge branch 'PR/simplify_emscripten'
2017-09-30 Paul Brossierpython/ext/py-cvec.c: setters to return a negative...
2017-09-16 Paul BrossierMerge branch 'master' into dct
2017-09-06 Paul Brossierpython/ext/py-phasevoc.c: add _set_window
2017-03-10 Paul BrossierMerge branch 'master' into awhitening
2017-02-28 Paul Brossierpython/ext/py-sink.c: add 'with' interface (PEP 343)
2017-02-27 Paul Brossierpython/ext/py-source.c: use PyArray_NewShape, not _Resize
2017-02-27 Paul Brossierpython/ext/aubio-types.h: define PATH_MAX if needed
2017-02-27 Paul Brossierpython/ext/py-{source,sink}.c: free string uri
2017-02-27 Paul Brossierpython/ext/py-source.c: copy string uri
2017-02-27 Paul Brossierpython/ext/py-source.c: statement after definitions
2017-02-27 Paul Brossierpython/ext/py-source.c: __exit__ to close once
2017-02-27 Paul Brossierpython/ext/py-source.c: raise on closing file failed
2017-02-27 Paul Brossierpython/ext/py-source.c: add iterator interface
2017-02-26 Paul Brossierpython/ext/py-source.c: add with interface (PEP 343)
2017-01-08 Paul Brossierpython/ext/aubiomodule.c: more hack to avoid msvc issues
2016-12-18 Paul Brossierpython/ext/aubiomodule.c: fix version string on windows
2016-12-17 Paul Brossierpython/ext/aubiomodule.c: add aubio._aubio.__version__...
2016-12-17 Paul Brossierpython/ext/aubio-types.h: use <> for non local aubio
2016-11-28 Paul Brossierpython/ext/py-sink.c: always set samplerate and channel...
2016-11-28 Paul Brossierpython/ext/py-cvec.c: use NPY_INTP_FMT
2016-09-27 Paul BrossierMerge branch 'master' into pitchshift
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 BrossierMerge branch 'master' into pitchshift
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/ext/aubiomodule.c: use custom logging function...
2016-06-22 Paul BrossierMerge branch 'master' into notes
2016-05-14 Paul Brossierpython/ext/py-source.c: check seek is not negative
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/{ext/*.c,lib/gen_code.py}: complete PyTypeObject...
2016-05-13 Paul Brossierpython/ext/aubiomodule.c: fix PyMethodDef sentinel
2016-05-11 Paul Brossierext/: build with -Wdeclaration-after-statement -Werror
2016-05-11 Paul Brossierext/aubioproxy.c: fix windows c89 compilation
2016-05-11 Paul Brossierpython/ext/{aubioproxy,py-cvec}.c: use npy_intp, not...
2016-05-11 Paul Brossierpython/ext/py-source.c: fix free
2016-05-11 Paul Brossierpython/ext/py-source.c: fix error string, only delete...
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-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-03 Paul Brossierpython/ext/py-fft.c: improve error message, dont delete...
2016-05-03 Paul Brossierpython/ext/py-filterbank.c: check input size
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-04-30 Paul Brossierpython/ext/aubio-types.h: remove warning, add comments
2016-04-30 Paul Brossierpython/ext/py-fft.c: check rdo input cvec has correct...
2016-04-30 Paul Brossierpython/ext/py-fft.c: check input has correct size
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-28 Paul Brossierpython/ext/py-cvec.c: rewrite and simplify aubio.cvec...
2016-04-25 Paul Brossierpython/setup.py: add command 'generate' with option...
2016-04-25 Paul Brossierpython/ext/py-source.c: added duration
2016-04-24 Paul Brossierpython/{ext,lib}: prepare for double precision
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 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-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 Brossierpython/ext: continue preparing for python 3
2016-04-18 Paul Brossierext/aubiomodule.c: prepare for python 3, see #33
2016-04-18 Paul BrossierMerge pull request #40 from nphilipp/develop--py3k...
2016-04-18 Paul Brossierext/py-filter.c: continue fixing memory leak (#49)
2016-04-18 Paul Brossierext/py-fft.c: continue fixing memory leak (#49)
2016-04-18 Paul Brossierext/py-phasevoc.c: continue fixing memory leak (#49)
2016-04-18 Paul Brossierext/py-filterbank.c: continue fixing memory leak (#49)
2016-04-18 Paul Brossierpython/ext/py-source.c: start fixing memory leak (see...
2015-11-26 Nils PhilippsenPython 3: raise RuntimeErrors, not generic exceptions
2015-11-26 Nils PhilippsenPython 3: use Py_TYPE() instead of ob_type member
2015-08-12 Paul BrossierMerge branch 'develop' into notes
2015-07-10 Paul Brossierext/py-musicutils.c: add level_detection (closes #21)
2015-07-10 Paul Brossierext/py-musicutils.c: add silence_detection
2015-07-10 Paul Brossierext/py-musicutils.h: add doc for level_lin and db_spl
2015-07-10 Paul Brossierext/py-musicutils.c: add db_spl
2015-07-09 Paul Brossierext/py-musicutils.c: add level_lin
2015-07-09 Paul Brossierext/py-musicutils.c: complete window implementation
2015-07-09 Paul Brossierpython/ext/py-musicutils.{c,h}: first .c and test
next