RSS feed
893e699d
– Paul Brossier <piem@piem.org>
authored
on 2018/11/10 06:58
Merge branch 'master' into feature/pytest
9ef3c6e5
– Paul Brossier <piem@piem.org>
authored
on 2018/11/09 14:14
[filterbank] add a warning for duplicate freqs, improve nyquist warning
693de50a
– Paul Brossier <piem@piem.org>
authored
on 2018/11/09 14:13
[tests] also test for duplicate values in set_triangle_bands
e33d960a
– Paul Brossier <piem@piem.org>
authored
on 2018/11/09 14:05
[filterbank] improve unit tests
edd3dac6
– Paul Brossier <piem@piem.org>
authored
on 2018/11/09 12:32
[filterbank] remove warning when list starts with 0, add some sanity checks
98c712eb
– Paul Brossier <piem@piem.org>
authored
on 2018/11/09 12:30
[tests] set_triangle_bands should when list starts with 0 (see #206)
568fc605
– Paul Brossier <piem@piem.org>
authored
on 2018/11/05 10:43
Merge branch 'master' into feature/pytest
bc1ed636
– Paul Brossier <piem@piem.org>
authored
on 2018/11/05 09:08
[py] [style] improve setup.py
dc74f69e
– Paul Brossier <piem@piem.org>
authored
on 2018/11/05 09:02
[py] move cut_slice from cut to cmd to avoid cyclic import
f8c75aaa
– Paul Brossier <piem@piem.org>
authored
on 2018/11/05 09:01
[py] [style] add space after , in cut.py
a3e152ae
– Paul Brossier <piem@piem.org>
authored
on 2018/11/05 09:01
[py] [style] add space around * in midiconv.py
450c57e1
– Paul Brossier <piem@piem.org>
authored
on 2018/11/05 08:38
[py] add blank line after imports in __init__.py
a4afbaca
– Paul Brossier <piem@piem.org>
authored
on 2018/11/04 17:09
[waf] avoid shipping generated files in tarball
00ccf476
– Paul Brossier <piem@piem.org>
authored
on 2018/11/04 17:07
.gitignore: also ignore .eggs and .cache
c3fc8d96
– Paul Brossier <piem@piem.org>
authored
on 2018/11/04 17:06
[py] simplify waf inclusion in MANIFEST.in, avoiding pyc
ed298b26
– Paul Brossier <piem@piem.org>
authored
on 2018/11/04 16:08
[py] fix matching " in cmd.py
5f2f4595
– Paul Brossier <piem@piem.org>
authored
on 2018/11/04 16:06
[py] fix missing eol in cmd.py
eff63abd
– Paul Brossier <piem@piem.org>
authored
on 2018/11/04 16:00
[py] improve style for demo_filterbank.py
254accea
– Paul Brossier <piem@piem.org>
authored
on 2018/11/04 15:58
[py] improve style for demo_source_simple.py
8ebcd3db
– Paul Brossier <piem@piem.org>
authored
on 2018/11/04 15:57
[py] improve style for demo_filter.py
9374e578
– Paul Brossier <piem@piem.org>
authored
on 2018/11/04 15:01
[py] improve code style of midiconv.py
2c8ada64
– Paul Brossier <piem@piem.org>
authored
on 2018/11/04 15:01
[py] improve code style of slicing.py
78ebc278
– Paul Brossier <piem@piem.org>
authored
on 2018/11/04 15:00
[py] improve style of cmd.py
a5c3f2aa
– Paul Brossier <piem@piem.org>
authored
on 2018/11/04 08:42
[doc] [py] improve source/sink descriptions
fa3b1f1e
– Paul Brossier <piem@piem.org>
authored
on 2018/11/04 08:41
[py] [doc] improve source.do/do_multi descriptions
3fb5812a
– Paul Brossier <piem@piem.org>
authored
on 2018/11/04 08:39
[py] [doc] fix sink.__call__ formatting
19237a7c
– Paul Brossier <piem@piem.org>
authored
on 2018/11/04 08:34
[build] wrap long lines in wscript
a9e3bd03
– Paul Brossier <piem@piem.org>
authored
on 2018/11/03 20:43
[doc] improve python tests instructions
2e005cc0
– Paul Brossier <piem@piem.org>
authored
on 2018/11/02 23:07
[tests] update numpy.testing import
7fd92ca3
– Paul Brossier <piem@piem.org>
authored
on 2018/11/02 18:13
[tests] use run_module_suite so tests can run when pytest is not installed
8607a745
– Paul Brossier <piem@piem.org>
authored
on 2018/11/02 18:09
[tests] [py27] make sure all classes are old-school 'new-style'
67024ff7
– Paul Brossier <piem@piem.org>
authored
on 2018/11/02 16:34
[tests] capture warnings from filterbank_mel, improve coverage
5af36fa9
– Paul Brossier <piem@piem.org>
authored
on 2018/11/02 16:33
[tests] use pytest in parametrized tests
00fcc5d1
– Paul Brossier <piem@piem.org>
authored
on 2018/11/02 15:03
[tests] [win/osx] improve skipTest encoding errors on py2.7
a3f26953
– Paul Brossier <piem@piem.org>
authored
on 2018/11/02 14:33
[tests] [win] add missing import warnings
94c7ab3e
– Paul Brossier <piem@piem.org>
authored
on 2018/11/02 14:20
[ci] add pytest to requirements.txt
39aa3a31
– Paul Brossier <piem@piem.org>
authored
on 2018/11/02 14:20
[ci] switch appveyor to pytest
bda8b2ad
– Paul Brossier <piem@piem.org>
authored
on 2018/11/02 14:18
[ci] remove nose2.cfg
548f60d2
– Paul Brossier <piem@piem.org>
authored
on 2018/11/02 14:17
[ci] switch circleci to pytest
0cc85141
– Paul Brossier <piem@piem.org>
authored
on 2018/11/02 14:17
[py] remove nose2 from setup.py
73184852
– Paul Brossier <piem@piem.org>
authored
on 2018/11/02 14:01
[py] remove nose2
9a1df7f7
– Paul Brossier <piem@piem.org>
authored
on 2018/11/02 14:00
[build] use pytest to run tests
8ff31fb5
– Paul Brossier <piem@piem.org>
authored
on 2018/11/02 13:59
[py] remove nose2 from requirements
0d52f925
– Paul Brossier <piem@piem.org>
authored
on 2018/11/01 20:23
[tests] remove warning filter
01d56c19
– Paul Brossier <piem@piem.org>
authored
on 2018/11/01 20:21
[tests] update _tools
bee9445a
– Paul Brossier <piem@piem.org>
authored
on 2018/11/01 20:20
[tests] default to pytest in mfcc
36ce2097
– Paul Brossier <piem@piem.org>
authored
on 2018/11/01 20:18
[doc] remove references to run_all_tests
69783fbc
– Paul Brossier <piem@piem.org>
authored
on 2018/11/01 20:18
[py] remove run_all_tests
235a8911
– Paul Brossier <piem@piem.org>
authored
on 2018/11/01 20:17
[tests] remove run_all_tests
ad457767
– Paul Brossier <piem@piem.org>
authored
on 2018/11/01 20:10
[tests] update source tests
ecd370bc
– Paul Brossier <piem@piem.org>
authored
on 2018/11/01 20:01
[tests] update sink tests
d4fae348
– Paul Brossier <piem@piem.org>
authored
on 2018/11/01 19:55
[tests] remove __init__.py, use absolute imports
7debeb6f
– Paul Brossier <piem@piem.org>
authored
on 2018/11/01 18:34
[tests] use _tools in test_phasevoc
86deeed5
– Paul Brossier <piem@piem.org>
authored
on 2018/11/01 18:33
[tests] use _tools in test_note2midi
4c1eff4f
– Paul Brossier <piem@piem.org>
authored
on 2018/11/01 18:32
[tests] use _tools in test_midi2note
38592a6b
– Paul Brossier <piem@piem.org>
authored
on 2018/11/01 18:30
[tests] use _tools in test_mfcc
98972b9a
– Paul Brossier <piem@piem.org>
authored
on 2018/11/01 18:27
[tests] add checks.py, selects testing module
0ed0405c
– Paul Brossier <piem@piem.org>
authored
on 2018/11/01 18:19
[tests] do not try re-opening temporary file on windows, display a warning
0bae15ac
– Paul Brossier <piem@piem.org>
authored
on 2018/11/01 18:13
[tests] use np.loadtxt in utils
bb63c190
– Paul Brossier <piem@piem.org>
authored
on 2018/11/01 18:03
[tests] move unittest import to main
40b2be27
– Paul Brossier <piem@piem.org>
authored
on 2018/10/31 22:54
[tests] move imports to top except main
319edae1
– Paul Brossier <piem@piem.org>
authored
on 2018/10/31 22:53
[tests] avoid some imports, move main to end
48a0e5a1
– Paul Brossier <piem@piem.org>
authored
on 2018/10/31 22:52
[tests] protect local variables to allow running with pytest
fc144a51
– Paul Brossier <piem@piem.org>
authored
on 2018/10/31 22:11
[tests] avoid some imports, add missing main
fedb139a
– Paul Brossier <piem@piem.org>
authored
on 2018/10/31 21:48
[py] update and simplify MANIFEST.in
61e9d991
– Paul Brossier <piem@piem.org>
authored
on 2018/10/31 21:08
[py] simplify import in gen_external.py
2410f57a
– Paul Brossier <piem@piem.org>
authored
on 2018/10/31 21:04
[py] remove empty init files
7a54b371
– Paul Brossier <piem@piem.org>
authored
on 2018/10/31 15:36
Merge branch 'fix/pyfvec'
07382d8c
– Paul Brossier <piem@piem.org>
authored
on 2018/10/31 13:37
Merge branch 'feature/docstrings' (see #73)
78561f79
– Paul Brossier <piem@piem.org>
authored
on 2018/10/31 13:16
[doc] improve demos used in examples
dc3f68dc
– Paul Brossier <piem@piem.org>
authored
on 2018/10/31 13:13
[doc] move examples last
6d4802ff
– Paul Brossier <piem@piem.org>
authored
on 2018/10/31 13:12
[doc] add a note about building the module in double precision
a4a00a58
– Paul Brossier <piem@piem.org>
authored
on 2018/10/31 12:51
[doc] add py_utils
d6561eaa
– Paul Brossier <piem@piem.org>
authored
on 2018/10/31 12:50
[doc] re-add py_examples
f214e9ce
– Paul Brossier <piem@piem.org>
authored
on 2018/10/31 12:25
[doc] add source and sink doc
f8bf0c2d
– Paul Brossier <piem@piem.org>
authored
on 2018/10/31 12:25
[doc] reorganize python doc
68daf5b8
– Paul Brossier <piem@piem.org>
authored
on 2018/10/31 12:05
[doc] rename python reference to python-install
71b8af22
– Paul Brossier <piem@piem.org>
authored
on 2018/10/31 12:03
[doc] add --release-drop to manpages
51070ac2
– Paul Brossier <piem@piem.org>
authored
on 2018/10/31 11:34
[doc] add page py_datatypes
7cfad8e1
– Paul Brossier <piem@piem.org>
authored
on 2018/10/30 15:04
[py] add basic module docstring
78c1d32f
– Paul Brossier <piem@piem.org>
authored
on 2018/10/30 13:57
[py] improve fvec doc
6d8ae981
– Paul Brossier <piem@piem.org>
authored
on 2018/10/30 12:52
[py] improve py-cvec.c doc
37a6942e
– Paul Brossier <piem@piem.org>
authored
on 2018/10/30 12:30
[py] improve py-cvec.c doc
8986239e
– Paul Brossier <piem@piem.org>
authored
on 2018/10/30 11:22
Merge branch 'feature/cdocstrings' into feature/docstrings
152bf4fb
– Paul Brossier <piem@piem.org>
authored
on 2018/10/30 10:32
[doc] start adding autodoc to sphinx documents
ed596f7d
– Paul Brossier <piem@piem.org>
authored
on 2018/10/30 09:22
Merge branch 'master' into feature/docstrings
81abf913
– Paul Brossier <piem@piem.org>
authored
on 2018/10/30 09:22
Merge branch 'master' into feature/cdocstrings
9b23815e
– Paul Brossier <piem@piem.org>
authored
on 2018/10/30 09:19
[py] use aubio_log message when set by failed aubio_<>_set_<>
4bc10e20
– Paul Brossier <piem@piem.org>
authored
on 2018/10/30 08:57
Merge branch 'master' into feature/earlynoteoff
357f81e2
– Paul Brossier <piem@piem.org>
authored
on 2018/10/30 08:56
[cmd] add --silence and --release-drop to notes subcommand
929d76cc
– Paul Brossier <piem@piem.org>
authored
on 2018/10/30 08:55
[doc] add -d/--release-drop to aubionotes manual
4724f609
– Paul Brossier <piem@piem.org>
authored
on 2018/10/30 08:55
[notes] fails if release_drop <= 0
a07fdb44
– Paul Brossier <piem@piem.org>
authored
on 2018/10/30 08:53
[tools] add release_drop option to aubionotes
cefa29d8
– Paul Brossier <piem@piem.org>
authored
on 2018/10/30 06:24
Merge branch 'feature/note2freq'
27ed546f
– Paul Brossier <piem@piem.org>
authored
on 2018/10/30 06:15
[py] [test] expect a small rounding error when using double precision
5ce504db
– Paul Brossier <piem@piem.org>
authored
on 2018/10/30 06:13
[mathutils] increase ln(2) precision in freqtomidi/miditofreq
7be77bb8
– Paul Brossier <piem@piem.org>
authored
on 2018/10/29 21:04
Merge branch 'feature/note2freq'
476cb419
– Paul Brossier <piem@piem.org>
authored
on 2018/10/29 21:02
[py] add note2freq to __all__
e9a44026
– Paul Brossier <piem@piem.org>
authored
on 2018/10/29 20:54
[py] test note2freq
7af37df1
– Paul Brossier <piem@piem.org>
authored
on 2018/10/29 20:50
[demo] fix bpm_extract arguments
Next