[ci] add pip install to readthedocs.yaml
[aubio.git] / python / ext / py-filterbank.c
2019-06-29 Paul BrossierMerge branch 'master' into feature/quietmode
2019-06-29 Paul BrossierMerge branch 'master' into feature/debugmode
2019-06-29 Paul BrossierMerge branch 'master' into feature/autosink feature/autosink
2019-06-29 Paul BrossierMerge branch 'master' into feature/timestretch feature/timestretch
2019-06-29 Paul Brossier[py] incref exception type before restoring it
2019-05-11 Paul BrossierMerge branch 'aybe-patch-2' of feature/vcpkg_docs
2018-12-19 Paul BrossierMerge branch 'feature/pitchshift' into feature/timestretch
2018-12-19 Paul BrossierMerge branch 'master' into feature/pitchshift
2018-12-11 Paul BrossierMerge branch 'master' into feature/pytest
2018-12-07 Paul BrossierMerge branch 'master' into feature/pydocstrings
2018-12-05 Paul BrossierMerge branch 'master' into feature/pitchshift
2018-12-04 Paul Brossier[py] add get_norm/power and documentation to filterbank
2018-11-21 Paul BrossierMerge branch 'master' into feature/pytest
2018-11-21 Paul BrossierMerge branch 'fix/pyextwarnings'
2018-11-20 Paul Brossier[py] fix filterbank in double-precision mode
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 BrossierMerge branch 'master' into feature/pytest
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[py] add filterbank.set_mel_coeffs, improve error messages
2018-10-30 Paul BrossierMerge branch 'master' into feature/docstrings
2018-10-30 Paul BrossierMerge branch 'master' into feature/cdocstrings
2018-10-30 Paul BrossierMerge branch 'master' into feature/earlynoteoff
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 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-26 Paul Brossier[python] fix error messages in filterbank
2017-03-10 Paul BrossierMerge branch 'master' into awhitening
2016-06-22 Paul BrossierMerge branch 'master' into notes
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-03 Paul Brossierpython/ext/py-filterbank.c: check input size
2016-04-29 Paul Brossierpython/ext/py-filterbank.c: use new_py_fvec
2016-04-28 Paul Brossierpython/ext/py-cvec.c: rewrite and simplify aubio.cvec...
2016-04-24 Paul Brossierpython/ext: simplify memory allocations, removed unneed...
2016-04-21 Paul Brossierext/: use new proxy functions
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 BrossierMerge pull request #40 from nphilipp/develop--py3k...
2016-04-18 Paul Brossierext/py-filterbank.c: continue fixing memory leak (#49)
2013-03-08 Paul Brossierpython/: use Py_RETURN_NONE, fixing a memory bug trigge...
2013-03-04 Paul Brossierpython/: move source files to ext/