Mercurial > hg > auditok
changeset 431:69160c7aefff
Update dates and version
author | Amine Sehili <amine.sehili@gmail.com> |
---|---|
date | Wed, 30 Oct 2024 13:21:58 +0100 |
parents | 8e11b5108d69 |
children | 81bc2375354f |
files | auditok/__init__.py auditok/cmdline.py auditok/core.py auditok/dataset.py auditok/signal.py auditok/util.py |
diffstat | 6 files changed, 12 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- 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 <amine.sehili@gmail.com> -2015-2021 +2015-2024 :License: @@ -14,4 +14,4 @@ from .io import * from .util import * -__version__ = "0.2.0" +__version__ = "0.3.0"
--- 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):
--- 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/
--- 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/