# # ChangeLog for python/ext # # Generated by Trac 1.2 # Aug 3, 2024, 7:08:17 AM Fri, 22 Mar 2013 17:36:32 GMT Paul Brossier [ff74460] * python/ext/aubio-types.h (modified) ext/aubio-types.h: system include Fri, 08 Mar 2013 02:52:01 GMT Paul Brossier [9e6695d] * python/ext/aubiomodule.c (modified) * python/ext/py-filter.c (modified) * python/ext/py-filterbank.c (modified) * python/gen_pyobject.py (modified) * python/tests/test_sink.py (modified) python/: use Py_RETURN_NONE, fixing a memory bug triggered after ... Wed, 06 Mar 2013 16:26:49 GMT Paul Brossier [4a67c12] * python/ext/aubiomodule.c (modified) * python/ext/ufuncs.c (modified) ext/aubiomodule.c: more ufuncs Tue, 05 Mar 2013 21:31:47 GMT Paul Brossier [223e2fe] * python/ext/aubio-types.h (modified) python/ext/aubio-types.h: USE_LOCAL_AUBIO Tue, 05 Mar 2013 19:10:57 GMT Paul Brossier [41399bd] * python/ext/aubio-types.h (modified) * python/setup.py (modified) ext/aubio-types.h: use -DLOCAL_AUBIO to build against local aubio Tue, 05 Mar 2013 16:46:48 GMT Paul Brossier [ad5203c] * python/README (moved) * python/ext/aubio-types.h (modified) * python/ext/aubiomodule.c (modified) * python/ext/ufuncs.c (modified) * python/gen_pyobject.py (modified) * python/generator.py (modified) * python/setup.py (modified) * tests/demo/localaubio.py (deleted) python/: improve build Tue, 05 Mar 2013 03:50:50 GMT Paul Brossier [0d222ee] * python/ext/aubiomodule.c (modified) * python/ext/ufuncs.c (added) ext/ufuncs.c: add first ufunc, unwrap2pi Mon, 04 Mar 2013 19:46:56 GMT Paul Brossier [164980f] * python/ext/aubio-types.h (moved) * python/ext/aubiomodule.c (moved) * python/ext/aubioproxy.c (moved) * python/ext/aubiowraphell.h (moved) * python/ext/py-cvec.c (moved) * python/ext/py-fft.c (moved) * python/ext/py-filter.c (moved) * python/ext/py-filterbank.c (moved) * python/ext/py-phasevoc.c (moved) * python/gen_pyobject.py (modified) * python/setup.py (modified) python/: move source files to ext/