Mercurial > hg > auditok
changeset 52:e5feda498bb6
update for version 0.1.5
author | Amine SEHILI <amine.sehili@gmail.com> |
---|---|
date | Fri, 11 Mar 2016 09:49:02 +0100 |
parents | a9cdbaaa3ce0 |
children | 9d626b6dda24 |
files | CHANGELOG |
diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGELOG Mon Mar 07 20:59:34 2016 +0100 +++ b/CHANGELOG Fri Mar 11 09:49:02 2016 +0100 @@ -1,6 +1,16 @@ auditok Changelog ================= +Version 0.1.5 +------------- + +- Fix description error for --drop-trailing-silence option (wrong default value) +- Bug fix: cmdline.py, take analysis_window into account when initializing a tokenizer object +- Bug fix: cmdline.py, --save-image option, set `record` to True when reading from the microphone +- Bug fix: util.py, method ADSFactory.ads, make a shallow copy of user's `kwargs` before calling _check_normalize_args +- Update documentation (mainly typos fixes) + + Version 0.1.4 -------------