# # ChangeLog for / # # Generated by Trac 1.2 # Sep 20, 2024, 12:43:26 PM Thu, 25 Aug 2016 12:48:46 GMT Paul Brossier [50117ac] * setup.py (modified) setup.py: use 0.4.3a2 Thu, 25 Aug 2016 12:48:33 GMT Paul Brossier [dc1fbc6] * setup.py (modified) setup.py: update description Thu, 25 Aug 2016 12:47:05 GMT Paul Brossier [857fe7ff] * MANIFEST.in (modified) MANIFEST.in: add src/**.c 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 Wed, 17 Aug 2016 06:51:52 GMT Paul Brossier [07364a5] * VERSION (modified) VERSION: bump to 0.4.4~alpha Wed, 17 Aug 2016 06:51:19 GMT Paul Brossier [4c38b62] * Makefile (modified) Makefile: also get libaubio.5.dylib Tue, 16 Aug 2016 16:46:40 GMT Paul Brossier [9715701] * ChangeLog (modified) ChangeLog: fix changelog Tue, 16 Aug 2016 15:57:40 GMT Paul Brossier [717a8a9] * VERSION (modified) VERSION: bump current and age, set revision to 0 Tue, 16 Aug 2016 14:47:47 GMT Paul Brossier [67c83b4] * VERSION (modified) VERSION: bump to 0.4.3 Tue, 16 Aug 2016 14:47:26 GMT Paul Brossier [28832ea] * ChangeLog (modified) ChangeLog: update for 0.4.3 Fri, 22 Jul 2016 20:46:53 GMT Paul Brossier [5e544f1] * wscript (modified) wscript: also exclude .landscape.yml Fri, 22 Jul 2016 20:43:38 GMT Paul Brossier [f677688] * .appveyor.yml (moved) .appveyor.yml: hide 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 Fri, 22 Jul 2016 19:31:10 GMT Paul Brossier [65fc06f] * Makefile (modified) Makefile: use scripts/get_waf.sh Fri, 22 Jul 2016 19:30:31 GMT Paul Brossier [9562f08] * examples/aubionotes.c (modified) * examples/utils.c (modified) * examples/utils.h (modified) examples/utils.c: change send_noteon to accept floating point midi ... Fri, 22 Jul 2016 19:29:43 GMT Paul Brossier [f280ebd] * examples/aubiotrack.c (modified) examples/aubiotrack.c: fix is_beat / is_silence types Fri, 22 Jul 2016 19:28:15 GMT Paul Brossier [2293d6a] * examples/aubioonset.c (modified) * examples/aubiotrack.c (modified) * examples/parse_args.h (modified) * examples/utils.c (modified) examples/: also emit midi note from aubioonset, thanks to topas-rec ... Fri, 22 Jul 2016 18:42:31 GMT Paul Brossier [1b7f369] * examples/aubiotrack.c (modified) Merge branch 'topas-rec-aubiotrack_midi_output' Fri, 22 Jul 2016 18:36:13 GMT Paul Brossier [fb7db6b] * examples/aubiotrack.c (modified) Merge branch 'aubiotrack_midi_output' of https://github.com/topas- ... Fri, 22 Jul 2016 03:27:59 GMT Paul Brossier [7858305] * scripts/get_waf.sh (added) scripts/get_waf.sh: added simple script to fetch latest waf Thu, 21 Jul 2016 02:07:42 GMT Paul Brossier [25d0c42] * appveyor.yml (modified) appveyor.yml: upgrade to waf 1.8.22 Thu, 21 Jul 2016 02:05:49 GMT Paul Brossier [7f35041] * Makefile (modified) * wscript (modified) Makefile: back to 1.8.22 for now Thu, 21 Jul 2016 00:52:09 GMT Paul Brossier [281381f] * examples/wscript_build (modified) * tests/wscript_build (modified) {examples,tests}/wscrtip_build: update build target name Wed, 20 Jul 2016 23:38:27 GMT Paul Brossier [ea7428a] * Makefile (modified) Makefile: update waf to 1.9.1 Wed, 20 Jul 2016 23:38:01 GMT Paul Brossier [004b431] * wscript (modified) wscript: update Wed, 20 Jul 2016 23:00:12 GMT Paul Brossier [288c193] * Makefile (modified) Makefile: use wget or curl Wed, 20 Jul 2016 13:46:42 GMT Paul Brossier [413bc0f] * doc/full.cfg (modified) * doc/web.cfg (modified) doc/: update to doxyfile 1.8.8 Wed, 20 Jul 2016 13:18:41 GMT Paul Brossier [5f852c1] * src/fmat.h (modified) * src/tempo/tempo.h (modified) src/{fmat,tempo/tempo}.h: fix doxygen comment Wed, 13 Jul 2016 04:37:59 GMT topas-rec [fa7c03a] * examples/aubiotrack.c (modified) Fixed #62 midi output missing in aubiotrack. 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) Sat, 09 Jul 2016 08:20:18 GMT Paul Brossier [34e753c] * python/README (modified) Merge branch 'sxalexander-python-readme-typo' Fri, 08 Jul 2016 17:33:00 GMT GitHub [7b69bc6] * python/README (modified) Update Readme Typo Fri, 08 Jul 2016 13:18:52 GMT Paul Brossier [0dfcea5] * scripts/setenv_local.sh (modified) scripts/setenv_local.sh: update to new python-aubio build location Fri, 01 Jul 2016 15:17:52 GMT Paul Brossier [24e9b0a] * src/mathutils.c (modified) * src/musicutils.h (modified) src/musicutils.h: aubio_level_detection input is a constant 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 Fri, 01 Jul 2016 14:02:04 GMT Paul Brossier [dd18484] * src/notes/notes.c (modified) * src/notes/notes.h (modified) src/notes/notes.h: clean up prototypes for python generator Fri, 01 Jul 2016 13:27:47 GMT Paul Brossier [ba303e8] * examples/aubionotes.c (modified) examples/aubionotes.c: use note aubio_notes object Fri, 01 Jul 2016 13:26:59 GMT Paul Brossier [4b9443c4] * src/notes/notes.c (modified) * src/notes/notes.h (modified) src/notes/notes.c: complete implementation, now equivalent to ... Wed, 22 Jun 2016 11:00:10 GMT Paul Brossier [f264b17] * .gitignore (modified) * .landscape.yml (added) * .travis.yml (modified) * MANIFEST.in (added) * Makefile (modified) * README.md (modified) * appveyor.yml (added) * examples/aubiotrack.c (modified) * examples/jackio.c (modified) * examples/parse_args.h (modified) * examples/utils.c (modified) * examples/utils.h (modified) * examples/wscript_build (modified) * nose2.cfg (added) * python/MANIFEST.in (deleted) * python/README (modified) * python/VERSION (deleted) * python/__init__.py (added) * python/demos/__init__.py (added) * python/demos/demo_a_weighting.py (deleted) * python/demos/demo_bpm_extract.py (modified) * python/demos/demo_create_test_sounds.py (added) * python/demos/demo_filter.py (added) * python/demos/demo_filterbank.py (modified) * python/demos/demo_filterbank_slaney.py (modified) * python/demos/demo_filterbank_triangle_bands.py (modified) * python/demos/demo_keyboard.py (modified) * python/demos/demo_mel-energy.py (modified) * python/demos/demo_mfcc.py (modified) * python/demos/demo_onset.py (modified) * python/demos/demo_onset_plot.py (modified) * python/demos/demo_pitch.py (modified) * python/demos/demo_pitch_sinusoid.py (modified) * python/demos/demo_pysoundcard_play.py (modified) * python/demos/demo_pysoundcard_record.py (modified) * python/demos/demo_reading_speed.py (added) * python/demos/demo_simple_robot_voice.py (modified) * python/demos/demo_simple_spectral_weighting.py (modified) * python/demos/demo_sink.py (modified) * python/demos/demo_sink_create_woodblock.py (modified) * python/demos/demo_sink_multi.py (modified) * python/demos/demo_slicing.py (modified) * python/demos/demo_source.py (modified) * python/demos/demo_specdesc.py (modified) * python/demos/demo_spectrogram.py (modified) * python/demos/demo_tempo.py (modified) * python/demos/demo_tempo_plot.py (modified) * python/demos/demo_timestretch.py (added) * python/demos/demo_timestretch_online.py (added) * python/demos/demo_tss.py (modified) * python/demos/demo_waveform_plot.py (modified) * python/ext/aubio-types.h (modified) * python/ext/aubiomodule.c (modified) * python/ext/aubioproxy.c (modified) * python/ext/aubiowraphell.h (deleted) * python/ext/py-cvec.c (modified) * python/ext/py-fft.c (modified) * python/ext/py-filter.c (modified) * python/ext/py-filterbank.c (modified) * python/ext/py-musicutils.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) * python/lib/gen_code.py (added) * python/lib/gen_external.py (added) * python/lib/gen_pyobject.py (deleted) * python/lib/generator.py (deleted) * python/lib/moresetuptools.py (added) * python/scripts/aubiocut (modified) * python/setup.py (deleted) * python/tests/run_all_tests (modified) * python/tests/test_aubio.py (modified) * python/tests/test_cvec.py (modified) * 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.py (modified) * python/tests/test_mathutils.py (modified) * python/tests/test_mfcc.py (added) * python/tests/test_midi2note.py (modified) * python/tests/test_musicutils.py (modified) * python/tests/test_note2midi.py (modified) * python/tests/test_onset.py (modified) * python/tests/test_phasevoc.py (modified) * python/tests/test_pitch.py (modified) * python/tests/test_sink.py (modified) * python/tests/test_slicing.py (modified) * python/tests/test_source.py (modified) * python/tests/test_specdesc.py (modified) * python/tests/test_zero_crossing_rate.py (modified) * python/tests/utils.py (modified) * requirements.txt (added) * scripts/apple/Info.plist (added) * scripts/apple/Modules/module.modulemap (added) * scripts/build_apple_frameworks (added) * scripts/build_emscripten (added) * scripts/build_mingw (added) * scripts/setenv_local.sh (added) * setup.py (added) * src/aubio_priv.h (modified) * src/cvec.c (modified) * src/cvec.h (modified) * src/fmat.c (modified) * src/fmat.h (modified) * src/fvec.c (modified) * src/fvec.h (modified) * src/io/audio_unit.h (modified) * src/io/sink.c (modified) * src/io/sink.h (modified) * src/io/sink_apple_audio.c (modified) * src/io/sink_apple_audio.h (modified) * src/io/sink_sndfile.c (modified) * src/io/sink_sndfile.h (modified) * src/io/sink_wavwrite.c (modified) * src/io/sink_wavwrite.h (modified) * src/io/source.c (modified) * src/io/source.h (modified) * src/io/source_apple_audio.c (modified) * src/io/source_apple_audio.h (modified) * src/io/source_avcodec.c (modified) * src/io/source_avcodec.h (modified) * src/io/source_sndfile.c (modified) * src/io/source_sndfile.h (modified) * src/io/source_wavread.c (modified) * src/io/source_wavread.h (modified) * src/io/utils_apple_audio.c (modified) * src/lvec.c (modified) * src/lvec.h (modified) * src/mathutils.c (modified) * src/mathutils.h (modified) * src/musicutils.h (modified) * src/onset/onset.c (modified) * src/onset/onset.h (modified) * src/onset/peakpicker.h (modified) * src/pitch/pitch.c (modified) * src/pitch/pitch.h (modified) * src/pitch/pitchfcomb.c (modified) * src/pitch/pitchfcomb.h (modified) * src/pitch/pitchmcomb.c (modified) * src/pitch/pitchmcomb.h (modified) * src/pitch/pitchschmitt.c (modified) * src/pitch/pitchschmitt.h (modified) * src/pitch/pitchspecacf.c (modified) * src/pitch/pitchspecacf.h (modified) * src/pitch/pitchyin.c (modified) * src/pitch/pitchyin.h (modified) * src/pitch/pitchyinfft.c (modified) * src/pitch/pitchyinfft.h (modified) * src/spectral/fft.c (modified) * src/spectral/fft.h (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) * src/spectral/phasevoc.c (modified) * src/spectral/phasevoc.h (modified) * src/spectral/specdesc.c (modified) * src/spectral/specdesc.h (modified) * src/spectral/statistics.c (modified) * src/spectral/tss.c (modified) * src/spectral/tss.h (modified) * src/synth/sampler.c (modified) * src/synth/sampler.h (modified) * src/synth/wavetable.c (modified) * src/synth/wavetable.h (modified) * src/tempo/beattracking.c (modified) * src/tempo/beattracking.h (modified) * src/tempo/tempo.c (modified) * src/tempo/tempo.h (modified) * src/temporal/a_weighting.c (modified) * src/temporal/a_weighting.h (modified) * src/temporal/biquad.h (modified) * src/temporal/c_weighting.c (modified) * src/temporal/c_weighting.h (modified) * src/temporal/filter.c (modified) * src/temporal/filter.h (modified) * src/temporal/resampler.c (modified) * src/temporal/resampler.h (modified) * src/types.h (modified) * src/utils/hist.c (modified) * src/utils/hist.h (modified) * src/utils/parameter.c (modified) * src/utils/parameter.h (modified) * src/utils/scale.c (modified) * src/utils/scale.h (modified) * src/utils/windll.c (added) * src/vecutils.h (modified) * src/wscript_build (modified) * tests/src/io/test-source.c (modified) * tests/src/io/test-source_apple_audio.c (modified) * tests/src/io/test-source_avcodec.c (modified) * tests/src/io/test-source_sndfile.c (modified) * tests/src/io/test-source_wavread.c (modified) * tests/src/tempo/test-tempo.c (modified) * tests/src/temporal/test-a_weighting.c (modified) * tests/src/temporal/test-c_weighting.c (modified) * tests/src/test-lvec.c (modified) * tests/utils_tests.h (modified) * tests/wscript_build (modified) * wscript (modified) Merge branch 'master' into notes Thu, 09 Jun 2016 08:11:19 GMT Paul Brossier [6769586] * src/io/source_avcodec.c (modified) src/io/source_avcodec.c: check if the uri is a network stream using ... 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 Mon, 16 May 2016 05:47:31 GMT Paul Brossier [e6c83dc] * .travis.yml (modified) .travis.yml: always set PATH on osx Mon, 16 May 2016 05:35:25 GMT Paul Brossier [c69c219] * Makefile (modified) Makefile: user install on osx Mon, 16 May 2016 05:15:37 GMT Paul Brossier [2e65426] * .travis.yml (modified) .travis.yml: test pure python build Mon, 16 May 2016 05:14:15 GMT Paul Brossier [f465088] * Makefile (modified) Makefile: added rules to build python-aubio without libaubio Mon, 16 May 2016 05:12:15 GMT Paul Brossier [19c3d75] * python/lib/gen_external.py (modified) python/lib/gen_external.py: improve compiler detection, fixes build ... Mon, 16 May 2016 05:10:13 GMT Paul Brossier [e0c74c2] * appveyor.yml (modified) appveyor.yml: update, add environments, build and test python (see ... Mon, 16 May 2016 04:09:38 GMT Paul Brossier [3c4fb67] * python/tests/utils.py (modified) python/tests/utils.py: try reopening the file is deleting it fails on ... Mon, 16 May 2016 04:07:41 GMT Paul Brossier [44a3e5e] * src/onset/onset.c (modified) src/onset/onset.c: fix for "conversion from 'smpl_t' to 'uint_t', ... Mon, 16 May 2016 03:23:56 GMT Paul Brossier [a6f9ebf] * python/tests/test_mathutils.py (modified) python/tests/test_mathutils.py: can also raise NotImplementedError ... Mon, 16 May 2016 03:08:18 GMT Paul Brossier [0b6d23d] * python/tests/test_aubio.py (modified) * python/tests/test_cvec.py (modified) * 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.py (modified) * python/tests/test_mathutils.py (modified) * python/tests/test_mfcc.py (modified) * python/tests/test_midi2note.py (modified) * python/tests/test_musicutils.py (modified) * python/tests/test_note2midi.py (modified) * python/tests/test_onset.py (modified) * python/tests/test_phasevoc.py (modified) * python/tests/test_pitch.py (modified) * python/tests/test_sink.py (modified) * python/tests/test_slicing.py (modified) * python/tests/test_source.py (modified) * python/tests/test_specdesc.py (modified) * python/tests/test_zero_crossing_rate.py (modified) * python/tests/utils.py (modified) python/tests: fix most prospect warnings Mon, 16 May 2016 03:01:00 GMT Paul Brossier [58a5fb9] * .landscape.yml (modified) .landscape.yml: also parse tests Mon, 16 May 2016 01:29:34 GMT Paul Brossier [a377204] * python/demos/demo_specdesc.py (modified) python/demos/demo_specdesc.py: remove unused import Mon, 16 May 2016 01:26:14 GMT Paul Brossier [f44384d] * python/lib/gen_external.py (modified) python/: fix comparison to False Mon, 16 May 2016 01:24:09 GMT Paul Brossier [dc654f8] * python/demos/demo_bpm_extract.py (modified) * python/lib/aubio/slicing.py (modified) python/: fix comparisons to None Mon, 16 May 2016 01:16:00 GMT Paul Brossier [4120fbc] * python/demos/demo_bpm_extract.py (modified) * python/demos/demo_filterbank.py (modified) * python/demos/demo_filterbank_slaney.py (modified) * python/demos/demo_filterbank_triangle_bands.py (modified) * python/demos/demo_mel-energy.py (modified) * python/demos/demo_mfcc.py (modified) * python/demos/demo_onset.py (modified) * python/demos/demo_onset_plot.py (modified) * python/demos/demo_pitch.py (modified) * python/demos/demo_pitch_sinusoid.py (modified) * python/demos/demo_pysoundcard_record.py (modified) * python/demos/demo_simple_robot_voice.py (modified) * python/demos/demo_simple_spectral_weighting.py (modified) * python/demos/demo_sink.py (modified) * python/demos/demo_sink_create_woodblock.py (modified) * python/demos/demo_sink_multi.py (modified) * python/demos/demo_slicing.py (modified) * python/demos/demo_source.py (modified) * python/demos/demo_specdesc.py (modified) * python/demos/demo_spectrogram.py (modified) * python/demos/demo_tempo.py (modified) * python/demos/demo_tempo_plot.py (modified) * python/demos/demo_tss.py (modified) * python/demos/demo_waveform_plot.py (modified) python/demos: python3 and double precision compatibility Sun, 15 May 2016 23:55:14 GMT Paul Brossier [416ddd1] * setup.py (modified) setup.py: clean up, remove ~ Sun, 15 May 2016 23:46:57 GMT Paul Brossier [f5a0e82] * python/demos/__init__.py (added) python/demos/__init__.py: added empty file Sun, 15 May 2016 23:46:32 GMT Paul Brossier [cc77636] * .landscape.yml (added) .landscape.yml: added basic configuration Sun, 15 May 2016 23:04:15 GMT Paul Brossier [6a28072] * python/demos/demo_create_test_sounds.py (modified) python/demos/demo_create_test_sounds.py: python 3 compat Sun, 15 May 2016 22:17:53 GMT Paul Brossier [6fb0f07] * python/demos/demo_create_test_sounds.py (added) python/demos/demo_create_test_sounds.py: add script to create simple ... Sun, 15 May 2016 21:39:48 GMT Paul Brossier [5bba662] * wscript (modified) wscript: add /MD and /D_CRT_SECURE_NO_WARNINGS on windows Sun, 15 May 2016 21:28:02 GMT Paul Brossier [b8ea001] * src/aubio_priv.h (modified) src/aubio_priv.h: use _isnan on windows msvc 9 to avoid linking error Sun, 15 May 2016 21:27:10 GMT Paul Brossier [e27b6a1] * python/lib/moresetuptools.py (modified) python/lib/moresetuptools.py: define HAVE_WIN_HACKS on windows Sun, 15 May 2016 21:27:02 GMT Paul Brossier [999b1823] * python/lib/moresetuptools.py (modified) python/lib/moresetuptools.py: always define HAVE_C99_VARARGS_MACROS Sun, 15 May 2016 21:26:56 GMT Paul Brossier [1772630] * python/lib/moresetuptools.py (modified) python/lib/moresetuptools.py: also catch WindowsError and other ... Sun, 15 May 2016 20:51:35 GMT Paul Brossier [b1d37c0] * setup.py (modified) setup.py: only generate source files in build_ext Sun, 15 May 2016 19:59:38 GMT Paul Brossier [ca89d9f] * python/tests/test_source.py (modified) python/tests/test_source.py: fix when python/tests/sounds exists Sun, 15 May 2016 19:25:13 GMT Paul Brossier [15a005d] * python/tests/test_source.py (modified) python/tests/test_source.py: skip tests if no sounds were found Sun, 15 May 2016 13:34:42 GMT Paul Brossier [85e0e76] * nose2.cfg (modified) nose2.cfg: set multiprocess always-on=false (fixes coverage, pass -N ... Sun, 15 May 2016 13:32:11 GMT Paul Brossier [981e7082] * wscript (modified) wscript: exclude more files from dist Sun, 15 May 2016 13:31:54 GMT Paul Brossier [0065c6a] * .gitignore (modified) .gitignore: ignore .egg-info Sun, 15 May 2016 13:31:30 GMT Paul Brossier [89b04e8] * python/lib/gen_external.py (modified) python/lib/gen_external.py: use os.path.join Sun, 15 May 2016 13:09:56 GMT Paul Brossier [5f6324e] * setup.py (modified) setup.py: do not fail if numpy is not installed yet Sun, 15 May 2016 12:16:32 GMT Paul Brossier [bce913a] * python/lib/moresetuptools.py (modified) python/lib/moresetuptools.py: use -framework Accelerate, not accelerate Sat, 14 May 2016 20:00:21 GMT Paul Brossier [6e8b8f4] * MANIFEST.in (added) * python/MANIFEST.in (deleted) MANIFEST.in: move from python/, update contents Sat, 14 May 2016 19:45:03 GMT Paul Brossier [2675227] * python/lib/moresetuptools.py (modified) * setup.py (modified) setup.py: clean-up, add option to build libaubio inside python-aubio ... Sat, 14 May 2016 03:34:15 GMT Paul Brossier [283bb90] * python/tests/test_specdesc.py (modified) python/tests/test_specdesc.py: skip wrong name test Sat, 14 May 2016 03:30:43 GMT Paul Brossier [b6b65cb] * python/tests/test_mfcc.py (added) python/tests/test_mfcc.py: add more tests Sat, 14 May 2016 03:28:58 GMT Paul Brossier [aba0279] * python/tests/test_specdesc.py (modified) python/tests/test_specdesc.py: check for wrong values Sat, 14 May 2016 03:27:05 GMT Paul Brossier [2f4d9b7] * python/tests/test_fft.py (modified) python/tests/test_fft.py: avoid VisibleDeprecationWarning Sat, 14 May 2016 03:25:34 GMT Paul Brossier [a2ab20a] * python/ext/py-source.c (modified) python/ext/py-source.c: check seek is not negative Sat, 14 May 2016 03:24:21 GMT Paul Brossier [3865924] * python/tests/test_filterbank.py (modified) python/tests/test_filterbank.py: raise a ValueError Sat, 14 May 2016 03:22:28 GMT Paul Brossier [36e8956] * python/tests/test_source.py (modified) python/tests/test_source.py: simplify, quieten Sat, 14 May 2016 03:21:01 GMT Paul Brossier [ed938a2] * python/tests/test_filterbank.py (modified) python/tests/test_filterbank.py: check for wrong values Sat, 14 May 2016 01:11:55 GMT Paul Brossier [3122327] * .gitignore (modified) .gitignore: add python/tests/sounds Fri, 13 May 2016 16:56:05 GMT Paul Brossier [2e324f5] * python/__init__.py (added) python/__init__.py: add empty file Fri, 13 May 2016 16:50:20 GMT Paul Brossier [1167631] * Makefile (modified) * nose2.cfg (moved) * python/lib/gen_external.py (modified) * python/lib/moresetuptools.py (modified) * requirements.txt (added) * setup.py (moved) move python/setup.py to setup.py, update Makefile, add requirements