# HG changeset patch # User Amine SEHILI # Date 1457686142 -3600 # Node ID e5feda498bb6c7b7f06ef99d94b5cc6db6ccee82 # Parent a9cdbaaa3ce0a144e3c0dbcbd10f1e5719ff9a91 update for version 0.1.5 diff -r a9cdbaaa3ce0 -r e5feda498bb6 CHANGELOG --- 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 -------------