aubio.git
2019-07-11 Paul BrossierMerge branch 'master' into feature/crepe feature/crepe_org
2019-06-29 Paul BrossierMerge branch 'feature/debugmode'
2019-06-29 Paul Brossier[priv] also define variadic no-op debug macro
2019-06-29 Paul Brossier[priv] use {} for no-op macro when debug is not enabled
2019-06-29 Paul BrossierMerge branch 'master' into feature/quietmode
2019-06-29 Paul BrossierMerge branch 'master' into feature/debugmode
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-28 Paul Brossier[waf] bump to 2.0.17
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[ci] disable samplerate when cross building on osx
2019-06-20 Paul Brossier[ci] update brew on travis
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-04-25 AybeUpdate binaries.rst
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...
2019-02-26 Paul Brossier[waf] remove ref to landscape.yml
2019-02-26 Paul Brossier[waf] also exclude signature files
2019-02-26 Paul Brossier[ci] remove landscape.yml
2019-02-26 Paul Brossier[doc] remove landscape icon
2019-02-26 Paul Brossier[README] remove landscape icon
2019-02-26 Paul Brossier[VERSION] bump to 0.5.0~alpha
2019-02-07 Paul Brossier[VERSION] bump to 0.4.9 0.4.9
2019-02-07 Paul Brossier[ChangeLog] add 0.4.9 entry
2019-02-07 Paul Brossier[waf] bump to 2.0.14
2019-01-31 Paul Brossier[ci] fix azure vmImage field
2019-01-31 Paul Brossier[examples] add quiet mode for performance measurements
2019-01-31 Paul Brossier[tests] fix input size in test-mfcc
2019-01-31 Paul Brossier[aubio_priv.h] only define AUBIO_DBG in debug mode
2019-01-31 Paul Brossier[waf] add shortcut to compile in debug mode
2019-01-29 Paul Brossier[file_hdf5] add list routine
2019-01-29 Paul Brossier[file_hdf5] check if tensor exists before loading,...
2019-01-29 Paul Brossier[conv2d] copy params in set_kernel, set_bias
2019-01-29 Paul Brossier[fmat] add matmul with blas implementation
2019-01-29 Paul Brossier[tensor] add warning in aubio_tensor_as_fmat, to be...
2019-01-29 Paul Brossier[fmat] workaround to allow printing 'fake' fmat created...
2019-01-29 Paul Brossier[fmat] clarify memory allocation
2019-01-29 Paul Brossier[conv1d] set_padding_mode case insensitive
2019-01-29 Paul Brossier[conv2d] set_padding_mode case insensitive
2019-01-29 Paul Brossier[tensor] have_same_shape returns false on null pointers
2019-01-29 Paul Brossier[maxpool1d] do not call debug in _do
2019-01-29 Paul Brossier[conv2d] add basic documentation
2019-01-29 Paul Brossier[conv1d] add basic documentation
2019-01-29 Paul Brossier[conv2d] specify length of array in new_ prototype
2019-01-29 Paul Brossier[conv1d] use array for stride_shape to match conv2d api
2019-01-29 Paul Brossier[maxpool2d] add basic documentation
2019-01-29 Paul Brossier[maxpool1d] add basic documentation
2019-01-29 Paul Brossier[dense] improve documentation
2019-01-29 Paul Brossier[tensor] rename have_same_shape
2019-01-29 Paul Brossier[conv1d] add set_{kernel,bias}
2019-01-29 Paul Brossier[tensor] add copy
2019-01-29 Paul Brossier[batchnorm] improve docs for return values
2019-01-28 Paul Brossier[tensor] improve documentation, add todos
2019-01-28 Paul Brossier[tensor] rewrite and rename have_same_shape
2019-01-28 Paul Brossier[tensor] use cblas alias in matmul, allow n-dimensional...
2019-01-28 Paul Brossier[tensor] improve shape string for 1d
2019-01-23 Paul Brossier[batchnorm] add basic documentation, shuffle declaratio...
2019-01-23 Paul Brossier[batchnorm] remove comments, add a note about no input...
2019-01-23 Paul Brossier[ai] add some documentation to activation.h
2019-01-18 Paul Brossier[pitch_crepe] update creation
2019-01-18 Paul Brossier[batchnorm] accepts any input size, allocate weights...
2019-01-17 Paul Brossier[batchnorm] wrap long lines
2019-01-17 Paul Brossier[batchnorm] generalise to any number of dimensions
2019-01-17 Paul Brossier[batchnorm] remove train for now
2019-01-17 Paul Brossier[waf] always try to detect blas
2019-01-17 Paul Brossier[pitch_crepe] make hdf5 optional, add an error message
2019-01-17 Paul Brossier[waf] fix hdf5 selection
2019-01-17 Paul Brossier[aubio_priv.h] add gemm aliases
2019-01-16 Paul Brossier[maxpool2d] remove train methods
2019-01-16 Paul Brossier[conv2d] simplify padding modes enum, use _t suffix...
2019-01-16 Paul Brossier[conv1d] fix plain version
2019-01-16 Paul Brossier[conv1d] improve comments, wrap long line
2019-01-16 Paul Brossier[pitch_crepe] reorder members, add comment
2019-01-16 Paul Brossier[conv2d] add simple blas version (im2row + gemm)
2019-01-16 Paul Brossier[conv2d] fix debug string
2019-01-16 Paul Brossier[conv2d] remove relu
2019-01-16 Paul Brossier[conv2d] fix debug string, clean up
2019-01-10 Paul Brossier[pitch_crepe] add activations
2019-01-10 Paul Brossier[activation] add header template
2019-01-10 Paul Brossier[activation] add sigmoid and relu, in-place
2019-01-10 Paul Brossier[dense] remove activation function
2019-01-10 Paul Brossier[conv1d] remove activation function
2019-01-10 Paul Brossier[conv1d] improve comment and indentation
2019-01-08 Paul BrossierMerge branch 'master' into feature/crepe
2019-01-08 Paul Brossier[sink_wavwrite] call fflush in open
2019-01-08 Paul Brossier[sink] remove assert so tests pass in debug mode
2019-01-08 Paul Brossier[source] remove assert so tests pass in debug mode
2019-01-08 Paul Brossier[ci] use linux/py3.5 to test --build-type=debug
2019-01-08 Paul Brossier[aubio_priv.h] include blas first (see gh-225)
next