# # ChangeLog for python # # Generated by Trac 1.2 # May 1, 2024, 4:53:08 AM Thu, 23 Mar 2017 14:46:07 GMT Paul Brossier [24c207f] * Makefile (modified) * circle.yml (added) * python/lib/moresetuptools.py (modified) * scripts/build_mingw (modified) * scripts/get_waf.sh (modified) * src/io/source_avcodec.c (modified) * src/utils/windll.c (modified) * src/wscript_build (modified) * wscript (modified) Merge branch 'master' into gitshaversion Fri, 17 Mar 2017 09:32:22 GMT Paul Brossier [c7d444a] * python/lib/moresetuptools.py (modified) python/lib/moresetuptools.py: check for libswresample, prefer to ... Thu, 16 Mar 2017 23:31:03 GMT Paul Brossier [300e781] * python/lib/moresetuptools.py (modified) python/lib/moresetuptools.py: remove jack, only used in examples Mon, 13 Mar 2017 21:37:30 GMT Martin Hermant [f77820d] * python/lib/moresetuptools.py (modified) moresetuptools.py : rename import Version => this_version Mon, 13 Mar 2017 18:49:56 GMT Martin Hermant [aab682e] * Version.py (added) * python/lib/moresetuptools.py (modified) * setup.py (modified) * wscript (modified) unify version parsing in Version.py Mon, 13 Mar 2017 16:48:53 GMT Martin Hermant [79ef3b3] * python/lib/moresetuptools.py (modified) * wscript (modified) hide AUBIO_GIT_SHA in release fix py3 syntax error Mon, 13 Mar 2017 16:24:24 GMT Martin Hermant [12e6c9c] * python/lib/moresetuptools.py (modified) fix print with old py2 syntax Mon, 13 Mar 2017 16:20:33 GMT Martin Hermant [8259e09] * python/lib/moresetuptools.py (modified) clarify comments Mon, 13 Mar 2017 16:10:55 GMT Martin Hermant [1eb8c0e] * python/lib/moresetuptools.py (modified) * setup.py (modified) * src/wscript_build (modified) * wscript (modified) aubio version : aubio-c / aubio-py add git commit support Wed, 08 Mar 2017 06:30:00 GMT Paul Brossier [e79acd9] * python/scripts/aubiocut (modified) python/scripts/aubiocut: add --cut_every_nslices option Tue, 28 Feb 2017 00:32:25 GMT Paul Brossier [81f738e] * python/tests/test_sink.py (modified) python/tests/test_sink.py: trivial test for sink 'with' interface ... Tue, 28 Feb 2017 00:31:46 GMT Paul Brossier [fcb6e8c] * python/ext/py-sink.c (modified) python/ext/py-sink.c: add 'with' interface (PEP 343) Mon, 27 Feb 2017 16:21:34 GMT Paul Brossier [8b7cdba] * python/ext/py-source.c (modified) python/ext/py-source.c: use PyArray_NewShape, not _Resize Mon, 27 Feb 2017 12:23:49 GMT Paul Brossier [410a157] * python/ext/aubio-types.h (modified) python/ext/aubio-types.h: define PATH_MAX if needed Mon, 27 Feb 2017 09:29:15 GMT Paul Brossier [4f89154] * python/ext/py-sink.c (modified) * python/ext/py-source.c (modified) python/ext/py-{source,sink}.c: free string uri Mon, 27 Feb 2017 09:26:01 GMT Paul Brossier [b8cedb6] * python/ext/py-sink.c (modified) * python/ext/py-source.c (modified) python/ext/py-source.c: copy string uri Mon, 27 Feb 2017 00:59:39 GMT Paul Brossier [39be048] * python/tests/test_source.py (modified) python/tests/test_source.py: test with interface (PEP 343) Mon, 27 Feb 2017 00:24:46 GMT Paul Brossier [a6222fc] * python/ext/py-source.c (modified) python/ext/py-source.c: statement after definitions Mon, 27 Feb 2017 00:16:09 GMT Paul Brossier [e4a8882] * python/ext/py-source.c (modified) python/ext/py-source.c: __exit__ to close once Mon, 27 Feb 2017 00:15:39 GMT Paul Brossier [23be736] * python/ext/py-source.c (modified) python/ext/py-source.c: raise on closing file failed Mon, 27 Feb 2017 00:14:49 GMT Paul Brossier [6dda1c0] * python/ext/py-source.c (modified) python/ext/py-source.c: add iterator interface Sun, 26 Feb 2017 22:47:19 GMT Paul Brossier [f1f2e7e] * python/ext/py-source.c (modified) python/ext/py-source.c: add with interface (PEP 343) Thu, 23 Feb 2017 15:28:31 GMT Paul Brossier [bcdcc55] * python/scripts/aubiocut (modified) python/scripts/aubiocut: remove old comment line Thu, 02 Feb 2017 01:39:05 GMT Paul Brossier [f98063b] * python/demos/demo_bench_yin.py (added) python/demos/demo_bench_yin.py: add yin/yinfft benchmark on sine waves Sat, 21 Jan 2017 22:17:03 GMT Paul Brossier [f131ba8] * python/lib/moresetuptools.py (modified) python/lib/moresetuptools.py: add comments, improve syntax Sat, 21 Jan 2017 19:53:09 GMT Paul Brossier [227aa1c] * python/lib/moresetuptools.py (modified) python/lib/moresetuptools.py: use system aubio only when version ... Sat, 21 Jan 2017 19:37:56 GMT Paul Brossier [f432bb1] * python/lib/moresetuptools.py (modified) * setup.py (modified) python/lib/moresetuptools.py: add get_aubio_version and ... Sun, 08 Jan 2017 17:29:54 GMT Paul Brossier [0f173cc] * python/tests/test_notes.py (modified) python/tests/test_notes.py: use relative import Sun, 08 Jan 2017 13:37:56 GMT Paul Brossier [a159628] * python/ext/aubiomodule.c (modified) * python/tests/test_aubio.py (modified) python/ext/aubiomodule.c: more hack to avoid msvc issues Wed, 21 Dec 2016 21:19:22 GMT Paul Brossier [62336bb] * python/demos/demo_pyaudio.py (modified) python/demos/demo_pyaudio.py: add some comments, avoid overwriting ... Wed, 21 Dec 2016 21:00:32 GMT Paul Brossier [e7da8ba] * python/demos/demo_pyaudio.py (added) python/demos/demo_pyaudio.py: added simple demo for pyaudio, see #6, ... Wed, 21 Dec 2016 11:37:34 GMT Paul Brossier [9e3fc16] * python/tests/test_notes.py (modified) python/tests/test_notes.py: test results are correct for ... Sun, 18 Dec 2016 10:27:45 GMT Paul Brossier [cb76f5d] * python/tests/test_notes.py (added) python/tests/test_notes.py: add basic tests Sun, 18 Dec 2016 10:26:58 GMT Paul Brossier [f7e30e8] * python/ext/aubiomodule.c (modified) python/ext/aubiomodule.c: fix version string on windows Sat, 17 Dec 2016 11:41:41 GMT Paul Brossier [c470ad0] * python/demos/demo_notes.py (added) python/demos/demo_notes.py: add simple notes demos Sat, 17 Dec 2016 11:19:20 GMT Paul Brossier [883b499] * python/ext/aubiomodule.c (modified) * python/lib/aubio/__init__.py (modified) python/ext/aubiomodule.c: add aubio._aubio.__version__, import as ... Sat, 17 Dec 2016 11:18:44 GMT Paul Brossier [911bea80] * python/ext/aubio-types.h (modified) python/ext/aubio-types.h: use <> for non local aubio Fri, 16 Dec 2016 12:05:03 GMT Paul Brossier [ee7e543] * python/lib/gen_external.py (modified) python/lib/gen_external.py: sort generated files Sun, 11 Dec 2016 23:16:15 GMT Paul Brossier [671eae1] * python/lib/moresetuptools.py (modified) python/lib/moresetuptools.py: mo nore fake config.h here Sun, 11 Dec 2016 01:43:55 GMT Paul Brossier [7519055] * python/lib/gen_external.py (modified) python/lib/gen_external.py: remove duplicate Sat, 03 Dec 2016 03:03:47 GMT Paul Brossier [3aad0b1] * python/lib/aubio/midiconv.py (modified) * python/tests/test_note2midi.py (modified) python/lib/aubio/midiconv.py: improve unicode handling, skip ... Fri, 02 Dec 2016 12:44:12 GMT Paul Brossier [d554321] * python/tests/test_midi2note.py (modified) * python/tests/test_note2midi.py (modified) python/tests/test_{midi2note,note2midi}.py: use nose2.params, add ... Fri, 02 Dec 2016 12:43:15 GMT Paul Brossier [473ab11] * python/lib/aubio/midiconv.py (modified) python/lib/aubio/midiconv.py: add unicode double sharp and double flat Fri, 02 Dec 2016 12:03:41 GMT Paul Brossier [3d14829] * .travis.yml (modified) * Makefile (modified) * python/lib/gen_external.py (modified) * python/lib/moresetuptools.py (modified) python/lib/moresetuptools.py: also check for HAVE_AUBIO_DOUBLE Fri, 02 Dec 2016 02:32:30 GMT Paul Brossier [7faef58] * python/lib/moresetuptools.py (modified) python/lib/moresetuptools.py: look first for system library, then for ... Wed, 30 Nov 2016 17:41:43 GMT Paul Brossier [a0a073f] * python/demos/demo_timestretch_online.py (modified) python/demos/demo_timestretch_online.py: use 512, fix block counter Wed, 30 Nov 2016 17:39:41 GMT Paul Brossier [8a49bb9] * python/tests/test_source.py (modified) python/tests/test_source.py: remove fragile brownnoise test, check ... Mon, 28 Nov 2016 17:26:18 GMT Paul Brossier [b81a642] * python/ext/py-sink.c (modified) python/ext/py-sink.c: always set samplerate and channels in init Mon, 28 Nov 2016 17:20:19 GMT Paul Brossier [fa6373c] * python/tests/test_sink.py (modified) python/tests/test_sink.py: add more tests, quiet warnings Mon, 28 Nov 2016 17:18:49 GMT Paul Brossier [a1bf01d] * python/tests/__init__.py (added) * python/tests/eval_pitch (modified) * python/tests/test_filter.py (modified) * python/tests/test_filterbank.py (modified) * python/tests/test_sink.py (modified) * python/tests/test_slicing.py (modified) * python/tests/test_source.py (modified) python/tests/: use local import, create __init__.py Mon, 28 Nov 2016 17:14:01 GMT Paul Brossier [d98f3c0] * python/tests/test_fft.py (modified) * python/tests/test_phasevoc.py (modified) python/tests/test_fft.py: skip test fft(zeros).phas == 0 if needed, ... Mon, 28 Nov 2016 17:12:37 GMT Paul Brossier [4093c0c] * python/lib/moresetuptools.py (modified) python/lib/moresetuptools.py: cleaner clean Mon, 28 Nov 2016 16:19:32 GMT Paul Brossier [a203d0e] * python/ext/py-cvec.c (modified) python/ext/py-cvec.c: use NPY_INTP_FMT Mon, 28 Nov 2016 14:48:47 GMT Paul Brossier [2e40231] * python/lib/gen_external.py (modified) * python/lib/moresetuptools.py (modified) * setup.py (modified) setup.py, python/lib/: use sorted glob.glob to improve reproducibility Thu, 17 Nov 2016 01:51:47 GMT Paul Brossier [1154fd1] * python/README.md (modified) python/README.md: add a note about nose2 for python tests (closes #74) Wed, 16 Nov 2016 10:57:43 GMT Paul Brossier [9492ec88] * python/demos/demo_alsa.py (added) python/demos/demo_alsa.py: add example using alsaaudio (closes #72) Wed, 16 Nov 2016 09:54:14 GMT Paul Brossier [8489d7b] * python/demos/demo_timestretch.py (modified) * python/demos/demo_timestretch_online.py (modified) python/demos/demo_timestretch*: use // to yield an integer (closes #71) Mon, 03 Oct 2016 14:40:48 GMT Paul Brossier [8d09036] * Makefile (modified) * python/lib/moresetuptools.py (modified) * setup.py (modified) setup.py: use custom build_ext instead of 'generate' command, define ... Mon, 03 Oct 2016 14:33:02 GMT Paul Brossier [45521d2] * python/lib/moresetuptools.py (modified) python/lib/moresetuptools.py: use samplerate in single precision only Mon, 03 Oct 2016 10:24:35 GMT Paul Brossier [7daa881] * python/tests/test_source.py (modified) python/tests/test_source.py: only check if last frames are non silent ... Mon, 03 Oct 2016 09:46:37 GMT Paul Brossier [f91737d] * python/tests/test_source.py (modified) python/tests/test_source.py: check the tail of the file is non-zero ... Fri, 23 Sep 2016 06:03:39 GMT Paul Brossier [333a5bb] * python/ext/aubiomodule.c (modified) python/ext/aubiomodule.c: remove duplicate add_generated_objects Fri, 23 Sep 2016 06:01:34 GMT Paul Brossier [b6230d8] * python/ext/aubio-types.h (modified) * python/ext/aubiomodule.c (modified) * python/lib/gen_external.py (modified) python/ext/aubiomodule.c: undo last commit Fri, 23 Sep 2016 05:54:04 GMT Paul Brossier [d8faaf2] * python/ext/aubio-types.h (modified) * python/ext/aubiomodule.c (modified) * python/lib/gen_external.py (modified) python/ext/aubiomodule.c: remove extern Fri, 23 Sep 2016 01:24:07 GMT Paul Brossier [bd8a92d] * python/ext/py-source.c (modified) python/ext/py-source.c: use error string set in src/io/source.c Fri, 23 Sep 2016 01:23:47 GMT Paul Brossier [3528079] * python/ext/py-phasevoc.c (modified) python/ext/py-phasevoc.c: use error string set in src/spectral/phasevoc.c Fri, 23 Sep 2016 01:22:51 GMT Paul Brossier [dab4a4c] * python/ext/py-fft.c (modified) python/ext/py-fft.c: use error string set in src/spectral/fft.c Thu, 22 Sep 2016 23:27:21 GMT Paul Brossier [50a8260] * python/tests/test_source.py (modified) python/tests/test_source.py: break long line Thu, 22 Sep 2016 22:07:36 GMT Paul Brossier [12e91a6] * python/tests/test_specdesc.py (modified) python/tests/test_specdesc.py: RuntimeError is now raised on wrong mode Thu, 22 Sep 2016 20:55:53 GMT Paul Brossier [d45f527] * python/tests/test_source.py (modified) python/tests/test_source.py: filter user warnings to avoid spamming ... Thu, 22 Sep 2016 20:55:47 GMT Paul Brossier [67537d7] * python/ext/aubiomodule.c (modified) python/ext/aubiomodule.c: use custom logging function for errors and ... Thu, 22 Sep 2016 20:41:08 GMT Paul Brossier [aa5828d] * python/lib/moresetuptools.py (modified) python/lib/moresetuptools.py: add HAVE_STDARG_H Thu, 22 Sep 2016 11:48:44 GMT Paul Brossier [70b2ab0] * python/demos/demo_mfcc.py (modified) python/demos/demo_mfcc.py: add options to plot first and second ... Thu, 22 Sep 2016 11:46:16 GMT Paul Brossier [88c89e3] * python/tests/test_fvec.py (modified) python/tests/test_fvec.py: reduce alpha norm precision to 10.-4 Tue, 20 Sep 2016 23:34:33 GMT Paul Brossier [980a4f4] * python/tests/test_source.py (modified) python/tests/test_source.py: use nose2 params to process one sound ... Mon, 29 Aug 2016 21:21:41 GMT Paul Brossier [41fc24f] * python/lib/gen_external.py (modified) python/lib/gen_external.py: clean-up Mon, 29 Aug 2016 21:07:15 GMT Paul Brossier [67f0092] * python/tests/test_cvec.py (modified) python/tests/test_cvec.py: simplify Sat, 27 Aug 2016 09:40:47 GMT Paul Brossier [d738d75] * python/demos/demo_timestretch.py (modified) * python/demos/demo_timestretch_online.py (modified) python/demos/demo_timestretch*: remove unused import Sat, 27 Aug 2016 09:28:05 GMT Paul Brossier [e6ce204] * python/demos/demo_source_simple.py (modified) python/demos/demo_source_simple.py: make executable Sat, 27 Aug 2016 08:37:26 GMT Paul Brossier [30e080c] * python/demos/demo_source_simple.py (modified) python/demos/demo_source_simple.py: fix indentation Fri, 26 Aug 2016 23:51:45 GMT Paul Brossier [31c6010] * python/lib/gen_code.py (modified) python/lib/gen_code.py: fix number of output Fri, 26 Aug 2016 22:39:56 GMT Paul Brossier [d44763f] * doc/python_module.rst (modified) * python/demos/demo_source_simple.py (added) doc/python_module.rst: add demo_source_simple.py Sun, 21 Aug 2016 10:45:04 GMT Paul Brossier [5d8cc71] * python/tests/utils.py (modified) python/tests/utils.py: by default, use 5 seconds brownoise Sat, 20 Aug 2016 17:41:23 GMT Paul Brossier [6a72ff0] * python/lib/gen_code.py (modified) python/lib/gen_code.py: improve del_ function, safer DECREF, fix ... Sat, 20 Aug 2016 17:28:20 GMT Paul Brossier [773a7f3] * python/demos/demo_tss.py (modified) python/demos/demo_tss.py: improve default parameters, exit before ... Sat, 20 Aug 2016 17:24:38 GMT Paul Brossier [1bd8334] * python/lib/gen_external.py (modified) python/lib/gen_external.py: enable tss Sat, 20 Aug 2016 17:24:11 GMT Paul Brossier [73e068d] * python/lib/gen_code.py (modified) python/lib/gen_code.py: add support for multiple _do outputs Thu, 18 Aug 2016 15:23:19 GMT Paul Brossier [eeb4538] * python/demos/demo_timestretch.py (modified) * python/demos/demo_timestretch_online.py (modified) ./python/demos/demo_timestretch{,_online}.py: fix usage string Fri, 22 Jul 2016 20:14:00 GMT Paul Brossier [7f82f81] * python/README.md (modified) python/README.md: update (closes #2) Fri, 22 Jul 2016 19:50:21 GMT Paul Brossier [655150ce] * MANIFEST.in (modified) * README.md (modified) * python/README.md (moved) README.md: link to python/README.md Tue, 12 Jul 2016 19:08:06 GMT Paul Brossier [9530365] * python/tests/test_specdesc.py (modified) python/tests/test_specdesc.py: use correct input size (see #63) Tue, 12 Jul 2016 18:26:30 GMT Paul Brossier [c395732] * python/tests/test_mfcc.py (modified) python/tests/test_mfcc.py: test for wrong input size (see #63) Tue, 12 Jul 2016 18:17:12 GMT Paul Brossier [bf54364] * python/lib/gen_code.py (modified) python/lib/gen_code.py: add input size checks (see #63) Fri, 08 Jul 2016 17:33:00 GMT GitHub [7b69bc6] * python/README (modified) Update Readme Typo Fri, 01 Jul 2016 14:02:36 GMT Paul Brossier [8470144] * python/lib/gen_code.py (modified) python/lib/gen_code.py: add output size for notes Mon, 06 Jun 2016 13:51:16 GMT Paul Brossier [ae15c63] * python/demos/demo_timestretch_online.py (added) python/demos/demo_timestretch.py: add timescale algorithm (online ... Mon, 06 Jun 2016 13:50:59 GMT Paul Brossier [0ef9628] * python/demos/demo_timestretch.py (added) python/demos/demo_timestretch.py: add timescale algorithm Thu, 19 May 2016 01:03:05 GMT Paul Brossier [f6816a1] * python/VERSION (deleted) python/VERSION: remove, use same VERSION file for libaubio and ... Mon, 16 May 2016 06:04:03 GMT Paul Brossier [652d72d] * python/lib/moresetuptools.py (modified) python/lib/moresetuptools.py: fix typo Mon, 16 May 2016 05:58:59 GMT Paul Brossier [d392f3e] * python/lib/moresetuptools.py (modified) python/lib/moresetuptools.py: add apple audio sind and source