changeset 383:c030134b7870

Update README.rst Update CHANGELOG
author Amine SEHILI <amsehili@users.noreply.github.com>
date Mon, 01 Mar 2021 23:11:49 +0100
parents d9748949d940
children 6dada3e9a806 edcc102fb33f bd242e80455f
files CHANGELOG README.rst
diffstat 2 files changed, 25 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGELOG	Mon Mar 01 22:42:11 2021 +0100
+++ b/CHANGELOG	Mon Mar 01 23:11:49 2021 +0100
@@ -1,6 +1,28 @@
 auditok Changelog
 =================
 
+Version 0.2.0
+-------------
+
+- Implement split function as a high-level API for tokenization
+- Implement AudioRegion class for simple audio objects manipulation
+- Use a much faster energy computation method (based on standard audioop module)
+- Choose which channel(s) to use for tokenization
+- Save multi-channel audio data
+- Refactor code in all modules
+- Improve documentation
+- Use ArgumentParser instead of OptionParser in command-line script
+- Clean up command-line script and move functions and workers to dedicated modules
+- Add "timestamp" placehoder to main script
+- Play audio with a progress bar
+- StreamSaverWorker: avoid caching data for a long time in memory, save data regularly to disk
+- Use numpy style for documentation and update theme
+- Ensure pep8 compliance (flake8) and formatting with black
+- Add pre-commit hooks
+- Change license to MIT
+- Add project logo
+
+
 Version 0.1.8
 -------------
 
--- a/README.rst	Mon Mar 01 22:42:11 2021 +0100
+++ b/README.rst	Mon Mar 01 23:11:49 2021 +0100
@@ -32,11 +32,13 @@
 
 Install the latest stable version with pip:
 
+
 .. code:: bash
 
     sudo pip install auditok
 
-Install with the latest development version from github::
+
+Install with the latest development version from github:
 
 .. code:: bash