# # ChangeLog for / # # Generated by Trac 1.2 # Jan 25, 2025, 6:26:23 AM Sat, 10 Nov 2018 11:07:12 GMT Paul Brossier [75f9fff] * python/tests/test_filterbank_mel.py (modified) [py] fb.set_triangle_bands does not warn for freqs <= samplerate/2 Sat, 10 Nov 2018 11:00:25 GMT Paul Brossier [8354cb8] * python/tests/test_filterbank_mel.py (modified) [py] add assert_warns to filterbank.set_triangle_bands tests Sat, 10 Nov 2018 11:00:06 GMT Paul Brossier [ed09ba7c] * python/tests/test_filterbank_mel.py (modified) [py] remove duplicate tests Sat, 10 Nov 2018 10:58:54 GMT Paul Brossier [893e699] * python/tests/test_filterbank_mel.py (modified) * src/spectral/filterbank_mel.c (modified) Merge branch 'master' into feature/pytest Fri, 09 Nov 2018 18:14:26 GMT Paul Brossier [9ef3c6e] * src/spectral/filterbank_mel.c (modified) [filterbank] add a warning for duplicate freqs, improve nyquist warning Fri, 09 Nov 2018 18:13:31 GMT Paul Brossier [693de50] * python/tests/test_filterbank_mel.py (modified) [tests] also test for duplicate values in set_triangle_bands Fri, 09 Nov 2018 18:05:40 GMT Paul Brossier [e33d960] * python/tests/test_filterbank_mel.py (modified) [filterbank] improve unit tests Fri, 09 Nov 2018 16:32:31 GMT Paul Brossier [edd3dac] * src/spectral/filterbank_mel.c (modified) [filterbank] remove warning when list starts with 0, add some sanity ... Fri, 09 Nov 2018 16:30:38 GMT Paul Brossier [98c712e] * python/tests/test_filterbank_mel.py (modified) [tests] set_triangle_bands should when list starts with 0 (see #206) Mon, 05 Nov 2018 14:43:02 GMT Paul Brossier [568fc60] * .gitignore (modified) * MANIFEST.in (modified) * doc/py_io.rst (modified) * python/demos/demo_filter.py (modified) * python/demos/demo_filterbank.py (modified) * python/demos/demo_source_simple.py (modified) * python/ext/py-sink.c (modified) * python/ext/py-source.c (modified) * python/lib/aubio/__init__.py (modified) * python/lib/aubio/cmd.py (modified) * python/lib/aubio/cut.py (modified) * python/lib/aubio/midiconv.py (modified) * python/lib/aubio/slicing.py (modified) * setup.py (modified) * wscript (modified) Merge branch 'master' into feature/pytest Mon, 05 Nov 2018 13:08:00 GMT Paul Brossier [bc1ed63] * setup.py (modified) [py] [style] improve setup.py Mon, 05 Nov 2018 13:02:20 GMT Paul Brossier [dc74f69] * python/lib/aubio/cmd.py (modified) * python/lib/aubio/cut.py (modified) [py] move cut_slice from cut to cmd to avoid cyclic import Mon, 05 Nov 2018 13:01:41 GMT Paul Brossier [f8c75aa] * python/lib/aubio/cut.py (modified) [py] [style] add space after , in cut.py Mon, 05 Nov 2018 13:01:23 GMT Paul Brossier [a3e152a] * python/lib/aubio/midiconv.py (modified) [py] [style] add space around * in midiconv.py Mon, 05 Nov 2018 12:38:57 GMT Paul Brossier [450c57e] * python/lib/aubio/__init__.py (modified) [py] add blank line after imports in __init__.py Sun, 04 Nov 2018 21:09:35 GMT Paul Brossier [a4afbac] * wscript (modified) [waf] avoid shipping generated files in tarball Sun, 04 Nov 2018 21:07:07 GMT Paul Brossier [00ccf47] * .gitignore (modified) .gitignore: also ignore .eggs and .cache Sun, 04 Nov 2018 21:06:07 GMT Paul Brossier [c3fc8d9] * MANIFEST.in (modified) [py] simplify waf inclusion in MANIFEST.in, avoiding pyc Sun, 04 Nov 2018 20:08:02 GMT Paul Brossier [ed298b2] * python/lib/aubio/cmd.py (modified) [py] fix matching " in cmd.py Sun, 04 Nov 2018 20:06:36 GMT Paul Brossier [5f2f459] * python/lib/aubio/cmd.py (modified) [py] fix missing eol in cmd.py Sun, 04 Nov 2018 20:00:31 GMT Paul Brossier [eff63ab] * python/demos/demo_filterbank.py (modified) [py] improve style for demo_filterbank.py Sun, 04 Nov 2018 19:58:16 GMT Paul Brossier [254acce] * python/demos/demo_source_simple.py (modified) [py] improve style for demo_source_simple.py Sun, 04 Nov 2018 19:57:33 GMT Paul Brossier [8ebcd3d] * python/demos/demo_filter.py (modified) [py] improve style for demo_filter.py Sun, 04 Nov 2018 19:01:44 GMT Paul Brossier [9374e57] * python/lib/aubio/midiconv.py (modified) [py] improve code style of midiconv.py Sun, 04 Nov 2018 19:01:08 GMT Paul Brossier [2c8ada6] * python/lib/aubio/slicing.py (modified) [py] improve code style of slicing.py Sun, 04 Nov 2018 19:00:04 GMT Paul Brossier [78ebc27] * python/lib/aubio/cmd.py (modified) [py] improve style of cmd.py Sun, 04 Nov 2018 12:42:13 GMT Paul Brossier [a5c3f2a] * python/ext/py-sink.c (modified) * python/ext/py-source.c (modified) [doc] [py] improve source/sink descriptions Sun, 04 Nov 2018 12:41:53 GMT Paul Brossier [fa3b1f1] * python/ext/py-source.c (modified) [py] [doc] improve source.do/do_multi descriptions Sun, 04 Nov 2018 12:39:03 GMT Paul Brossier [3fb5812] * doc/py_io.rst (modified) [py] [doc] fix sink.__call__ formatting Sun, 04 Nov 2018 12:34:34 GMT Paul Brossier [19237a7] * wscript (modified) [build] wrap long lines in wscript Sat, 03 Nov 2018 23:43:17 GMT Paul Brossier [a9e3bd0] * doc/python_module.rst (modified) [doc] improve python tests instructions Sat, 03 Nov 2018 02:07:49 GMT Paul Brossier [2e005cc] * python/tests/test_musicutils.py (modified) [tests] update numpy.testing import Fri, 02 Nov 2018 21:13:56 GMT Paul Brossier [7fd92ca] * python/tests/_tools.py (modified) * python/tests/test_mfcc.py (modified) * python/tests/test_midi2note.py (modified) * python/tests/test_note2midi.py (modified) * python/tests/test_sink.py (modified) * python/tests/test_source.py (modified) [tests] use run_module_suite so tests can run when pytest is not ... Fri, 02 Nov 2018 21:09:36 GMT Paul Brossier [8607a74] * python/tests/test_mfcc.py (modified) * python/tests/test_midi2note.py (modified) * python/tests/test_note2midi.py (modified) * python/tests/test_phasevoc.py (modified) * python/tests/test_sink.py (modified) * python/tests/test_source.py (modified) [tests] [py27] make sure all classes are old-school 'new-style' Fri, 02 Nov 2018 19:34:17 GMT Paul Brossier [67024ff] * python/tests/test_filterbank_mel.py (modified) * python/tests/test_source.py (modified) [tests] capture warnings from filterbank_mel, improve coverage Fri, 02 Nov 2018 19:33:34 GMT Paul Brossier [5af36fa] * python/tests/test_midi2note.py (modified) [tests] use pytest in parametrized tests Fri, 02 Nov 2018 18:03:01 GMT Paul Brossier [00fcc5d] * python/tests/test_note2midi.py (modified) [tests] [win/osx] improve skipTest encoding errors on py2.7 Fri, 02 Nov 2018 17:33:45 GMT Paul Brossier [a3f2695] * python/tests/utils.py (modified) [tests] [win] add missing import warnings Fri, 02 Nov 2018 17:20:40 GMT Paul Brossier [94c7ab3] * requirements.txt (modified) [ci] add pytest to requirements.txt Fri, 02 Nov 2018 17:20:15 GMT Paul Brossier [39aa3a3] * .appveyor.yml (modified) [ci] switch appveyor to pytest Fri, 02 Nov 2018 17:18:37 GMT Paul Brossier [bda8b2a] * MANIFEST.in (modified) * nose2.cfg (deleted) [ci] remove nose2.cfg Fri, 02 Nov 2018 17:17:57 GMT Paul Brossier [548f60d] * .circleci/config.yml (modified) [ci] switch circleci to pytest Fri, 02 Nov 2018 17:17:25 GMT Paul Brossier [0cc8514] * setup.py (modified) [py] remove nose2 from setup.py Fri, 02 Nov 2018 17:01:52 GMT Paul Brossier [7318485] * python/tests/_tools.py (modified) [py] remove nose2 Fri, 02 Nov 2018 17:00:04 GMT Paul Brossier [9a1df7f] * Makefile (modified) [build] use pytest to run tests Fri, 02 Nov 2018 16:59:27 GMT Paul Brossier [8ff31fb] * requirements.txt (modified) [py] remove nose2 from requirements Thu, 01 Nov 2018 23:23:40 GMT Paul Brossier [0d52f92] * python/tests/test_filterbank_mel.py (modified) [tests] remove warning filter Thu, 01 Nov 2018 23:21:14 GMT Paul Brossier [01d56c1] * python/tests/_tools.py (modified) [tests] update _tools Thu, 01 Nov 2018 23:20:45 GMT Paul Brossier [bee9445] * python/tests/test_mfcc.py (modified) [tests] default to pytest in mfcc Thu, 01 Nov 2018 23:18:25 GMT Paul Brossier [36ce209] * Makefile (modified) * doc/python_module.rst (modified) * python/README.md (modified) [doc] remove references to run_all_tests Thu, 01 Nov 2018 23:18:05 GMT Paul Brossier [69783fb] * MANIFEST.in (modified) [py] remove run_all_tests Thu, 01 Nov 2018 23:17:21 GMT Paul Brossier [235a891] * python/tests/run_all_tests (deleted) [tests] remove run_all_tests Thu, 01 Nov 2018 23:10:29 GMT Paul Brossier [ad45776] * python/tests/test_source.py (modified) [tests] update source tests Thu, 01 Nov 2018 23:01:54 GMT Paul Brossier [ecd370b] * python/tests/test_sink.py (modified) [tests] update sink tests Thu, 01 Nov 2018 22:55:25 GMT Paul Brossier [d4fae34] * python/tests/__init__.py (deleted) * python/tests/test_filter.py (modified) * python/tests/test_filterbank.py (modified) * python/tests/test_mfcc.py (modified) * python/tests/test_midi2note.py (modified) * python/tests/test_note2midi.py (modified) * python/tests/test_notes.py (modified) * python/tests/test_phasevoc.py (modified) * python/tests/test_slicing.py (modified) [tests] remove __init__.py, use absolute imports Thu, 01 Nov 2018 21:34:14 GMT Paul Brossier [7debeb6] * python/tests/test_phasevoc.py (modified) [tests] use _tools in test_phasevoc Thu, 01 Nov 2018 21:33:39 GMT Paul Brossier [86deeed] * python/tests/test_note2midi.py (modified) [tests] use _tools in test_note2midi Thu, 01 Nov 2018 21:32:16 GMT Paul Brossier [4c1eff4] * python/tests/test_midi2note.py (modified) [tests] use _tools in test_midi2note Thu, 01 Nov 2018 21:30:57 GMT Paul Brossier [38592a6] * python/tests/_tools.py (moved) * python/tests/test_mfcc.py (modified) [tests] use _tools in test_mfcc Thu, 01 Nov 2018 21:27:02 GMT Paul Brossier [98972b9] * python/tests/checks.py (added) [tests] add checks.py, selects testing module Thu, 01 Nov 2018 21:19:39 GMT Paul Brossier [0ed0405] * python/tests/utils.py (modified) [tests] do not try re-opening temporary file on windows, display a ... Thu, 01 Nov 2018 21:13:11 GMT Paul Brossier [0bae15a] * python/tests/utils.py (modified) [tests] use np.loadtxt in utils Thu, 01 Nov 2018 21:03:02 GMT Paul Brossier [bb63c19] * python/tests/test_slicing.py (modified) * python/tests/test_specdesc.py (modified) * python/tests/test_zero_crossing_rate.py (modified) [tests] move unittest import to main Thu, 01 Nov 2018 01:54:05 GMT Paul Brossier [40b2be2] * python/tests/test_notes.py (modified) [tests] move imports to top except main Thu, 01 Nov 2018 01:53:33 GMT Paul Brossier [319edae] * python/tests/test_fft.py (modified) * python/tests/test_filter.py (modified) * python/tests/test_filterbank.py (modified) * python/tests/test_filterbank_mel.py (modified) * python/tests/test_fvec_shift.py (modified) * python/tests/test_mathutils.py (modified) * python/tests/test_musicutils.py (modified) * python/tests/test_onset.py (modified) [tests] avoid some imports, move main to end Thu, 01 Nov 2018 01:52:12 GMT Paul Brossier [48a0e5a] * python/tests/test_pitch.py (modified) [tests] protect local variables to allow running with pytest Thu, 01 Nov 2018 01:11:08 GMT Paul Brossier [fc144a5] * python/tests/test_aubio.py (modified) * python/tests/test_aubio_cmd.py (modified) * python/tests/test_aubio_cut.py (modified) * python/tests/test_cvec.py (modified) * python/tests/test_dct.py (modified) * python/tests/test_fvec.py (modified) [tests] avoid some imports, add missing main Thu, 01 Nov 2018 00:48:45 GMT Paul Brossier [fedb139] * MANIFEST.in (modified) [py] update and simplify MANIFEST.in Thu, 01 Nov 2018 00:08:50 GMT Paul Brossier [61e9d99] * python/lib/gen_external.py (modified) [py] simplify import in gen_external.py Thu, 01 Nov 2018 00:04:07 GMT Paul Brossier [2410f57a] * python/__init__.py (deleted) * python/lib/__init__.py (deleted) * python/lib/moresetuptools.py (modified) * setup.py (modified) [py] remove empty init files Wed, 31 Oct 2018 18:36:31 GMT Paul Brossier [7a54b37] * python/lib/aubio/__init__.py (modified) * python/tests/test_fvec.py (modified) Merge branch 'fix/pyfvec' Wed, 31 Oct 2018 16:37:35 GMT Paul Brossier [07382d8] * doc/aubio.txt (modified) * doc/aubionotes.txt (modified) * doc/conf.py (modified) * doc/index.rst (modified) * doc/installing.rst (modified) * doc/py_datatypes.rst (added) * doc/py_examples.rst (added) * doc/py_io.rst (added) * doc/py_utils.rst (added) * doc/python.rst (added) * doc/python_module.rst (modified) * doc/requirements.rst (modified) * python/demos/demo_filter.py (modified) * python/demos/demo_source_simple.py (modified) * python/ext/aubiomodule.c (modified) * python/ext/py-cvec.c (modified) * python/ext/py-musicutils.h (modified) * python/ext/py-phasevoc.c (modified) * python/ext/py-sink.c (modified) * python/ext/py-source.c (modified) * python/ext/ufuncs.c (modified) * python/lib/aubio/__init__.py (modified) * python/lib/aubio/midiconv.py (modified) * python/lib/aubio/slicing.py (modified) Merge branch 'feature/docstrings' (see #73) Wed, 31 Oct 2018 16:16:30 GMT Paul Brossier [78561f7] * python/demos/demo_filter.py (modified) * python/demos/demo_source_simple.py (modified) [doc] improve demos used in examples Wed, 31 Oct 2018 16:13:10 GMT Paul Brossier [dc3f68d] * doc/python.rst (modified) [doc] move examples last Wed, 31 Oct 2018 16:12:21 GMT Paul Brossier [6d4802f] * doc/py_datatypes.rst (modified) * doc/py_utils.rst (modified) * doc/python_module.rst (modified) * doc/requirements.rst (modified) [doc] add a note about building the module in double precision Wed, 31 Oct 2018 15:51:11 GMT Paul Brossier [a4a00a5] * doc/py_utils.rst (added) [doc] add py_utils Wed, 31 Oct 2018 15:50:25 GMT Paul Brossier [d6561ea] * doc/py_examples.rst (added) [doc] re-add py_examples Wed, 31 Oct 2018 15:25:49 GMT Paul Brossier [f214e9c] * doc/py_io.rst (added) [doc] add source and sink doc Wed, 31 Oct 2018 15:25:09 GMT Paul Brossier [f8bf0c2] * doc/python.rst (modified) * doc/python_module.rst (modified) [doc] reorganize python doc Wed, 31 Oct 2018 15:05:26 GMT Paul Brossier [68daf5b] * doc/installing.rst (modified) * doc/python.rst (modified) * doc/python_module.rst (modified) [doc] rename python reference to python-install Wed, 31 Oct 2018 15:03:08 GMT Paul Brossier [71b8af2] * doc/aubio.txt (modified) * doc/aubionotes.txt (modified) [doc] add --release-drop to manpages Wed, 31 Oct 2018 14:34:03 GMT Paul Brossier [51070ac] * doc/py_datatypes.rst (added) [doc] add page py_datatypes Tue, 30 Oct 2018 18:04:11 GMT Paul Brossier [7cfad8e] * python/lib/aubio/__init__.py (modified) [py] add basic module docstring Tue, 30 Oct 2018 16:57:27 GMT Paul Brossier [78c1d32] * python/lib/aubio/__init__.py (modified) [py] improve fvec doc Tue, 30 Oct 2018 15:52:52 GMT Paul Brossier [6d8ae981] * python/ext/py-cvec.c (modified) [py] improve py-cvec.c doc Tue, 30 Oct 2018 15:30:33 GMT Paul Brossier [37a6942] * python/ext/py-cvec.c (modified) [py] improve py-cvec.c doc Tue, 30 Oct 2018 14:22:41 GMT Paul Brossier [8986239] * python/ext/aubiomodule.c (modified) * python/ext/py-cvec.c (modified) * python/ext/py-musicutils.h (modified) * python/ext/py-phasevoc.c (modified) * python/ext/py-sink.c (modified) * python/ext/py-source.c (modified) * python/ext/ufuncs.c (modified) Merge branch 'feature/cdocstrings' into feature/docstrings Tue, 30 Oct 2018 13:32:51 GMT Paul Brossier [152bf4f] * doc/conf.py (modified) * doc/index.rst (modified) * doc/python.rst (added) [doc] start adding autodoc to sphinx documents Tue, 30 Oct 2018 12:22:44 GMT Paul Brossier [ed596f7] * azure-pipelines.yml (modified) * doc/about.rst (modified) * doc/aubiomfcc.txt (modified) * doc/aubionotes.txt (modified) * doc/conf.py (modified) * doc/python_module.rst (modified) * examples/aubionotes.c (modified) * examples/parse_args.h (modified) * examples/utils.c (modified) * python/demos/demo_bpm_extract.py (modified) * python/ext/aubiomodule.c (modified) * python/ext/py-filterbank.c (modified) * python/lib/aubio/cmd.py (modified) * python/lib/aubio/midiconv.py (modified) * python/tests/test_aubio_cmd.py (modified) * python/tests/test_note2midi.py (modified) * python/tests/test_notes.py (modified) * python/tests/test_slicing.py (modified) * src/io/source_avcodec.c (modified) * src/mathutils.c (modified) * src/notes/notes.c (modified) * src/notes/notes.h (modified) * src/spectral/filterbank_mel.h (modified) * src/spectral/mfcc.h (modified) * src/spectral/phasevoc.c (modified) * src/spectral/phasevoc.h (modified) * src/synth/wavetable.c (modified) * src/synth/wavetable.h (modified) Merge branch 'master' into feature/docstrings Tue, 30 Oct 2018 12:22:06 GMT Paul Brossier [81abf91] * azure-pipelines.yml (modified) * doc/about.rst (modified) * doc/aubiomfcc.txt (modified) * doc/aubionotes.txt (modified) * doc/conf.py (modified) * doc/python_module.rst (modified) * examples/aubionotes.c (modified) * examples/parse_args.h (modified) * examples/utils.c (modified) * python/demos/demo_bpm_extract.py (modified) * python/ext/aubiomodule.c (modified) * python/ext/py-filterbank.c (modified) * python/lib/aubio/cmd.py (modified) * python/lib/aubio/cut.py (modified) * python/lib/aubio/midiconv.py (modified) * python/lib/aubio/slicing.py (modified) * python/tests/test_aubio_cmd.py (modified) * python/tests/test_note2midi.py (modified) * python/tests/test_notes.py (modified) * python/tests/test_slicing.py (modified) * src/io/source_avcodec.c (modified) * src/mathutils.c (modified) * src/notes/notes.c (modified) * src/notes/notes.h (modified) * src/spectral/filterbank_mel.h (modified) * src/spectral/mfcc.h (modified) * src/spectral/phasevoc.c (modified) * src/spectral/phasevoc.h (modified) * src/synth/wavetable.c (modified) * src/synth/wavetable.h (modified) Merge branch 'master' into feature/cdocstrings Tue, 30 Oct 2018 12:19:53 GMT Paul Brossier [9b23815e] * python/lib/gen_code.py (modified) [py] use aubio_log message when set by failed aubio_<>_set_<> Tue, 30 Oct 2018 11:57:10 GMT Paul Brossier [4bc10e2] * .circleci/config.yml (added) * azure-pipelines.yml (added) * circle.yml (deleted) * doc/about.rst (modified) * doc/aubiomfcc.txt (modified) * doc/conf.py (modified) * doc/python_module.rst (modified) * examples/parse_args.h (modified) * examples/utils.c (modified) * python/demos/demo_bpm_extract.py (modified) * python/ext/aubiomodule.c (modified) * python/ext/py-filterbank.c (modified) * python/lib/aubio/cmd.py (modified) * python/lib/aubio/cut.py (modified) * python/lib/aubio/midiconv.py (modified) * python/lib/aubio/slicing.py (modified) * python/tests/test_aubio_cmd.py (modified) * python/tests/test_note2midi.py (modified) * python/tests/test_slicing.py (modified) * src/io/source_avcodec.c (modified) * src/mathutils.c (modified) * src/spectral/filterbank_mel.h (modified) * src/spectral/mfcc.h (modified) * src/spectral/phasevoc.c (modified) * src/spectral/phasevoc.h (modified) * src/synth/wavetable.c (modified) * src/synth/wavetable.h (modified) * wscript (modified) Merge branch 'master' into feature/earlynoteoff Tue, 30 Oct 2018 11:56:50 GMT Paul Brossier [357f81e] * python/lib/aubio/cmd.py (modified) [cmd] add --silence and --release-drop to notes subcommand Tue, 30 Oct 2018 11:55:56 GMT Paul Brossier [929d76c] * doc/aubionotes.txt (modified) [doc] add -d/--release-drop to aubionotes manual Tue, 30 Oct 2018 11:55:30 GMT Paul Brossier [4724f60] * src/notes/notes.c (modified) [notes] fails if release_drop <= 0 Tue, 30 Oct 2018 11:53:49 GMT Paul Brossier [a07fdb4] * examples/aubionotes.c (modified) * examples/parse_args.h (modified) * examples/utils.c (modified) [tools] add release_drop option to aubionotes Tue, 30 Oct 2018 09:24:08 GMT Paul Brossier [cefa29d] * python/tests/test_note2midi.py (modified) * src/mathutils.c (modified) Merge branch 'feature/note2freq' Tue, 30 Oct 2018 09:15:10 GMT Paul Brossier [27ed546] * python/tests/test_note2midi.py (modified) [py] [test] expect a small rounding error when using double precision Tue, 30 Oct 2018 09:13:46 GMT Paul Brossier [5ce504d] * src/mathutils.c (modified) [mathutils] increase ln(2) precision in freqtomidi/miditofreq Tue, 30 Oct 2018 00:04:07 GMT Paul Brossier [7be77bb] * python/lib/aubio/midiconv.py (modified) * python/tests/test_note2midi.py (modified) Merge branch 'feature/note2freq'