From 63450727645e0b0635c567f99b7fc2baff5ae2d8 Mon Sep 17 00:00:00 2001 From: Valentin Emiya <23557104+valentin-emiya@users.noreply.github.com> Date: Tue, 6 May 2025 13:49:26 +0200 Subject: [PATCH] stamping version 1.0.17 --- doc/copyright.rst | 4 ++-- ltfatpy/__init__.py | 6 +++--- ltfatpy/comp/arg_firwin.py | 6 +++--- ltfatpy/comp/assert_groworder.py | 6 +++--- ltfatpy/comp/assert_sigreshape_post.py | 6 +++--- ltfatpy/comp/assert_sigreshape_pre.py | 6 +++--- ltfatpy/comp/comp_dct.pyx | 6 +++--- ltfatpy/comp/comp_dst.pyx | 6 +++--- ltfatpy/comp/comp_gabdual_long.pyx | 6 +++--- ltfatpy/comp/comp_gabtight_long.pyx | 6 +++--- ltfatpy/comp/comp_hermite.py | 6 +++--- ltfatpy/comp/comp_hermite_all.py | 6 +++--- ltfatpy/comp/comp_isepdgt.pyx | 6 +++--- ltfatpy/comp/comp_isepdgtreal.pyx | 6 +++--- ltfatpy/comp/comp_pgauss.pyx | 6 +++--- ltfatpy/comp/comp_sepdgt.pyx | 6 +++--- ltfatpy/comp/comp_sepdgtreal.pyx | 6 +++--- ltfatpy/comp/comp_sigreshape_post.py | 6 +++--- ltfatpy/comp/comp_sigreshape_pre.py | 6 +++--- ltfatpy/comp/comp_window.py | 6 +++--- ltfatpy/comp/gabpars_from_windowsignal.py | 6 +++--- ltfatpy/comp/ltfat.pxd | 6 +++--- ltfatpy/fourier/dcti.py | 6 +++--- ltfatpy/fourier/dctii.py | 6 +++--- ltfatpy/fourier/dctiii.py | 6 +++--- ltfatpy/fourier/dctiv.py | 6 +++--- ltfatpy/fourier/dft.py | 6 +++--- ltfatpy/fourier/dsti.py | 6 +++--- ltfatpy/fourier/dstii.py | 6 +++--- ltfatpy/fourier/dstiii.py | 6 +++--- ltfatpy/fourier/dstiv.py | 6 +++--- ltfatpy/fourier/fftindex.py | 6 +++--- ltfatpy/fourier/fftreal.py | 6 +++--- ltfatpy/fourier/fftresample.py | 6 +++--- ltfatpy/fourier/idft.py | 6 +++--- ltfatpy/fourier/ifftreal.py | 6 +++--- ltfatpy/fourier/isevenfunction.py | 6 +++--- ltfatpy/fourier/middlepad.py | 6 +++--- ltfatpy/fourier/pderiv.py | 6 +++--- ltfatpy/fourier/pgauss.py | 6 +++--- ltfatpy/fourier/pherm.py | 6 +++--- ltfatpy/fourier/psech.py | 6 +++--- ltfatpy/gabor/dgt.py | 6 +++--- ltfatpy/gabor/dgtlength.py | 6 +++--- ltfatpy/gabor/dgtreal.py | 6 +++--- ltfatpy/gabor/gabdual.py | 6 +++--- ltfatpy/gabor/gabframediag.py | 6 +++--- ltfatpy/gabor/gabimagepars.py | 6 +++--- ltfatpy/gabor/gabphasegrad.py | 6 +++--- ltfatpy/gabor/gabtight.py | 6 +++--- ltfatpy/gabor/gabwin.py | 6 +++--- ltfatpy/gabor/idgt.py | 6 +++--- ltfatpy/gabor/idgtreal.py | 6 +++--- ltfatpy/gabor/instfreqplot.py | 6 +++--- ltfatpy/gabor/phaselock.py | 6 +++--- ltfatpy/gabor/phaseplot.py | 6 +++--- ltfatpy/gabor/phaseunlock.py | 6 +++--- ltfatpy/gabor/plotdgt.py | 6 +++--- ltfatpy/gabor/plotdgtreal.py | 6 +++--- ltfatpy/gabor/s0norm.py | 6 +++--- ltfatpy/gabor/sgram.py | 6 +++--- ltfatpy/gabor/tfplot.py | 6 +++--- ltfatpy/signals/greasy.py | 6 +++--- ltfatpy/signals/gspi.py | 6 +++--- ltfatpy/signals/linus.py | 6 +++--- ltfatpy/sigproc/fir2long.py | 6 +++--- ltfatpy/sigproc/firkaiser.py | 6 +++--- ltfatpy/sigproc/firwin.py | 6 +++--- ltfatpy/sigproc/groupthresh.py | 6 +++--- ltfatpy/sigproc/largestn.py | 6 +++--- ltfatpy/sigproc/largestr.py | 6 +++--- ltfatpy/sigproc/long2fir.py | 6 +++--- ltfatpy/sigproc/normalize.py | 6 +++--- ltfatpy/sigproc/rms.py | 6 +++--- ltfatpy/sigproc/thresh.py | 6 +++--- ltfatpy/tests/comp/test_assert_sigreshape_post.py | 6 +++--- ltfatpy/tests/comp/test_assert_sigreshape_pre.py | 6 +++--- ltfatpy/tests/comp/test_comp_dct.py | 6 +++--- ltfatpy/tests/comp/test_comp_dst.py | 6 +++--- ltfatpy/tests/comp/test_comp_gabdual.py | 6 +++--- ltfatpy/tests/comp/test_comp_hermite.py | 6 +++--- ltfatpy/tests/comp/test_comp_hermite_all.py | 6 +++--- ltfatpy/tests/comp/test_comp_isepdgt.py | 6 +++--- ltfatpy/tests/comp/test_comp_pgauss.py | 6 +++--- ltfatpy/tests/comp/test_comp_sepdgt.py | 6 +++--- ltfatpy/tests/comp/test_comp_sigreshape.py | 6 +++--- ltfatpy/tests/datasets/get_dataset_path.py | 6 +++--- ltfatpy/tests/datasets/read_comp_dct_signal_ex_mat.py | 6 +++--- ltfatpy/tests/datasets/read_comp_dst_signal_ex_mat.py | 6 +++--- ltfatpy/tests/datasets/read_dgt_signal_ex_mat.py | 6 +++--- ltfatpy/tests/datasets/read_gabframediag_signal_ex_mat.py | 6 +++--- ltfatpy/tests/datasets/read_gabtight_signal_ex_mat.py | 6 +++--- ltfatpy/tests/datasets/read_ref_mat.py | 6 +++--- ltfatpy/tests/datasets/read_s0norm_ex_mat.py | 6 +++--- ltfatpy/tests/datasets/test_read_dgt_signal_ext.py | 6 +++--- ltfatpy/tests/datasets/test_read_ref_mat.py | 6 +++--- ltfatpy/tests/fourier/test_dct.py | 6 +++--- ltfatpy/tests/fourier/test_dft.py | 6 +++--- ltfatpy/tests/fourier/test_dst.py | 6 +++--- ltfatpy/tests/fourier/test_fftindex.py | 6 +++--- ltfatpy/tests/fourier/test_fftreal.py | 6 +++--- ltfatpy/tests/fourier/test_fftresample.py | 6 +++--- ltfatpy/tests/fourier/test_idft.py | 6 +++--- ltfatpy/tests/fourier/test_ifftreal.py | 6 +++--- ltfatpy/tests/fourier/test_isevenfunction.py | 6 +++--- ltfatpy/tests/fourier/test_middlepad.py | 6 +++--- ltfatpy/tests/fourier/test_pderiv.py | 6 +++--- ltfatpy/tests/fourier/test_pgauss.py | 6 +++--- ltfatpy/tests/fourier/test_pherm.py | 6 +++--- ltfatpy/tests/fourier/test_psech.py | 6 +++--- ltfatpy/tests/gabor/test_dgt.py | 6 +++--- ltfatpy/tests/gabor/test_gabdual.py | 6 +++--- ltfatpy/tests/gabor/test_gabframediag.py | 6 +++--- ltfatpy/tests/gabor/test_gabimagepars.py | 6 +++--- ltfatpy/tests/gabor/test_gabphasegrad.py | 6 +++--- ltfatpy/tests/gabor/test_gabtight.py | 6 +++--- ltfatpy/tests/gabor/test_gabwin.py | 6 +++--- ltfatpy/tests/gabor/test_idgt.py | 6 +++--- ltfatpy/tests/gabor/test_instfreqplot.py | 6 +++--- ltfatpy/tests/gabor/test_phaselock.py | 6 +++--- ltfatpy/tests/gabor/test_phaseplot.py | 6 +++--- ltfatpy/tests/gabor/test_phaseunlock.py | 6 +++--- ltfatpy/tests/gabor/test_plotdgt.py | 6 +++--- ltfatpy/tests/gabor/test_plotdgtreal.py | 6 +++--- ltfatpy/tests/gabor/test_s0norm.py | 6 +++--- ltfatpy/tests/gabor/test_sgram.py | 6 +++--- ltfatpy/tests/gabor/test_tfplot.py | 6 +++--- ltfatpy/tests/signals/test_greasy.py | 6 +++--- ltfatpy/tests/signals/test_gspi.py | 6 +++--- ltfatpy/tests/signals/test_linus.py | 6 +++--- ltfatpy/tests/sigproc/test_fir2long.py | 6 +++--- ltfatpy/tests/sigproc/test_firkaiser.py | 6 +++--- ltfatpy/tests/sigproc/test_firwin.py | 6 +++--- ltfatpy/tests/sigproc/test_groupthresh.py | 6 +++--- ltfatpy/tests/sigproc/test_largestn.py | 6 +++--- ltfatpy/tests/sigproc/test_largestr.py | 6 +++--- ltfatpy/tests/sigproc/test_long2fir.py | 6 +++--- ltfatpy/tests/sigproc/test_normalize.py | 6 +++--- ltfatpy/tests/sigproc/test_rms.py | 6 +++--- ltfatpy/tests/sigproc/test_thresh.py | 6 +++--- ltfatpy/tests/tools/test_lcm.py | 6 +++--- ltfatpy/tests/tools/test_postpad.py | 6 +++--- ltfatpy/tools/lcm.py | 6 +++--- ltfatpy/tools/postpad.py | 6 +++--- ltfatpy/version.py | 6 +++--- setup.py | 6 +++--- 146 files changed, 437 insertions(+), 437 deletions(-) diff --git a/doc/copyright.rst b/doc/copyright.rst index b14378d..f170e10 100644 --- a/doc/copyright.rst +++ b/doc/copyright.rst @@ -1,7 +1,7 @@ Credits ####### -Copyright(c) 2015-2018 +Copyright(c) 2015-2025 ---------------------- * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -11,7 +11,7 @@ Copyright(c) 2015-2018 * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ This software is a port from LTFAT 2.1.0 : -Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. Contributors ------------ diff --git a/ltfatpy/__init__.py b/ltfatpy/__init__.py index e2c0d6b..60c2c32 100644 --- a/ltfatpy/__init__.py +++ b/ltfatpy/__init__.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/arg_firwin.py b/ltfatpy/comp/arg_firwin.py index 5137e33..209dde2 100644 --- a/ltfatpy/comp/arg_firwin.py +++ b/ltfatpy/comp/arg_firwin.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/assert_groworder.py b/ltfatpy/comp/assert_groworder.py index ce5770c..440c362 100644 --- a/ltfatpy/comp/assert_groworder.py +++ b/ltfatpy/comp/assert_groworder.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/assert_sigreshape_post.py b/ltfatpy/comp/assert_sigreshape_post.py index d0c12c7..2c0f3d4 100644 --- a/ltfatpy/comp/assert_sigreshape_post.py +++ b/ltfatpy/comp/assert_sigreshape_post.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/assert_sigreshape_pre.py b/ltfatpy/comp/assert_sigreshape_pre.py index e68c112..304dd82 100644 --- a/ltfatpy/comp/assert_sigreshape_pre.py +++ b/ltfatpy/comp/assert_sigreshape_pre.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/comp_dct.pyx b/ltfatpy/comp/comp_dct.pyx index 3680ce9..381ca61 100644 --- a/ltfatpy/comp/comp_dct.pyx +++ b/ltfatpy/comp/comp_dct.pyx @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/comp_dst.pyx b/ltfatpy/comp/comp_dst.pyx index 0ce98c4..dd108a0 100644 --- a/ltfatpy/comp/comp_dst.pyx +++ b/ltfatpy/comp/comp_dst.pyx @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/comp_gabdual_long.pyx b/ltfatpy/comp/comp_gabdual_long.pyx index 2d9c0d4..03d2d63 100644 --- a/ltfatpy/comp/comp_gabdual_long.pyx +++ b/ltfatpy/comp/comp_gabdual_long.pyx @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/comp_gabtight_long.pyx b/ltfatpy/comp/comp_gabtight_long.pyx index 003ccf1..f4d4299 100644 --- a/ltfatpy/comp/comp_gabtight_long.pyx +++ b/ltfatpy/comp/comp_gabtight_long.pyx @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/comp_hermite.py b/ltfatpy/comp/comp_hermite.py index 39489db..48f0440 100644 --- a/ltfatpy/comp/comp_hermite.py +++ b/ltfatpy/comp/comp_hermite.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/comp_hermite_all.py b/ltfatpy/comp/comp_hermite_all.py index 1482ef2..49ea976 100644 --- a/ltfatpy/comp/comp_hermite_all.py +++ b/ltfatpy/comp/comp_hermite_all.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/comp_isepdgt.pyx b/ltfatpy/comp/comp_isepdgt.pyx index 3a7cf1d..d1614d7 100644 --- a/ltfatpy/comp/comp_isepdgt.pyx +++ b/ltfatpy/comp/comp_isepdgt.pyx @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/comp_isepdgtreal.pyx b/ltfatpy/comp/comp_isepdgtreal.pyx index 1f0cd7c..8c9e9c6 100644 --- a/ltfatpy/comp/comp_isepdgtreal.pyx +++ b/ltfatpy/comp/comp_isepdgtreal.pyx @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/comp_pgauss.pyx b/ltfatpy/comp/comp_pgauss.pyx index 7aec05a..1a78a5a 100644 --- a/ltfatpy/comp/comp_pgauss.pyx +++ b/ltfatpy/comp/comp_pgauss.pyx @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/comp_sepdgt.pyx b/ltfatpy/comp/comp_sepdgt.pyx index 18e5da4..953577d 100644 --- a/ltfatpy/comp/comp_sepdgt.pyx +++ b/ltfatpy/comp/comp_sepdgt.pyx @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/comp_sepdgtreal.pyx b/ltfatpy/comp/comp_sepdgtreal.pyx index 98526c1..83968c2 100644 --- a/ltfatpy/comp/comp_sepdgtreal.pyx +++ b/ltfatpy/comp/comp_sepdgtreal.pyx @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/comp_sigreshape_post.py b/ltfatpy/comp/comp_sigreshape_post.py index 4bcb658..773d4a6 100644 --- a/ltfatpy/comp/comp_sigreshape_post.py +++ b/ltfatpy/comp/comp_sigreshape_post.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/comp_sigreshape_pre.py b/ltfatpy/comp/comp_sigreshape_pre.py index 2d684f6..7ecbac4 100644 --- a/ltfatpy/comp/comp_sigreshape_pre.py +++ b/ltfatpy/comp/comp_sigreshape_pre.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/comp_window.py b/ltfatpy/comp/comp_window.py index 6689980..87ef3f0 100644 --- a/ltfatpy/comp/comp_window.py +++ b/ltfatpy/comp/comp_window.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/gabpars_from_windowsignal.py b/ltfatpy/comp/gabpars_from_windowsignal.py index 1078550..a2118c5 100644 --- a/ltfatpy/comp/gabpars_from_windowsignal.py +++ b/ltfatpy/comp/gabpars_from_windowsignal.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/ltfat.pxd b/ltfatpy/comp/ltfat.pxd index d890fed..c05f1df 100644 --- a/ltfatpy/comp/ltfat.pxd +++ b/ltfatpy/comp/ltfat.pxd @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/dcti.py b/ltfatpy/fourier/dcti.py index 921fc34..c5c0a14 100644 --- a/ltfatpy/fourier/dcti.py +++ b/ltfatpy/fourier/dcti.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/dctii.py b/ltfatpy/fourier/dctii.py index 8187759..123c1fc 100644 --- a/ltfatpy/fourier/dctii.py +++ b/ltfatpy/fourier/dctii.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/dctiii.py b/ltfatpy/fourier/dctiii.py index 347fb55..7c0542d 100644 --- a/ltfatpy/fourier/dctiii.py +++ b/ltfatpy/fourier/dctiii.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/dctiv.py b/ltfatpy/fourier/dctiv.py index c8fcd34..35380c4 100644 --- a/ltfatpy/fourier/dctiv.py +++ b/ltfatpy/fourier/dctiv.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/dft.py b/ltfatpy/fourier/dft.py index c7cc199..b616441 100644 --- a/ltfatpy/fourier/dft.py +++ b/ltfatpy/fourier/dft.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/dsti.py b/ltfatpy/fourier/dsti.py index ec3c141..376eed0 100644 --- a/ltfatpy/fourier/dsti.py +++ b/ltfatpy/fourier/dsti.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/dstii.py b/ltfatpy/fourier/dstii.py index 6c71f02..ab59aa0 100644 --- a/ltfatpy/fourier/dstii.py +++ b/ltfatpy/fourier/dstii.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/dstiii.py b/ltfatpy/fourier/dstiii.py index 1401a7f..a0415e0 100644 --- a/ltfatpy/fourier/dstiii.py +++ b/ltfatpy/fourier/dstiii.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/dstiv.py b/ltfatpy/fourier/dstiv.py index 1394824..244a1e3 100644 --- a/ltfatpy/fourier/dstiv.py +++ b/ltfatpy/fourier/dstiv.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/fftindex.py b/ltfatpy/fourier/fftindex.py index b26395a..ef46040 100644 --- a/ltfatpy/fourier/fftindex.py +++ b/ltfatpy/fourier/fftindex.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/fftreal.py b/ltfatpy/fourier/fftreal.py index 3148e0d..cd7dac4 100644 --- a/ltfatpy/fourier/fftreal.py +++ b/ltfatpy/fourier/fftreal.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/fftresample.py b/ltfatpy/fourier/fftresample.py index c871ccd..4e3692d 100644 --- a/ltfatpy/fourier/fftresample.py +++ b/ltfatpy/fourier/fftresample.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/idft.py b/ltfatpy/fourier/idft.py index bf31c81..cf48afc 100644 --- a/ltfatpy/fourier/idft.py +++ b/ltfatpy/fourier/idft.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/ifftreal.py b/ltfatpy/fourier/ifftreal.py index 5e0024a..1b7fc53 100644 --- a/ltfatpy/fourier/ifftreal.py +++ b/ltfatpy/fourier/ifftreal.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/isevenfunction.py b/ltfatpy/fourier/isevenfunction.py index ba15186..f7d79d6 100644 --- a/ltfatpy/fourier/isevenfunction.py +++ b/ltfatpy/fourier/isevenfunction.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/middlepad.py b/ltfatpy/fourier/middlepad.py index f72901f..0ba811d 100644 --- a/ltfatpy/fourier/middlepad.py +++ b/ltfatpy/fourier/middlepad.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/pderiv.py b/ltfatpy/fourier/pderiv.py index 163227d..1006b49 100644 --- a/ltfatpy/fourier/pderiv.py +++ b/ltfatpy/fourier/pderiv.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/pgauss.py b/ltfatpy/fourier/pgauss.py index 2cf87b9..9a71b9b 100644 --- a/ltfatpy/fourier/pgauss.py +++ b/ltfatpy/fourier/pgauss.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/pherm.py b/ltfatpy/fourier/pherm.py index 4c8c755..57e404c 100644 --- a/ltfatpy/fourier/pherm.py +++ b/ltfatpy/fourier/pherm.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/psech.py b/ltfatpy/fourier/psech.py index ff375e1..58cfd3c 100644 --- a/ltfatpy/fourier/psech.py +++ b/ltfatpy/fourier/psech.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/dgt.py b/ltfatpy/gabor/dgt.py index 6f1eabc..fb9e347 100644 --- a/ltfatpy/gabor/dgt.py +++ b/ltfatpy/gabor/dgt.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/dgtlength.py b/ltfatpy/gabor/dgtlength.py index cd94b0a..0489146 100644 --- a/ltfatpy/gabor/dgtlength.py +++ b/ltfatpy/gabor/dgtlength.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/dgtreal.py b/ltfatpy/gabor/dgtreal.py index 4a39516..0cfe61a 100644 --- a/ltfatpy/gabor/dgtreal.py +++ b/ltfatpy/gabor/dgtreal.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/gabdual.py b/ltfatpy/gabor/gabdual.py index 4226709..a0f80aa 100644 --- a/ltfatpy/gabor/gabdual.py +++ b/ltfatpy/gabor/gabdual.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/gabframediag.py b/ltfatpy/gabor/gabframediag.py index 4f9f0e9..19f7393 100644 --- a/ltfatpy/gabor/gabframediag.py +++ b/ltfatpy/gabor/gabframediag.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/gabimagepars.py b/ltfatpy/gabor/gabimagepars.py index 59242a5..d5b9c7a 100644 --- a/ltfatpy/gabor/gabimagepars.py +++ b/ltfatpy/gabor/gabimagepars.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/gabphasegrad.py b/ltfatpy/gabor/gabphasegrad.py index eed5911..b80ed0c 100644 --- a/ltfatpy/gabor/gabphasegrad.py +++ b/ltfatpy/gabor/gabphasegrad.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/gabtight.py b/ltfatpy/gabor/gabtight.py index 4d4d9d4..3d054d9 100644 --- a/ltfatpy/gabor/gabtight.py +++ b/ltfatpy/gabor/gabtight.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/gabwin.py b/ltfatpy/gabor/gabwin.py index 06566a6..544bff9 100644 --- a/ltfatpy/gabor/gabwin.py +++ b/ltfatpy/gabor/gabwin.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/idgt.py b/ltfatpy/gabor/idgt.py index cffc0a2..df7da92 100644 --- a/ltfatpy/gabor/idgt.py +++ b/ltfatpy/gabor/idgt.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/idgtreal.py b/ltfatpy/gabor/idgtreal.py index 25aa6f5..708b72d 100644 --- a/ltfatpy/gabor/idgtreal.py +++ b/ltfatpy/gabor/idgtreal.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/instfreqplot.py b/ltfatpy/gabor/instfreqplot.py index 5498847..d37a574 100644 --- a/ltfatpy/gabor/instfreqplot.py +++ b/ltfatpy/gabor/instfreqplot.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/phaselock.py b/ltfatpy/gabor/phaselock.py index a3f6d46..0e145ec 100644 --- a/ltfatpy/gabor/phaselock.py +++ b/ltfatpy/gabor/phaselock.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/phaseplot.py b/ltfatpy/gabor/phaseplot.py index e539f73..55bd171 100644 --- a/ltfatpy/gabor/phaseplot.py +++ b/ltfatpy/gabor/phaseplot.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/phaseunlock.py b/ltfatpy/gabor/phaseunlock.py index 2a70fcd..2e91541 100644 --- a/ltfatpy/gabor/phaseunlock.py +++ b/ltfatpy/gabor/phaseunlock.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/plotdgt.py b/ltfatpy/gabor/plotdgt.py index e78ab54..68d36ba 100644 --- a/ltfatpy/gabor/plotdgt.py +++ b/ltfatpy/gabor/plotdgt.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/plotdgtreal.py b/ltfatpy/gabor/plotdgtreal.py index 81400dc..d1d7945 100644 --- a/ltfatpy/gabor/plotdgtreal.py +++ b/ltfatpy/gabor/plotdgtreal.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/s0norm.py b/ltfatpy/gabor/s0norm.py index 5ad43a8..72034a1 100644 --- a/ltfatpy/gabor/s0norm.py +++ b/ltfatpy/gabor/s0norm.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/sgram.py b/ltfatpy/gabor/sgram.py index 5ab567d..d782e11 100644 --- a/ltfatpy/gabor/sgram.py +++ b/ltfatpy/gabor/sgram.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/tfplot.py b/ltfatpy/gabor/tfplot.py index 9ea92a4..a5aa845 100644 --- a/ltfatpy/gabor/tfplot.py +++ b/ltfatpy/gabor/tfplot.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/signals/greasy.py b/ltfatpy/signals/greasy.py index b8230a2..dd3005e 100644 --- a/ltfatpy/signals/greasy.py +++ b/ltfatpy/signals/greasy.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/signals/gspi.py b/ltfatpy/signals/gspi.py index e83a3a6..05bbd13 100644 --- a/ltfatpy/signals/gspi.py +++ b/ltfatpy/signals/gspi.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/signals/linus.py b/ltfatpy/signals/linus.py index 9877bd3..3f66b52 100644 --- a/ltfatpy/signals/linus.py +++ b/ltfatpy/signals/linus.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/sigproc/fir2long.py b/ltfatpy/sigproc/fir2long.py index 1a4bd33..63c4c24 100644 --- a/ltfatpy/sigproc/fir2long.py +++ b/ltfatpy/sigproc/fir2long.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/sigproc/firkaiser.py b/ltfatpy/sigproc/firkaiser.py index 935eaf6..c6078c7 100644 --- a/ltfatpy/sigproc/firkaiser.py +++ b/ltfatpy/sigproc/firkaiser.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/sigproc/firwin.py b/ltfatpy/sigproc/firwin.py index 93d0d25..c97a934 100644 --- a/ltfatpy/sigproc/firwin.py +++ b/ltfatpy/sigproc/firwin.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/sigproc/groupthresh.py b/ltfatpy/sigproc/groupthresh.py index 03081b7..af58e6f 100644 --- a/ltfatpy/sigproc/groupthresh.py +++ b/ltfatpy/sigproc/groupthresh.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/sigproc/largestn.py b/ltfatpy/sigproc/largestn.py index f6907f0..73b3fac 100644 --- a/ltfatpy/sigproc/largestn.py +++ b/ltfatpy/sigproc/largestn.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/sigproc/largestr.py b/ltfatpy/sigproc/largestr.py index 2eb55de..eeb5c9d 100644 --- a/ltfatpy/sigproc/largestr.py +++ b/ltfatpy/sigproc/largestr.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/sigproc/long2fir.py b/ltfatpy/sigproc/long2fir.py index ad2670b..98b7ce9 100644 --- a/ltfatpy/sigproc/long2fir.py +++ b/ltfatpy/sigproc/long2fir.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/sigproc/normalize.py b/ltfatpy/sigproc/normalize.py index 1cf55fc..65e98b7 100644 --- a/ltfatpy/sigproc/normalize.py +++ b/ltfatpy/sigproc/normalize.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/sigproc/rms.py b/ltfatpy/sigproc/rms.py index a1ef1fb..0092686 100644 --- a/ltfatpy/sigproc/rms.py +++ b/ltfatpy/sigproc/rms.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/sigproc/thresh.py b/ltfatpy/sigproc/thresh.py index 68feec1..cbac797 100644 --- a/ltfatpy/sigproc/thresh.py +++ b/ltfatpy/sigproc/thresh.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/comp/test_assert_sigreshape_post.py b/ltfatpy/tests/comp/test_assert_sigreshape_post.py index cf50d01..c7d185c 100644 --- a/ltfatpy/tests/comp/test_assert_sigreshape_post.py +++ b/ltfatpy/tests/comp/test_assert_sigreshape_post.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/comp/test_assert_sigreshape_pre.py b/ltfatpy/tests/comp/test_assert_sigreshape_pre.py index 09c77a5..b2df826 100644 --- a/ltfatpy/tests/comp/test_assert_sigreshape_pre.py +++ b/ltfatpy/tests/comp/test_assert_sigreshape_pre.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/comp/test_comp_dct.py b/ltfatpy/tests/comp/test_comp_dct.py index 8173dd6..d02f04c 100644 --- a/ltfatpy/tests/comp/test_comp_dct.py +++ b/ltfatpy/tests/comp/test_comp_dct.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/comp/test_comp_dst.py b/ltfatpy/tests/comp/test_comp_dst.py index fdddfbb..929ac6d 100644 --- a/ltfatpy/tests/comp/test_comp_dst.py +++ b/ltfatpy/tests/comp/test_comp_dst.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/comp/test_comp_gabdual.py b/ltfatpy/tests/comp/test_comp_gabdual.py index f9c57e0..2701212 100644 --- a/ltfatpy/tests/comp/test_comp_gabdual.py +++ b/ltfatpy/tests/comp/test_comp_gabdual.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/comp/test_comp_hermite.py b/ltfatpy/tests/comp/test_comp_hermite.py index 682d78f..8ce3359 100644 --- a/ltfatpy/tests/comp/test_comp_hermite.py +++ b/ltfatpy/tests/comp/test_comp_hermite.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/comp/test_comp_hermite_all.py b/ltfatpy/tests/comp/test_comp_hermite_all.py index d759ee1..4f08e39 100644 --- a/ltfatpy/tests/comp/test_comp_hermite_all.py +++ b/ltfatpy/tests/comp/test_comp_hermite_all.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/comp/test_comp_isepdgt.py b/ltfatpy/tests/comp/test_comp_isepdgt.py index df1e4d3..28a3867 100644 --- a/ltfatpy/tests/comp/test_comp_isepdgt.py +++ b/ltfatpy/tests/comp/test_comp_isepdgt.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/comp/test_comp_pgauss.py b/ltfatpy/tests/comp/test_comp_pgauss.py index 9ede0c5..988d52a 100644 --- a/ltfatpy/tests/comp/test_comp_pgauss.py +++ b/ltfatpy/tests/comp/test_comp_pgauss.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/comp/test_comp_sepdgt.py b/ltfatpy/tests/comp/test_comp_sepdgt.py index 0514faf..467c52c 100644 --- a/ltfatpy/tests/comp/test_comp_sepdgt.py +++ b/ltfatpy/tests/comp/test_comp_sepdgt.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/comp/test_comp_sigreshape.py b/ltfatpy/tests/comp/test_comp_sigreshape.py index b77aff3..716827f 100644 --- a/ltfatpy/tests/comp/test_comp_sigreshape.py +++ b/ltfatpy/tests/comp/test_comp_sigreshape.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/datasets/get_dataset_path.py b/ltfatpy/tests/datasets/get_dataset_path.py index 024bff1..29fd3ad 100644 --- a/ltfatpy/tests/datasets/get_dataset_path.py +++ b/ltfatpy/tests/datasets/get_dataset_path.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/datasets/read_comp_dct_signal_ex_mat.py b/ltfatpy/tests/datasets/read_comp_dct_signal_ex_mat.py index a170746..bb21c72 100644 --- a/ltfatpy/tests/datasets/read_comp_dct_signal_ex_mat.py +++ b/ltfatpy/tests/datasets/read_comp_dct_signal_ex_mat.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/datasets/read_comp_dst_signal_ex_mat.py b/ltfatpy/tests/datasets/read_comp_dst_signal_ex_mat.py index 4306ebd..60ee841 100644 --- a/ltfatpy/tests/datasets/read_comp_dst_signal_ex_mat.py +++ b/ltfatpy/tests/datasets/read_comp_dst_signal_ex_mat.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/datasets/read_dgt_signal_ex_mat.py b/ltfatpy/tests/datasets/read_dgt_signal_ex_mat.py index 77ee32b..ede52c2 100644 --- a/ltfatpy/tests/datasets/read_dgt_signal_ex_mat.py +++ b/ltfatpy/tests/datasets/read_dgt_signal_ex_mat.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/datasets/read_gabframediag_signal_ex_mat.py b/ltfatpy/tests/datasets/read_gabframediag_signal_ex_mat.py index 270c1fb..f9faec0 100644 --- a/ltfatpy/tests/datasets/read_gabframediag_signal_ex_mat.py +++ b/ltfatpy/tests/datasets/read_gabframediag_signal_ex_mat.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/datasets/read_gabtight_signal_ex_mat.py b/ltfatpy/tests/datasets/read_gabtight_signal_ex_mat.py index 69feb47..9fcfdac 100644 --- a/ltfatpy/tests/datasets/read_gabtight_signal_ex_mat.py +++ b/ltfatpy/tests/datasets/read_gabtight_signal_ex_mat.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/datasets/read_ref_mat.py b/ltfatpy/tests/datasets/read_ref_mat.py index 26db8f3..89b8124 100644 --- a/ltfatpy/tests/datasets/read_ref_mat.py +++ b/ltfatpy/tests/datasets/read_ref_mat.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/datasets/read_s0norm_ex_mat.py b/ltfatpy/tests/datasets/read_s0norm_ex_mat.py index a66b4d5..4d082b6 100644 --- a/ltfatpy/tests/datasets/read_s0norm_ex_mat.py +++ b/ltfatpy/tests/datasets/read_s0norm_ex_mat.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/datasets/test_read_dgt_signal_ext.py b/ltfatpy/tests/datasets/test_read_dgt_signal_ext.py index cae0111..712cf37 100644 --- a/ltfatpy/tests/datasets/test_read_dgt_signal_ext.py +++ b/ltfatpy/tests/datasets/test_read_dgt_signal_ext.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/datasets/test_read_ref_mat.py b/ltfatpy/tests/datasets/test_read_ref_mat.py index 8791607..ad320a1 100644 --- a/ltfatpy/tests/datasets/test_read_ref_mat.py +++ b/ltfatpy/tests/datasets/test_read_ref_mat.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/fourier/test_dct.py b/ltfatpy/tests/fourier/test_dct.py index d50fe15..e22be3c 100644 --- a/ltfatpy/tests/fourier/test_dct.py +++ b/ltfatpy/tests/fourier/test_dct.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/fourier/test_dft.py b/ltfatpy/tests/fourier/test_dft.py index e3360aa..cc7b4e1 100644 --- a/ltfatpy/tests/fourier/test_dft.py +++ b/ltfatpy/tests/fourier/test_dft.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/fourier/test_dst.py b/ltfatpy/tests/fourier/test_dst.py index 588c4b0..cd3a143 100644 --- a/ltfatpy/tests/fourier/test_dst.py +++ b/ltfatpy/tests/fourier/test_dst.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/fourier/test_fftindex.py b/ltfatpy/tests/fourier/test_fftindex.py index 1e3d889..b0727ca 100644 --- a/ltfatpy/tests/fourier/test_fftindex.py +++ b/ltfatpy/tests/fourier/test_fftindex.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/fourier/test_fftreal.py b/ltfatpy/tests/fourier/test_fftreal.py index e60e62b..3d0f128 100644 --- a/ltfatpy/tests/fourier/test_fftreal.py +++ b/ltfatpy/tests/fourier/test_fftreal.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/fourier/test_fftresample.py b/ltfatpy/tests/fourier/test_fftresample.py index 422cd09..10bc95c 100644 --- a/ltfatpy/tests/fourier/test_fftresample.py +++ b/ltfatpy/tests/fourier/test_fftresample.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/fourier/test_idft.py b/ltfatpy/tests/fourier/test_idft.py index e75fbfb..049d361 100644 --- a/ltfatpy/tests/fourier/test_idft.py +++ b/ltfatpy/tests/fourier/test_idft.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/fourier/test_ifftreal.py b/ltfatpy/tests/fourier/test_ifftreal.py index e8102e4..e8924bd 100644 --- a/ltfatpy/tests/fourier/test_ifftreal.py +++ b/ltfatpy/tests/fourier/test_ifftreal.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/fourier/test_isevenfunction.py b/ltfatpy/tests/fourier/test_isevenfunction.py index 8d2c60e..58017fe 100644 --- a/ltfatpy/tests/fourier/test_isevenfunction.py +++ b/ltfatpy/tests/fourier/test_isevenfunction.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/fourier/test_middlepad.py b/ltfatpy/tests/fourier/test_middlepad.py index 98bd65e..0a5814a 100644 --- a/ltfatpy/tests/fourier/test_middlepad.py +++ b/ltfatpy/tests/fourier/test_middlepad.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/fourier/test_pderiv.py b/ltfatpy/tests/fourier/test_pderiv.py index 8a40721..f47469c 100644 --- a/ltfatpy/tests/fourier/test_pderiv.py +++ b/ltfatpy/tests/fourier/test_pderiv.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/fourier/test_pgauss.py b/ltfatpy/tests/fourier/test_pgauss.py index ea133be..17f223a 100644 --- a/ltfatpy/tests/fourier/test_pgauss.py +++ b/ltfatpy/tests/fourier/test_pgauss.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/fourier/test_pherm.py b/ltfatpy/tests/fourier/test_pherm.py index 6f621d6..3f31400 100644 --- a/ltfatpy/tests/fourier/test_pherm.py +++ b/ltfatpy/tests/fourier/test_pherm.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/fourier/test_psech.py b/ltfatpy/tests/fourier/test_psech.py index 8311977..933a896 100644 --- a/ltfatpy/tests/fourier/test_psech.py +++ b/ltfatpy/tests/fourier/test_psech.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/gabor/test_dgt.py b/ltfatpy/tests/gabor/test_dgt.py index d388b57..798626a 100644 --- a/ltfatpy/tests/gabor/test_dgt.py +++ b/ltfatpy/tests/gabor/test_dgt.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/gabor/test_gabdual.py b/ltfatpy/tests/gabor/test_gabdual.py index 732cf8b..fdaf678 100644 --- a/ltfatpy/tests/gabor/test_gabdual.py +++ b/ltfatpy/tests/gabor/test_gabdual.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/gabor/test_gabframediag.py b/ltfatpy/tests/gabor/test_gabframediag.py index 572d4b0..51aadf7 100644 --- a/ltfatpy/tests/gabor/test_gabframediag.py +++ b/ltfatpy/tests/gabor/test_gabframediag.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/gabor/test_gabimagepars.py b/ltfatpy/tests/gabor/test_gabimagepars.py index c4e3ace..7084ed6 100644 --- a/ltfatpy/tests/gabor/test_gabimagepars.py +++ b/ltfatpy/tests/gabor/test_gabimagepars.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/gabor/test_gabphasegrad.py b/ltfatpy/tests/gabor/test_gabphasegrad.py index 0c5e19b..1038b1e 100644 --- a/ltfatpy/tests/gabor/test_gabphasegrad.py +++ b/ltfatpy/tests/gabor/test_gabphasegrad.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/gabor/test_gabtight.py b/ltfatpy/tests/gabor/test_gabtight.py index 689486d..2d24ded 100644 --- a/ltfatpy/tests/gabor/test_gabtight.py +++ b/ltfatpy/tests/gabor/test_gabtight.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/gabor/test_gabwin.py b/ltfatpy/tests/gabor/test_gabwin.py index 18cfe6e..a82dcc6 100644 --- a/ltfatpy/tests/gabor/test_gabwin.py +++ b/ltfatpy/tests/gabor/test_gabwin.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/gabor/test_idgt.py b/ltfatpy/tests/gabor/test_idgt.py index 39bfe14..8274aae 100644 --- a/ltfatpy/tests/gabor/test_idgt.py +++ b/ltfatpy/tests/gabor/test_idgt.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/gabor/test_instfreqplot.py b/ltfatpy/tests/gabor/test_instfreqplot.py index 7c91585..a0ec4d7 100644 --- a/ltfatpy/tests/gabor/test_instfreqplot.py +++ b/ltfatpy/tests/gabor/test_instfreqplot.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/gabor/test_phaselock.py b/ltfatpy/tests/gabor/test_phaselock.py index 2b36fe4..75058d1 100644 --- a/ltfatpy/tests/gabor/test_phaselock.py +++ b/ltfatpy/tests/gabor/test_phaselock.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/gabor/test_phaseplot.py b/ltfatpy/tests/gabor/test_phaseplot.py index b6b7cf8..44d3ace 100644 --- a/ltfatpy/tests/gabor/test_phaseplot.py +++ b/ltfatpy/tests/gabor/test_phaseplot.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/gabor/test_phaseunlock.py b/ltfatpy/tests/gabor/test_phaseunlock.py index 634c794..a3e84cb 100644 --- a/ltfatpy/tests/gabor/test_phaseunlock.py +++ b/ltfatpy/tests/gabor/test_phaseunlock.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/gabor/test_plotdgt.py b/ltfatpy/tests/gabor/test_plotdgt.py index ded646b..4aa5dab 100644 --- a/ltfatpy/tests/gabor/test_plotdgt.py +++ b/ltfatpy/tests/gabor/test_plotdgt.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/gabor/test_plotdgtreal.py b/ltfatpy/tests/gabor/test_plotdgtreal.py index 8060a92..ec72a54 100644 --- a/ltfatpy/tests/gabor/test_plotdgtreal.py +++ b/ltfatpy/tests/gabor/test_plotdgtreal.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/gabor/test_s0norm.py b/ltfatpy/tests/gabor/test_s0norm.py index 0e16229..61aa745 100644 --- a/ltfatpy/tests/gabor/test_s0norm.py +++ b/ltfatpy/tests/gabor/test_s0norm.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/gabor/test_sgram.py b/ltfatpy/tests/gabor/test_sgram.py index f04ce16..b024345 100644 --- a/ltfatpy/tests/gabor/test_sgram.py +++ b/ltfatpy/tests/gabor/test_sgram.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/gabor/test_tfplot.py b/ltfatpy/tests/gabor/test_tfplot.py index 99c5d98..7b26165 100644 --- a/ltfatpy/tests/gabor/test_tfplot.py +++ b/ltfatpy/tests/gabor/test_tfplot.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/signals/test_greasy.py b/ltfatpy/tests/signals/test_greasy.py index 4d2ab68..b713016 100644 --- a/ltfatpy/tests/signals/test_greasy.py +++ b/ltfatpy/tests/signals/test_greasy.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/signals/test_gspi.py b/ltfatpy/tests/signals/test_gspi.py index 603e5c1..109abb0 100644 --- a/ltfatpy/tests/signals/test_gspi.py +++ b/ltfatpy/tests/signals/test_gspi.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/signals/test_linus.py b/ltfatpy/tests/signals/test_linus.py index 6b03401..e3ac26a 100644 --- a/ltfatpy/tests/signals/test_linus.py +++ b/ltfatpy/tests/signals/test_linus.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/sigproc/test_fir2long.py b/ltfatpy/tests/sigproc/test_fir2long.py index 5e0aa90..61f4998 100644 --- a/ltfatpy/tests/sigproc/test_fir2long.py +++ b/ltfatpy/tests/sigproc/test_fir2long.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/sigproc/test_firkaiser.py b/ltfatpy/tests/sigproc/test_firkaiser.py index 279b710..1872c54 100644 --- a/ltfatpy/tests/sigproc/test_firkaiser.py +++ b/ltfatpy/tests/sigproc/test_firkaiser.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/sigproc/test_firwin.py b/ltfatpy/tests/sigproc/test_firwin.py index 9f0954a..fb16690 100644 --- a/ltfatpy/tests/sigproc/test_firwin.py +++ b/ltfatpy/tests/sigproc/test_firwin.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/sigproc/test_groupthresh.py b/ltfatpy/tests/sigproc/test_groupthresh.py index 86a9241..cf0e1b5 100644 --- a/ltfatpy/tests/sigproc/test_groupthresh.py +++ b/ltfatpy/tests/sigproc/test_groupthresh.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/sigproc/test_largestn.py b/ltfatpy/tests/sigproc/test_largestn.py index a02f3ea..174df03 100644 --- a/ltfatpy/tests/sigproc/test_largestn.py +++ b/ltfatpy/tests/sigproc/test_largestn.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/sigproc/test_largestr.py b/ltfatpy/tests/sigproc/test_largestr.py index e2e5d91..4a2b6c8 100644 --- a/ltfatpy/tests/sigproc/test_largestr.py +++ b/ltfatpy/tests/sigproc/test_largestr.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/sigproc/test_long2fir.py b/ltfatpy/tests/sigproc/test_long2fir.py index 5319f89..274652c 100644 --- a/ltfatpy/tests/sigproc/test_long2fir.py +++ b/ltfatpy/tests/sigproc/test_long2fir.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/sigproc/test_normalize.py b/ltfatpy/tests/sigproc/test_normalize.py index 84f737b..4a64b82 100644 --- a/ltfatpy/tests/sigproc/test_normalize.py +++ b/ltfatpy/tests/sigproc/test_normalize.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/sigproc/test_rms.py b/ltfatpy/tests/sigproc/test_rms.py index b926afb..177a840 100644 --- a/ltfatpy/tests/sigproc/test_rms.py +++ b/ltfatpy/tests/sigproc/test_rms.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/sigproc/test_thresh.py b/ltfatpy/tests/sigproc/test_thresh.py index 1e7bb71..aa0bf4e 100644 --- a/ltfatpy/tests/sigproc/test_thresh.py +++ b/ltfatpy/tests/sigproc/test_thresh.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/tools/test_lcm.py b/ltfatpy/tests/tools/test_lcm.py index cb9e455..3db17a6 100644 --- a/ltfatpy/tests/tools/test_lcm.py +++ b/ltfatpy/tests/tools/test_lcm.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/tools/test_postpad.py b/ltfatpy/tests/tools/test_postpad.py index 2b24670..8613a88 100644 --- a/ltfatpy/tests/tools/test_postpad.py +++ b/ltfatpy/tests/tools/test_postpad.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tools/lcm.py b/ltfatpy/tools/lcm.py index 5eb1c32..8d3ff76 100644 --- a/ltfatpy/tools/lcm.py +++ b/ltfatpy/tools/lcm.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tools/postpad.py b/ltfatpy/tools/postpad.py index 2b17ce1..35a2ced 100644 --- a/ltfatpy/tools/postpad.py +++ b/ltfatpy/tools/postpad.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/version.py b/ltfatpy/version.py index f307bae..1653e67 100644 --- a/ltfatpy/version.py +++ b/ltfatpy/version.py @@ -3,7 +3,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -13,7 +13,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence diff --git a/setup.py b/setup.py index 92794f2..6a65c0e 100755 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ # Credits # ####### # -# Copyright(c) 2015-2018 +# Copyright(c) 2015-2025 # ---------------------- # # * `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ @@ -14,7 +14,7 @@ # * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_ # # This software is a port from LTFAT 2.1.0 : -# Copyright (C) 2005-2018 Peter L. Soendergaard <peter@sonderport.dk>. +# Copyright (C) 2005-2025 Peter L. Soendergaard <peter@sonderport.dk>. # # Contributors # ------------ @@ -33,7 +33,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.16 +# * ltfatpy version = 1.0.17 # * LTFAT version = 2.1.0 # # Licence -- GitLab