Merge branch 'master' into feature/quietmode
[aubio.git] / python /
2019-06-29 Paul BrossierMerge branch 'master' into feature/quietmode
2019-06-29 Paul Brossier[py] incref exception type before restoring it
2019-06-29 Paul Brossier[py] incref exception type before restoring it
2019-06-29 Paul Brossier[py] fix reference counting of exception types (thanks...
2019-06-28 Paul BrossierMerge branch 'master' into fix/setbiquad
2019-06-21 Paul Brossier[py] expect a failure on 32bit systems, add a comment...
2019-06-21 Paul Brossier[py] add helper to check if we are on a 32bit system
2019-06-21 Paul Brossier[py] relax precision for 32bit systems
2019-06-20 Paul Brossier[py] fix pvoc tests on powerpc
2019-06-20 Paul Brossier[py] fix typo in dct docstring
2019-06-20 Paul Brossier[py] fix typo in fft docstring
2019-06-20 Paul Brossier[py] fix typo in sink docstrings
2019-05-11 Paul BrossierMerge branch 'aybe-patch-2' of feature/vcpkg_docs
2019-05-08 Paul BrossierMerge branch 'fix/winencoding' (closes gh-247)
2019-05-06 Paul Brossier[py] use universal_newlines=True to prevent decoding...
2019-03-26 Paul Brossier[py] fix note-off timings (closes #240, thanks to ...
2019-03-26 Paul Brossier[py] digital_filter.set_* raise ValueError (see #gh...
2019-03-26 Paul Brossier[py] improve digital_filter error messages (closes...
2018-12-23 Paul Brossier[py] fix compilation warning in py-source
2018-12-23 Paul Brossier[tests] also capture expected source warnings in test_sink
2018-12-23 Paul Brossier[tests] check resampling a source raises a warning...
2018-12-23 Paul Brossier[tests] add parse_file_samplerate to fetch samplerate...
2018-12-23 Paul Brossier[py] take a copy for the last source block when iterating
2018-12-23 Paul Brossier[py] define HAVE_ERRNO_H in add_local_macros
2018-12-21 Paul Brossier[py] raise an exception when reading source failed
2018-12-21 Paul Brossier[tests] simplify test_source.py, skip if no test sounds
2018-12-21 Paul Brossier[tests] check reading source after close raises Runtime...
2018-12-21 Paul Brossier[py] check if filter was created before deleting it
2018-12-21 Paul Brossier[py] check sink was created before calling del_aubio_sink
2018-12-21 Paul BrossierRevert "[py] avoid resizing py-source output"
2018-12-20 Paul Brossier[py] avoid resizing py-source output
2018-12-19 Paul BrossierMerge branch 'feature/pytest' (closes #163)
2018-12-19 Paul BrossierMerge branch 'master' into feature/pytest
2018-12-19 Paul Brossier[doc] highlight link to python/demos
2018-12-19 Paul Brossier[py] musicutils also use Pyfloat_FromDouble
2018-12-19 Paul Brossier[py] alpha_norm and zero_crossing_rate use PyFloat_From...
2018-12-19 Paul Brossier[py] py-cvec uses PyLong_FromLong
2018-12-19 Paul Brossier[py] use PyFloat_FromDouble in meltohz methods
2018-12-11 Paul BrossierMerge branch 'master' into feature/pytest
2018-12-07 Paul BrossierMerge branch 'master' into feature/pydocstrings
2018-12-07 Paul Brossier[py] improve specdesc dosctring
2018-12-07 Paul Brossier[py] add minimal docstring for wavetable
2018-12-04 Paul Brossier[py] include docstrings for generated classes feature/pydocstrings
2018-12-04 Paul Brossier[py] add minimal docstrings to generated objects
2018-12-04 Paul Brossier[py] use macro in docstring of generated objects macro...
2018-12-04 Paul Brossier[py] add docstrings for digital_filter
2018-12-04 Paul Brossier[py] add get_norm/power and documentation to filterbank
2018-12-03 Paul Brossier[py] add minimal docstring to fft
2018-12-03 Paul BrossierMerge branch 'fix/mfcc_params'
2018-12-03 Paul Brossier[tests] mfcc norm/scale with real values
2018-12-01 Paul BrossierMerge branch 'master' into feature/pytest
2018-11-30 Paul Brossier[py] remove useless check in py-phasevoc.c
2018-11-26 Paul BrossierMerge branch 'master' into feature/pytest
2018-11-26 Paul Brossier[tests] run phase vocoder with hop_s = win_s
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-22 Paul Brossier[pytest] no relative import
2018-11-22 Paul BrossierMerge branch 'master' into feature/pytest
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 'master' into feature/pytest
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 BrossierMerge branch 'master' into feature/pytest
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 BrossierMerge branch 'master' into feature/pytest
2018-11-17 Paul Brossier[tests] add tests for mfcc filterbank settings
2018-11-17 Paul Brossier[tests] capture hztomel warnings
2018-11-17 Paul BrossierMerge branch 'master' into feature/pytest
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-10 Paul Brossier[py] fb.set_triangle_bands does not warn for freqs...
next