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