# # ChangeLog for python/tests # # Generated by Trac 1.2 # Aug 3, 2024, 7:29:26 AM Thu, 17 Oct 2013 11:06:03 GMT Paul Brossier [8617843] * python/tests/run_all_tests (modified) python/tests/run_all_tests: ignore more unstable Wed, 10 Apr 2013 16:45:59 GMT Paul Brossier [e8bc8e9] * python/tests/eval_pitch (added) python/tests/eval_pitch: add evaluation script against TONAS database Wed, 10 Apr 2013 05:28:51 GMT Paul Brossier [2693655] * python/tests/utils.py (modified) python/tests/utils.py: add array_from_yaml_file Mon, 08 Apr 2013 16:51:45 GMT Paul Brossier [0e75589] * python/tests/test_pitch.py (modified) python/tests/test_pitch.py: more tests Fri, 22 Mar 2013 17:33:54 GMT Paul Brossier [86ad546] * python/tests/test_phasevoc.py (modified) python/tests/test_phasevoc.py: split tests Fri, 22 Mar 2013 17:33:35 GMT Paul Brossier [01e7be0] * python/tests/test_source.py (modified) python/tests/test_source.py: really fail wrong hop size test Mon, 18 Mar 2013 15:52:43 GMT Paul Brossier [8e9cb57] * python/tests/test_specdesc.py (modified) python/tests/test_specdesc.py: update to latest specdesc.c Tue, 12 Mar 2013 03:44:38 GMT Paul Brossier [20b1aed] * python/tests/test_pitch.py (modified) python/tests/test_pitch.py: indent and generate more tests Sun, 10 Mar 2013 16:37:28 GMT Paul Brossier [7d89e61] * python/lib/aubio/midiconv.py (modified) * python/tests/test_midi2note.py (modified) * python/tests/test_note2midi.py (modified) tests/test_{midi2note,note2midi}.py: add header and encoding Sun, 10 Mar 2013 16:14:49 GMT Paul Brossier [9ead7a9] * python/lib/aubio/midiconv.py (modified) * python/tests/test_midi2note.py (added) lib/aubio/midiconv.py: add note2 midi Sun, 10 Mar 2013 16:13:51 GMT Paul Brossier [f552e9e] * python/lib/aubio/midiconv.py (modified) * python/tests/test_note2midi.py (modified) lib/aubio/midiconv.py: improve note2midi Sun, 10 Mar 2013 15:34:45 GMT Paul Brossier [33102ab] * python/lib/aubio/__init__.py (modified) * python/lib/aubio/midiconv.py (added) * python/tests/test_note2midi.py (added) lib/aubio/midiconv.py: add note2midi Sat, 09 Mar 2013 01:27:43 GMT Paul Brossier [5810ed4] * python/tests/test_cvec.py (modified) tests/test_cvec.py: add missing header Fri, 08 Mar 2013 19:38:17 GMT Paul Brossier [973206a] * python/tests/test_fvec.py (modified) python/tests/test_fvec.py: clarify Fri, 08 Mar 2013 19:36:44 GMT Paul Brossier [0a42239] * python/demos/demo_specdesc.py (moved) * python/tests/test_fft.py (modified) python/tests/test_fft.py: update, indent 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 ... Thu, 07 Mar 2013 21:50:03 GMT Paul Brossier [db1eab7] * python/tests/test_sink.py (modified) python/tests/test_sink.py: trigger sink bug Wed, 06 Mar 2013 20:39:47 GMT Paul Brossier [043c48c] * python/tests/test_mathutils.py (modified) tests/test_mathutils.py: can be TypeError or NotImplementedError Wed, 06 Mar 2013 20:25:23 GMT Paul Brossier [e1bfde5] * python/tests/test_sink.py (added) * python/tests/test_source.py (modified) * python/tests/utils.py (modified) tests/test_{source,sink}.py: add sink, improve source, use sounds in ... Wed, 06 Mar 2013 20:23:18 GMT Paul Brossier [143cc43] * python/tests/test_mathutils.py (modified) tests/test_mathutils.py: improve Tue, 05 Mar 2013 07:55:29 GMT Paul Brossier [208336b] * python/tests/test_hist.py.old (moved) * python/tests/test_zero_crossing_rate.py.old (moved) * tests/python/aubiomodule.py (deleted) * tests/python/examples/aubionotes.py (deleted) * tests/python/localaubio.py (deleted) * tests/python/run_all_tests (deleted) * tests/python/src/__init__.py (deleted) * tests/python/src/onset/__init__.py (deleted) * tests/python/src/pitch/__init__.py (deleted) * tests/python/src/spectral/__init__.py (deleted) * tests/python/src/temporal/__init__.py (deleted) * tests/python/src/utils/__init__.py (deleted) * tests/python/template.py (deleted) * tests/python/unittest_examples.py (deleted) tests/python/: removed old python tests Tue, 05 Mar 2013 03:58:05 GMT Paul Brossier [a4cc8e5] * python/tests/test_filter.py (modified) * python/tests/test_filterbank.py (modified) * python/tests/utils.py (added) tests/: array_from_file to look for file in tests/ Sun, 03 Mar 2013 21:27:17 GMT Paul Brossier [6514bb6] * python/aubiomodule.c (modified) * python/tests/test_mathutils.py (modified) aubiomodule.c: add unwrap2pi Sun, 03 Mar 2013 21:20:30 GMT Paul Brossier [6a50b9e] * python/aubiomodule.c (modified) * python/tests/test_mathutils.py (added) python/aubiomodule.c: add midi/bin/freq conversion Sun, 03 Mar 2013 20:40:00 GMT Paul Brossier [68d0492] * python/tests/test_scale.py (added) * tests/python/src/utils/scale.py (deleted) tests/python/src/utils/scale.py: replace with python/tests/test_scale.py Sun, 03 Mar 2013 20:33:29 GMT Paul Brossier [71ef9c2] * python/tests/filterbank_mfcc_16000_512.expected (moved) * python/tests/test_filterbank.py (modified) python/tests/test_filterbank.py: added test against existing coeffs Sun, 03 Mar 2013 20:19:35 GMT Paul Brossier [5747081] * python/tests/c_weighting_test_simple_8000.expected (moved) * python/tests/test_filter.py (modified) * tests/python/src/temporal/c_weighting.py (deleted) tests/python/src/temporal/c_weighting.py: replaced by ... Sun, 03 Mar 2013 20:14:32 GMT Paul Brossier [ac9eea7] * python/tests/test_filterbank.py (modified) * tests/python/src/spectral/filterbank.py (deleted) tests/python/src/spectral/filterbank.py: replaced by ... Tue, 26 Feb 2013 18:42:44 GMT Paul Brossier [8f177b7] * python/env_osx (moved) * python/tests/a_weighting_test_simple.expected (moved) * python/tests/c_weighting_test_simple.expected (moved) * python/tests/run_all_tests (moved) moved test scripts to tests Sun, 10 Feb 2013 01:47:37 GMT Paul Brossier [26adcfb] * python/demos/demo_beats_and_tempo.py (moved) * python/demos/demo_onset_sinusoid.py (moved) * python/demos/demo_pitch_sinusoid.py (moved) * python/demos/demo_simple_robot_voice.py (moved) * python/demos/demo_sink.py (moved) * python/demos/demo_source.py (moved) * python/demos/demo_spectrogram.py (moved) * python/demos/demo_tss.py (moved) * python/tests/test_aubio.py (moved) * python/tests/test_cvec.py (moved) * python/tests/test_fft.py (moved) * python/tests/test_filter.py (moved) * python/tests/test_filterbank.py (moved) * python/tests/test_filterbank_mel.py (moved) * python/tests/test_fvec.py (moved) * python/tests/test_onset.py (moved) * python/tests/test_peakpicker.py (moved) * python/tests/test_phasevoc.py (moved) * python/tests/test_pitch.py (moved) * python/tests/test_source.py (moved) * python/tests/test_specdesc.py (moved) moved tests to subdirectory