# # ChangeLog for python/tests # # Generated by Trac 1.2 # Apr 19, 2024, 6:57:29 AM Wed, 21 Nov 2018 11:59:31 GMT Paul Brossier [bf3f09b] * .appveyor.yml (modified) * python/ext/py-filterbank.c (modified) * python/ext/py-source.c (modified) * python/lib/gen_external.py (modified) * python/tests/test_mfcc.py (modified) * scripts/get_waf.sh (modified) Merge branch 'master' into feature/pytest Sat, 17 Nov 2018 21:21:30 GMT Paul Brossier [d06c9a4] * python/tests/test_filter.py (modified) * python/tests/test_onset.py (modified) * tests/src/temporal/test-filter.c (modified) Merge branch 'master' into feature/pytest Sat, 17 Nov 2018 21:11:34 GMT Paul Brossier [7ed058c] * python/tests/test_mfcc.py (modified) [test] mfcc.set_mel_coeffs_slaney takes no parameter Sat, 17 Nov 2018 19:20:45 GMT Paul Brossier [11c0d74] * python/tests/test_onset.py (modified) [tests] improve onset coverage Sat, 17 Nov 2018 18:47:12 GMT Paul Brossier [b41672c] * python/tests/test_filter.py (modified) [test] improve coverage of filters Sat, 17 Nov 2018 18:24:51 GMT Paul Brossier [ff28d81] * python/tests/test_mfcc.py (modified) Merge branch 'master' into feature/pytest Sat, 17 Nov 2018 18:07:46 GMT Paul Brossier [62c2d00] * python/tests/test_mfcc.py (modified) [tests] add tests for mfcc filterbank settings Sat, 17 Nov 2018 17:46:47 GMT Paul Brossier [ab8e838] * python/tests/test_hztomel.py (modified) [tests] capture hztomel warnings Sat, 17 Nov 2018 15:38:29 GMT Paul Brossier [a95b386] * Makefile (modified) * doc/py_utils.rst (modified) * python/ext/aubiomodule.c (modified) * python/ext/py-filterbank.c (modified) * python/ext/py-musicutils.c (modified) * python/ext/py-musicutils.h (modified) * python/lib/gen_code.py (modified) * python/tests/test_fft.py (modified) * python/tests/test_filterbank_mel.py (modified) * python/tests/test_hztomel.py (added) * python/tests/test_source_channels.py (added) * src/io/source_avcodec.c (modified) * src/mathutils.c (modified) * src/mathutils.h (modified) * src/musicutils.c (added) * src/musicutils.h (modified) * src/spectral/fft.c (modified) * src/spectral/filterbank.c (modified) * src/spectral/filterbank.h (modified) * src/spectral/filterbank_mel.c (modified) * src/spectral/filterbank_mel.h (modified) * src/spectral/mfcc.c (modified) * src/spectral/mfcc.h (modified) * tests/src/spectral/test-filterbank.c (modified) Merge branch 'master' into feature/pytest Sat, 17 Nov 2018 13:26:54 GMT Paul Brossier [c853c1d] * python/tests/test_filterbank_mel.py (modified) [py] add tests for new filterbank methods Sat, 17 Nov 2018 09:45:35 GMT Paul Brossier [0d07a2a] * python/tests/test_hztomel.py (moved) [test] pass checks in double precision, rename hztomel Sat, 17 Nov 2018 01:35:24 GMT Paul Brossier [2886984] * python/tests/test_meltohz.py (added) [test] add meltohz tests Fri, 16 Nov 2018 20:06:13 GMT Paul Brossier [ca99325] * python/tests/test_source_channels.py (added) [test] add a test using sink and source to check channel mixing Thu, 15 Nov 2018 02:07:48 GMT Paul Brossier [01d4d19] * python/tests/test_fft.py (modified) * src/spectral/fft.c (modified) Merge branch 'fix/oddfft' (closes #207) 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: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: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) 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:01:52 GMT Paul Brossier [7318485] * python/tests/_tools.py (modified) [py] remove nose2 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: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 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' 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 09:15:10 GMT Paul Brossier [27ed546] * python/tests/test_note2midi.py (modified) [py] [test] expect a small rounding error when using double precision Mon, 29 Oct 2018 23:54:33 GMT Paul Brossier [e9a4402] * python/tests/test_note2midi.py (modified) [py] test note2freq Mon, 29 Oct 2018 22:54:56 GMT Paul Brossier [4afeac2] * python/tests/test_note2midi.py (modified) [py] [test] make sure freq2note rounds to nearest integer midi note Mon, 29 Oct 2018 22:31:40 GMT Paul Brossier [95221ac] * python/lib/aubio/cmd.py (modified) * python/lib/aubio/cut.py (modified) * python/lib/aubio/slicing.py (modified) * python/tests/test_slicing.py (modified) Merge branch 'fix/slicing' Mon, 29 Oct 2018 22:00:12 GMT Paul Brossier [ab24edb] * python/tests/test_slicing.py (modified) [py] [tests] start slice tests at 0 Mon, 29 Oct 2018 14:32:55 GMT Paul Brossier [d194d8c] * python/tests/test_slicing.py (modified) [py] [slicing] add check_first=True to tests Mon, 29 Oct 2018 14:26:24 GMT Paul Brossier [f0ce8aa3] * python/tests/test_slicing.py (modified) [py] [slicing] add test for missing end of last region Mon, 29 Oct 2018 14:18:59 GMT Paul Brossier [58a82d4] * python/tests/test_slicing.py (modified) [py] add test with slices shorter than hop_size Sat, 27 Oct 2018 16:44:20 GMT Paul Brossier [eb6f9d3] * python/tests/test_aubio_cmd.py (modified) [cmd] wrap long lines in test Thu, 04 Oct 2018 23:12:09 GMT Paul Brossier [f8c5452] * python/tests/test_notes.py (modified) python/tests/test_notes.py: test notes.set/get_release_drop Sat, 15 Sep 2018 15:31:46 GMT Paul Brossier [ad3770f] * python/lib/gen_code.py (modified) * python/lib/gen_external.py (modified) * python/tests/test_dct.py (added) * src/aubio.h (modified) * src/aubio_priv.h (modified) * src/spectral/dct.c (added) * src/spectral/dct.h (added) * src/spectral/dct_accelerate.c (added) * src/spectral/dct_fftw.c (added) * src/spectral/dct_ipp.c (added) * src/spectral/dct_ooura.c (added) * src/spectral/dct_plain.c (added) * tests/src/spectral/test-dct.c (added) Merge branch 'feature/dct_multiopt' Sat, 15 Sep 2018 14:54:18 GMT Paul Brossier [3cb2a52] * python/tests/test_dct.py (modified) python/tests/test_dct.py: reduce precision for dct ramp Sat, 15 Sep 2018 14:20:21 GMT Paul Brossier [95e3cba] * python/tests/test_dct.py (modified) python/tests/test_dct.py: use float_type Sat, 15 Sep 2018 13:15:13 GMT Paul Brossier [87e181d] * python/tests/test_fvec_shift.py (added) python/tests/test_fvec_shift.py: add tests for shift() and ishift() Tue, 03 Oct 2017 20:31:12 GMT Paul Brossier [bfbfafa] * .appveyor.yml (modified) * .coveragerc (added) * .travis.yml (modified) * ChangeLog (modified) * Makefile (modified) * README.md (modified) * VERSION (modified) * doc/statuslinks.rst (modified) * python/ext/py-cvec.c (modified) * python/tests/test_aubio_cmd.py (modified) * scripts/build_emscripten (modified) * scripts/build_mingw (modified) * scripts/get_waf.sh (modified) * src/aubio_priv.h (modified) * src/cvec.c (modified) * src/fvec.c (modified) * src/mathutils.c (modified) * src/mathutils.h (modified) * src/pitch/pitchyin.c (modified) * src/pitch/pitchyinfast.c (modified) * src/pitch/pitchyinfft.c (modified) * src/spectral/fft.c (modified) * src/wscript_build (modified) * tests/src/io/test-sink-multi.c (modified) * tests/src/io/test-sink_apple_audio-multi.c (modified) * tests/src/io/test-sink_sndfile-multi.c (modified) * tests/src/io/test-sink_wavwrite-multi.c (modified) * waf_gensyms.py (added) * wscript (modified) Merge branch 'master' into dct Sun, 17 Sep 2017 19:09:12 GMT Paul Brossier [5eaed62] * python/tests/test_aubio_cmd.py (modified) python/tests/test_aubio_cmd.py: avoid unused variable Sun, 17 Sep 2017 12:06:03 GMT Paul Brossier [f4fcf02] * python/tests/test_aubio_cmd.py (modified) python/tests/test_aubio_cmd.py: fix for python << 3 Sat, 16 Sep 2017 21:55:51 GMT Paul Brossier [7b7a58e] * aubio.pc.in (modified) * python/demos/demo_bpm_extract.py (modified) * python/demos/demo_tapthebeat.py (modified) * python/ext/py-phasevoc.c (modified) * python/lib/aubio/cmd.py (modified) * python/lib/aubio/cut.py (modified) * python/tests/test_aubio_cmd.py (added) * python/tests/test_aubio_cut.py (added) * python/tests/test_filterbank.py (modified) * python/tests/test_filterbank_mel.py (modified) * src/io/source_avcodec.c (modified) * src/mathutils.c (modified) * src/spectral/mfcc.c (modified) * src/spectral/phasevoc.c (modified) * src/spectral/phasevoc.h (modified) Merge branch 'master' into dct Sat, 16 Sep 2017 21:55:33 GMT Paul Brossier [b99e2a5] * python/tests/test_dct.py (modified) python/tests/test_dct.py: pass with fftw Sat, 16 Sep 2017 21:46:30 GMT Paul Brossier [e7556a1] * python/tests/test_dct.py (modified) python/tests/test_dct.py: add comments Sat, 16 Sep 2017 21:44:54 GMT Paul Brossier [2bf59042] * python/tests/test_dct.py (added) python/tests/test_dct.py: add full tests Sat, 16 Sep 2017 15:46:54 GMT Paul Brossier [799a940] * python/tests/test_aubio_cmd.py (added) * python/tests/test_aubio_cut.py (added) python/tests/test_aubio_*.py: add basic tests Thu, 14 Sep 2017 14:33:56 GMT Paul Brossier [9a52962] * python/tests/test_filterbank_mel.py (modified) python/tests/test_filterbank_mel.py: ignore UserWarnings Thu, 14 Sep 2017 14:33:21 GMT Paul Brossier [e116e19] * python/tests/test_filterbank.py (modified) * python/tests/test_filterbank_mel.py (modified) python/tests/test_filterbank*.py: clean-up, improve get_coeff tests Tue, 09 May 2017 14:11:08 GMT Paul Brossier [c3de7ca] * python/tests/test_pitch.py (modified) python/tests/test_pitch.py: add yinfast Mon, 27 Mar 2017 08:34:57 GMT Paul Brossier [25e0b0e] * python/tests/test_onset.py (modified) python/tests/test_onset.py: simply check that threshold, minioi and ... Thu, 23 Mar 2017 19:47:03 GMT Paul Brossier [6448d31] * python/tests/test_sink.py (modified) python/tests/test_sink.py: add missing samplerate Thu, 23 Mar 2017 19:39:53 GMT Paul Brossier [da1a83f] * python/tests/test_source.py (modified) python/tests/test_source.py: remove unused import 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 ... 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) 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 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 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 ... 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: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, 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 ... 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 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:07:15 GMT Paul Brossier [67f0092] * python/tests/test_cvec.py (modified) python/tests/test_cvec.py: simplify 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 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)