# HG changeset patch # User Amine Sehili # Date 1730290918 -3600 # Node ID 69160c7aefff06cfa74dc3446870a167aca502e2 # Parent 8e11b5108d69a924e51c235bf42c2af505f7c1a0 Update dates and version diff -r 8e11b5108d69 -r 69160c7aefff auditok/__init__.py --- a/auditok/__init__.py Wed Oct 30 11:17:56 2024 +0100 +++ b/auditok/__init__.py Wed Oct 30 13:21:58 2024 +0100 @@ -2,7 +2,7 @@ :author: Amine SEHILI -2015-2021 +2015-2024 :License: @@ -14,4 +14,4 @@ from .io import * from .util import * -__version__ = "0.2.0" +__version__ = "0.3.0" diff -r 8e11b5108d69 -r 69160c7aefff auditok/cmdline.py --- a/auditok/cmdline.py Wed Oct 30 11:17:56 2024 +0100 +++ b/auditok/cmdline.py Wed Oct 30 13:21:58 2024 +0100 @@ -7,10 +7,10 @@ microphones, and standard input. @author: Mohamed El Amine SEHILI -@copyright: 2015-2021 Mohamed El Amine SEHILI +@copyright: 2015-2024 Mohamed El Amine SEHILI @license: MIT @contact: amine.sehili@gmail.com -@deffield updated: 01 Mar 2021 +@deffield updated: 30 Oct 2024 """ import os @@ -26,7 +26,7 @@ __all__ = [] __date__ = "2015-11-23" -__updated__ = "2021-03-01" +__updated__ = "2024-10-30" def main(argv=None): diff -r 8e11b5108d69 -r 69160c7aefff auditok/core.py --- a/auditok/core.py Wed Oct 30 11:17:56 2024 +0100 +++ b/auditok/core.py Wed Oct 30 13:21:58 2024 +0100 @@ -1,4 +1,6 @@ """ +Module for main data structures and tokenization algorithms. + .. autosummary:: :toctree: generated/ diff -r 8e11b5108d69 -r 69160c7aefff auditok/dataset.py --- a/auditok/dataset.py Wed Oct 30 11:17:56 2024 +0100 +++ b/auditok/dataset.py Wed Oct 30 13:21:58 2024 +0100 @@ -1,5 +1,5 @@ """ -This module contains links to audio files that can be used for test purposes. +A module that contains links to audio files that can be used for test purposes. .. autosummary:: :toctree: generated/ diff -r 8e11b5108d69 -r 69160c7aefff auditok/signal.py --- a/auditok/signal.py Wed Oct 30 11:17:56 2024 +0100 +++ b/auditok/signal.py Wed Oct 30 13:21:58 2024 +0100 @@ -1,4 +1,6 @@ """ +Module for main signal processing operations. + .. autosummary:: :toctree: generated/ diff -r 8e11b5108d69 -r 69160c7aefff auditok/util.py --- a/auditok/util.py Wed Oct 30 11:17:56 2024 +0100 +++ b/auditok/util.py Wed Oct 30 13:21:58 2024 +0100 @@ -1,4 +1,6 @@ """ +Module for high-level audio input-output operations. + .. autosummary:: :toctree: generated/