From ad6a7194c9a8ae01a50fd3e80186601183f40ef6 Mon Sep 17 00:00:00 2001 From: Florent Jaillet <florent.jaillet@lis-lab.fr> Date: Wed, 7 Feb 2018 14:43:08 +0100 Subject: [PATCH] Correctiing the authors email address and changing version number --- AUTHORS.rst | 2 +- VERSION | 2 +- doc/copyright.rst | 2 +- ltfatpy/__init__.py | 4 ++-- ltfatpy/comp/arg_firwin.py | 2 +- ltfatpy/comp/assert_groworder.py | 2 +- ltfatpy/comp/assert_sigreshape_post.py | 2 +- ltfatpy/comp/assert_sigreshape_pre.py | 2 +- ltfatpy/comp/comp_dct.pyx | 2 +- ltfatpy/comp/comp_dst.pyx | 2 +- ltfatpy/comp/comp_gabdual_long.pyx | 2 +- ltfatpy/comp/comp_gabtight_long.pyx | 2 +- ltfatpy/comp/comp_hermite.py | 2 +- ltfatpy/comp/comp_hermite_all.py | 2 +- ltfatpy/comp/comp_isepdgt.pyx | 2 +- ltfatpy/comp/comp_isepdgtreal.pyx | 2 +- ltfatpy/comp/comp_pgauss.pyx | 2 +- ltfatpy/comp/comp_sepdgt.pyx | 2 +- ltfatpy/comp/comp_sepdgtreal.pyx | 2 +- ltfatpy/comp/comp_sigreshape_post.py | 2 +- ltfatpy/comp/comp_sigreshape_pre.py | 2 +- ltfatpy/comp/comp_window.py | 2 +- ltfatpy/comp/gabpars_from_windowsignal.py | 2 +- ltfatpy/comp/ltfat.pxd | 2 +- ltfatpy/fourier/dcti.py | 2 +- ltfatpy/fourier/dctii.py | 2 +- ltfatpy/fourier/dctiii.py | 2 +- ltfatpy/fourier/dctiv.py | 2 +- ltfatpy/fourier/dft.py | 2 +- ltfatpy/fourier/dsti.py | 2 +- ltfatpy/fourier/dstii.py | 2 +- ltfatpy/fourier/dstiii.py | 2 +- ltfatpy/fourier/dstiv.py | 2 +- ltfatpy/fourier/fftindex.py | 2 +- ltfatpy/fourier/fftreal.py | 2 +- ltfatpy/fourier/fftresample.py | 2 +- ltfatpy/fourier/idft.py | 2 +- ltfatpy/fourier/ifftreal.py | 2 +- ltfatpy/fourier/isevenfunction.py | 2 +- ltfatpy/fourier/middlepad.py | 2 +- ltfatpy/fourier/pderiv.py | 2 +- ltfatpy/fourier/pgauss.py | 2 +- ltfatpy/fourier/pherm.py | 2 +- ltfatpy/fourier/psech.py | 2 +- ltfatpy/gabor/dgt.py | 2 +- ltfatpy/gabor/dgtlength.py | 2 +- ltfatpy/gabor/dgtreal.py | 2 +- ltfatpy/gabor/gabdual.py | 2 +- ltfatpy/gabor/gabframediag.py | 2 +- ltfatpy/gabor/gabimagepars.py | 2 +- ltfatpy/gabor/gabphasegrad.py | 2 +- ltfatpy/gabor/gabtight.py | 2 +- ltfatpy/gabor/gabwin.py | 2 +- ltfatpy/gabor/idgt.py | 2 +- ltfatpy/gabor/idgtreal.py | 2 +- ltfatpy/gabor/instfreqplot.py | 2 +- ltfatpy/gabor/phaselock.py | 2 +- ltfatpy/gabor/phaseplot.py | 2 +- ltfatpy/gabor/phaseunlock.py | 2 +- ltfatpy/gabor/plotdgt.py | 2 +- ltfatpy/gabor/plotdgtreal.py | 2 +- ltfatpy/gabor/s0norm.py | 2 +- ltfatpy/gabor/sgram.py | 2 +- ltfatpy/gabor/tfplot.py | 2 +- ltfatpy/signals/greasy.py | 2 +- ltfatpy/signals/gspi.py | 2 +- ltfatpy/signals/linus.py | 2 +- ltfatpy/sigproc/fir2long.py | 2 +- ltfatpy/sigproc/firkaiser.py | 2 +- ltfatpy/sigproc/firwin.py | 2 +- ltfatpy/sigproc/groupthresh.py | 2 +- ltfatpy/sigproc/largestn.py | 2 +- ltfatpy/sigproc/largestr.py | 2 +- ltfatpy/sigproc/long2fir.py | 2 +- ltfatpy/sigproc/normalize.py | 2 +- ltfatpy/sigproc/rms.py | 2 +- ltfatpy/sigproc/thresh.py | 2 +- ltfatpy/tests/comp/test_assert_sigreshape_post.py | 2 +- ltfatpy/tests/comp/test_assert_sigreshape_pre.py | 2 +- ltfatpy/tests/comp/test_comp_dct.py | 2 +- ltfatpy/tests/comp/test_comp_dst.py | 2 +- ltfatpy/tests/comp/test_comp_gabdual.py | 2 +- ltfatpy/tests/comp/test_comp_hermite.py | 2 +- ltfatpy/tests/comp/test_comp_hermite_all.py | 2 +- ltfatpy/tests/comp/test_comp_isepdgt.py | 2 +- ltfatpy/tests/comp/test_comp_pgauss.py | 2 +- ltfatpy/tests/comp/test_comp_sepdgt.py | 2 +- ltfatpy/tests/comp/test_comp_sigreshape.py | 2 +- ltfatpy/tests/datasets/get_dataset_path.py | 2 +- ltfatpy/tests/datasets/read_comp_dct_signal_ex_mat.py | 2 +- ltfatpy/tests/datasets/read_comp_dst_signal_ex_mat.py | 2 +- ltfatpy/tests/datasets/read_dgt_signal_ex_mat.py | 2 +- ltfatpy/tests/datasets/read_gabframediag_signal_ex_mat.py | 2 +- ltfatpy/tests/datasets/read_gabtight_signal_ex_mat.py | 2 +- ltfatpy/tests/datasets/read_ref_mat.py | 2 +- ltfatpy/tests/datasets/read_s0norm_ex_mat.py | 2 +- ltfatpy/tests/datasets/test_read_dgt_signal_ext.py | 2 +- ltfatpy/tests/datasets/test_read_ref_mat.py | 2 +- ltfatpy/tests/fourier/test_dct.py | 2 +- ltfatpy/tests/fourier/test_dft.py | 2 +- ltfatpy/tests/fourier/test_dst.py | 2 +- ltfatpy/tests/fourier/test_fftindex.py | 2 +- ltfatpy/tests/fourier/test_fftreal.py | 2 +- ltfatpy/tests/fourier/test_fftresample.py | 2 +- ltfatpy/tests/fourier/test_idft.py | 2 +- ltfatpy/tests/fourier/test_ifftreal.py | 2 +- ltfatpy/tests/fourier/test_isevenfunction.py | 2 +- ltfatpy/tests/fourier/test_middlepad.py | 2 +- ltfatpy/tests/fourier/test_pderiv.py | 2 +- ltfatpy/tests/fourier/test_pgauss.py | 2 +- ltfatpy/tests/fourier/test_pherm.py | 2 +- ltfatpy/tests/fourier/test_psech.py | 2 +- ltfatpy/tests/gabor/test_dgt.py | 2 +- ltfatpy/tests/gabor/test_gabdual.py | 2 +- ltfatpy/tests/gabor/test_gabframediag.py | 2 +- ltfatpy/tests/gabor/test_gabimagepars.py | 2 +- ltfatpy/tests/gabor/test_gabphasegrad.py | 2 +- ltfatpy/tests/gabor/test_gabtight.py | 2 +- ltfatpy/tests/gabor/test_gabwin.py | 2 +- ltfatpy/tests/gabor/test_idgt.py | 2 +- ltfatpy/tests/gabor/test_instfreqplot.py | 2 +- ltfatpy/tests/gabor/test_phaselock.py | 2 +- ltfatpy/tests/gabor/test_phaseplot.py | 2 +- ltfatpy/tests/gabor/test_phaseunlock.py | 2 +- ltfatpy/tests/gabor/test_plotdgt.py | 2 +- ltfatpy/tests/gabor/test_plotdgtreal.py | 2 +- ltfatpy/tests/gabor/test_s0norm.py | 2 +- ltfatpy/tests/gabor/test_sgram.py | 2 +- ltfatpy/tests/gabor/test_tfplot.py | 2 +- ltfatpy/tests/signals/test_greasy.py | 2 +- ltfatpy/tests/signals/test_gspi.py | 2 +- ltfatpy/tests/signals/test_linus.py | 2 +- ltfatpy/tests/sigproc/test_fir2long.py | 2 +- ltfatpy/tests/sigproc/test_firkaiser.py | 2 +- ltfatpy/tests/sigproc/test_firwin.py | 2 +- ltfatpy/tests/sigproc/test_groupthresh.py | 2 +- ltfatpy/tests/sigproc/test_largestn.py | 2 +- ltfatpy/tests/sigproc/test_largestr.py | 2 +- ltfatpy/tests/sigproc/test_long2fir.py | 2 +- ltfatpy/tests/sigproc/test_normalize.py | 2 +- ltfatpy/tests/sigproc/test_rms.py | 2 +- ltfatpy/tests/sigproc/test_thresh.py | 2 +- ltfatpy/tests/tools/test_lcm.py | 2 +- ltfatpy/tests/tools/test_postpad.py | 2 +- ltfatpy/tools/lcm.py | 2 +- ltfatpy/tools/postpad.py | 2 +- ltfatpy/version.py | 2 +- setup.py | 2 +- 148 files changed, 149 insertions(+), 149 deletions(-) diff --git a/AUTHORS.rst b/AUTHORS.rst index 6f3060f..81e09e8 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -2,4 +2,4 @@ Authors ======= Denis Arrivault <contact.dev/A/lis-lab.fr> -Florent Jaillet <contact.dev/A/lif-lab.fr> +Florent Jaillet <contact.dev/A/lis-lab.fr> diff --git a/VERSION b/VERSION index 18b76c6..5eb6558 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -ltfatpy:1.0.10 +ltfatpy:1.0.11 ltfat:2.1.0 diff --git a/doc/copyright.rst b/doc/copyright.rst index 98d2271..eff95f0 100644 --- a/doc/copyright.rst +++ b/doc/copyright.rst @@ -30,7 +30,7 @@ synthesis. Version ------- -* ltfatpy version = 1.0.10 +* ltfatpy version = 1.0.11 * LTFAT version = 2.1.0 Licence diff --git a/ltfatpy/__init__.py b/ltfatpy/__init__.py index 3782331..3b548f7 100644 --- a/ltfatpy/__init__.py +++ b/ltfatpy/__init__.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence @@ -171,4 +171,4 @@ __all__ = ["arg_firwin", "assert_groworder", "assert_sigreshape_post", "long2fir", "normalize", "rms", "thresh", "lcm", "postpad"] -__version__ = "1.0.10" +__version__ = "1.0.11" diff --git a/ltfatpy/comp/arg_firwin.py b/ltfatpy/comp/arg_firwin.py index 29fbafb..8d84f72 100644 --- a/ltfatpy/comp/arg_firwin.py +++ b/ltfatpy/comp/arg_firwin.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/assert_groworder.py b/ltfatpy/comp/assert_groworder.py index 2fc6ac8..a2e76ff 100644 --- a/ltfatpy/comp/assert_groworder.py +++ b/ltfatpy/comp/assert_groworder.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/assert_sigreshape_post.py b/ltfatpy/comp/assert_sigreshape_post.py index 79de3d2..32ac9c9 100644 --- a/ltfatpy/comp/assert_sigreshape_post.py +++ b/ltfatpy/comp/assert_sigreshape_post.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/assert_sigreshape_pre.py b/ltfatpy/comp/assert_sigreshape_pre.py index dc6fd62..42b556c 100644 --- a/ltfatpy/comp/assert_sigreshape_pre.py +++ b/ltfatpy/comp/assert_sigreshape_pre.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/comp_dct.pyx b/ltfatpy/comp/comp_dct.pyx index af87bbe..10b796b 100644 --- a/ltfatpy/comp/comp_dct.pyx +++ b/ltfatpy/comp/comp_dct.pyx @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/comp_dst.pyx b/ltfatpy/comp/comp_dst.pyx index 48314c0..36d9b4c 100644 --- a/ltfatpy/comp/comp_dst.pyx +++ b/ltfatpy/comp/comp_dst.pyx @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/comp_gabdual_long.pyx b/ltfatpy/comp/comp_gabdual_long.pyx index e3844d2..c13aa83 100644 --- a/ltfatpy/comp/comp_gabdual_long.pyx +++ b/ltfatpy/comp/comp_gabdual_long.pyx @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/comp_gabtight_long.pyx b/ltfatpy/comp/comp_gabtight_long.pyx index 2bbb070..775c1c5 100644 --- a/ltfatpy/comp/comp_gabtight_long.pyx +++ b/ltfatpy/comp/comp_gabtight_long.pyx @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/comp_hermite.py b/ltfatpy/comp/comp_hermite.py index e699767..d24ee3a 100644 --- a/ltfatpy/comp/comp_hermite.py +++ b/ltfatpy/comp/comp_hermite.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/comp_hermite_all.py b/ltfatpy/comp/comp_hermite_all.py index bc9de96..33f2677 100644 --- a/ltfatpy/comp/comp_hermite_all.py +++ b/ltfatpy/comp/comp_hermite_all.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/comp_isepdgt.pyx b/ltfatpy/comp/comp_isepdgt.pyx index 415bbd4..2d20fe7 100644 --- a/ltfatpy/comp/comp_isepdgt.pyx +++ b/ltfatpy/comp/comp_isepdgt.pyx @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/comp_isepdgtreal.pyx b/ltfatpy/comp/comp_isepdgtreal.pyx index ada476a..2b5b45e 100644 --- a/ltfatpy/comp/comp_isepdgtreal.pyx +++ b/ltfatpy/comp/comp_isepdgtreal.pyx @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/comp_pgauss.pyx b/ltfatpy/comp/comp_pgauss.pyx index 2cb02c6..009a709 100644 --- a/ltfatpy/comp/comp_pgauss.pyx +++ b/ltfatpy/comp/comp_pgauss.pyx @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/comp_sepdgt.pyx b/ltfatpy/comp/comp_sepdgt.pyx index 31ee0db..ccc24d3 100644 --- a/ltfatpy/comp/comp_sepdgt.pyx +++ b/ltfatpy/comp/comp_sepdgt.pyx @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/comp_sepdgtreal.pyx b/ltfatpy/comp/comp_sepdgtreal.pyx index 1db4ebc..61ed7a3 100644 --- a/ltfatpy/comp/comp_sepdgtreal.pyx +++ b/ltfatpy/comp/comp_sepdgtreal.pyx @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/comp_sigreshape_post.py b/ltfatpy/comp/comp_sigreshape_post.py index 87bb235..340d806 100644 --- a/ltfatpy/comp/comp_sigreshape_post.py +++ b/ltfatpy/comp/comp_sigreshape_post.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/comp_sigreshape_pre.py b/ltfatpy/comp/comp_sigreshape_pre.py index fdd8203..0814cd9 100644 --- a/ltfatpy/comp/comp_sigreshape_pre.py +++ b/ltfatpy/comp/comp_sigreshape_pre.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/comp_window.py b/ltfatpy/comp/comp_window.py index 2ce1c1f..49400bf 100644 --- a/ltfatpy/comp/comp_window.py +++ b/ltfatpy/comp/comp_window.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/gabpars_from_windowsignal.py b/ltfatpy/comp/gabpars_from_windowsignal.py index cdcc653..1c1363f 100644 --- a/ltfatpy/comp/gabpars_from_windowsignal.py +++ b/ltfatpy/comp/gabpars_from_windowsignal.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/ltfat.pxd b/ltfatpy/comp/ltfat.pxd index 159ca7f..087edd1 100644 --- a/ltfatpy/comp/ltfat.pxd +++ b/ltfatpy/comp/ltfat.pxd @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/dcti.py b/ltfatpy/fourier/dcti.py index eeac0e6..5bf177c 100644 --- a/ltfatpy/fourier/dcti.py +++ b/ltfatpy/fourier/dcti.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/dctii.py b/ltfatpy/fourier/dctii.py index 620043f..8b122d6 100644 --- a/ltfatpy/fourier/dctii.py +++ b/ltfatpy/fourier/dctii.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/dctiii.py b/ltfatpy/fourier/dctiii.py index 8207b64..c4c345c 100644 --- a/ltfatpy/fourier/dctiii.py +++ b/ltfatpy/fourier/dctiii.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/dctiv.py b/ltfatpy/fourier/dctiv.py index 6ca4bce..f6ee669 100644 --- a/ltfatpy/fourier/dctiv.py +++ b/ltfatpy/fourier/dctiv.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/dft.py b/ltfatpy/fourier/dft.py index dd893dc..1ccf29c 100644 --- a/ltfatpy/fourier/dft.py +++ b/ltfatpy/fourier/dft.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/dsti.py b/ltfatpy/fourier/dsti.py index 3ea0ea1..c1c6fcf 100644 --- a/ltfatpy/fourier/dsti.py +++ b/ltfatpy/fourier/dsti.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/dstii.py b/ltfatpy/fourier/dstii.py index aaa5e86..94400f7 100644 --- a/ltfatpy/fourier/dstii.py +++ b/ltfatpy/fourier/dstii.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/dstiii.py b/ltfatpy/fourier/dstiii.py index 7337714..888fa74 100644 --- a/ltfatpy/fourier/dstiii.py +++ b/ltfatpy/fourier/dstiii.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/dstiv.py b/ltfatpy/fourier/dstiv.py index 70f9908..baec0ec 100644 --- a/ltfatpy/fourier/dstiv.py +++ b/ltfatpy/fourier/dstiv.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/fftindex.py b/ltfatpy/fourier/fftindex.py index 9e99bfd..18891f7 100644 --- a/ltfatpy/fourier/fftindex.py +++ b/ltfatpy/fourier/fftindex.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/fftreal.py b/ltfatpy/fourier/fftreal.py index c3d4e22..e748028 100644 --- a/ltfatpy/fourier/fftreal.py +++ b/ltfatpy/fourier/fftreal.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/fftresample.py b/ltfatpy/fourier/fftresample.py index a5065ef..c896d87 100644 --- a/ltfatpy/fourier/fftresample.py +++ b/ltfatpy/fourier/fftresample.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/idft.py b/ltfatpy/fourier/idft.py index a3e7aba..a869a59 100644 --- a/ltfatpy/fourier/idft.py +++ b/ltfatpy/fourier/idft.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/ifftreal.py b/ltfatpy/fourier/ifftreal.py index ebe6bdd..4a3e438 100644 --- a/ltfatpy/fourier/ifftreal.py +++ b/ltfatpy/fourier/ifftreal.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/isevenfunction.py b/ltfatpy/fourier/isevenfunction.py index 7d84dd1..6b5702b 100644 --- a/ltfatpy/fourier/isevenfunction.py +++ b/ltfatpy/fourier/isevenfunction.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/middlepad.py b/ltfatpy/fourier/middlepad.py index ef6fb4f..b95be34 100644 --- a/ltfatpy/fourier/middlepad.py +++ b/ltfatpy/fourier/middlepad.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/pderiv.py b/ltfatpy/fourier/pderiv.py index 5237e7f..bec45cb 100644 --- a/ltfatpy/fourier/pderiv.py +++ b/ltfatpy/fourier/pderiv.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/pgauss.py b/ltfatpy/fourier/pgauss.py index e506103..8c73f49 100644 --- a/ltfatpy/fourier/pgauss.py +++ b/ltfatpy/fourier/pgauss.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/pherm.py b/ltfatpy/fourier/pherm.py index 0ef563b..bc4c83e 100644 --- a/ltfatpy/fourier/pherm.py +++ b/ltfatpy/fourier/pherm.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/psech.py b/ltfatpy/fourier/psech.py index 5b2bfd3..4395b97 100644 --- a/ltfatpy/fourier/psech.py +++ b/ltfatpy/fourier/psech.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/dgt.py b/ltfatpy/gabor/dgt.py index d5249a9..bb1ec76 100644 --- a/ltfatpy/gabor/dgt.py +++ b/ltfatpy/gabor/dgt.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/dgtlength.py b/ltfatpy/gabor/dgtlength.py index 6d64bf7..6b8922a 100644 --- a/ltfatpy/gabor/dgtlength.py +++ b/ltfatpy/gabor/dgtlength.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/dgtreal.py b/ltfatpy/gabor/dgtreal.py index bbbeacd..1e1f38c 100644 --- a/ltfatpy/gabor/dgtreal.py +++ b/ltfatpy/gabor/dgtreal.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/gabdual.py b/ltfatpy/gabor/gabdual.py index 03c21dd..779339a 100644 --- a/ltfatpy/gabor/gabdual.py +++ b/ltfatpy/gabor/gabdual.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/gabframediag.py b/ltfatpy/gabor/gabframediag.py index b99d31f..a7dedf6 100644 --- a/ltfatpy/gabor/gabframediag.py +++ b/ltfatpy/gabor/gabframediag.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/gabimagepars.py b/ltfatpy/gabor/gabimagepars.py index 18cd7e6..12eef76 100644 --- a/ltfatpy/gabor/gabimagepars.py +++ b/ltfatpy/gabor/gabimagepars.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/gabphasegrad.py b/ltfatpy/gabor/gabphasegrad.py index 623751d..9d4cd00 100644 --- a/ltfatpy/gabor/gabphasegrad.py +++ b/ltfatpy/gabor/gabphasegrad.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/gabtight.py b/ltfatpy/gabor/gabtight.py index 7cdcd1f..8e2208a 100644 --- a/ltfatpy/gabor/gabtight.py +++ b/ltfatpy/gabor/gabtight.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/gabwin.py b/ltfatpy/gabor/gabwin.py index d105b6b..1acf4f7 100644 --- a/ltfatpy/gabor/gabwin.py +++ b/ltfatpy/gabor/gabwin.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/idgt.py b/ltfatpy/gabor/idgt.py index c5c9d57..b0cf675 100644 --- a/ltfatpy/gabor/idgt.py +++ b/ltfatpy/gabor/idgt.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/idgtreal.py b/ltfatpy/gabor/idgtreal.py index 8343ba4..a53f3c8 100644 --- a/ltfatpy/gabor/idgtreal.py +++ b/ltfatpy/gabor/idgtreal.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/instfreqplot.py b/ltfatpy/gabor/instfreqplot.py index 472a6f3..f54ab1e 100644 --- a/ltfatpy/gabor/instfreqplot.py +++ b/ltfatpy/gabor/instfreqplot.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/phaselock.py b/ltfatpy/gabor/phaselock.py index a4e5142..1bf8cf0 100644 --- a/ltfatpy/gabor/phaselock.py +++ b/ltfatpy/gabor/phaselock.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/phaseplot.py b/ltfatpy/gabor/phaseplot.py index 0b88a64..2f7bd4a 100644 --- a/ltfatpy/gabor/phaseplot.py +++ b/ltfatpy/gabor/phaseplot.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/phaseunlock.py b/ltfatpy/gabor/phaseunlock.py index 4d661bc..0a75e59 100644 --- a/ltfatpy/gabor/phaseunlock.py +++ b/ltfatpy/gabor/phaseunlock.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/plotdgt.py b/ltfatpy/gabor/plotdgt.py index cdf5fb1..b988c58 100644 --- a/ltfatpy/gabor/plotdgt.py +++ b/ltfatpy/gabor/plotdgt.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/plotdgtreal.py b/ltfatpy/gabor/plotdgtreal.py index b8458ea..52933cf 100644 --- a/ltfatpy/gabor/plotdgtreal.py +++ b/ltfatpy/gabor/plotdgtreal.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/s0norm.py b/ltfatpy/gabor/s0norm.py index 595429c..bd30bd4 100644 --- a/ltfatpy/gabor/s0norm.py +++ b/ltfatpy/gabor/s0norm.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/sgram.py b/ltfatpy/gabor/sgram.py index 1941ca2..54a78e9 100644 --- a/ltfatpy/gabor/sgram.py +++ b/ltfatpy/gabor/sgram.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/tfplot.py b/ltfatpy/gabor/tfplot.py index 0712e52..12cdff9 100644 --- a/ltfatpy/gabor/tfplot.py +++ b/ltfatpy/gabor/tfplot.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/signals/greasy.py b/ltfatpy/signals/greasy.py index bfe0d37..e8f5675 100644 --- a/ltfatpy/signals/greasy.py +++ b/ltfatpy/signals/greasy.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/signals/gspi.py b/ltfatpy/signals/gspi.py index 8f7aa1a..1048d27 100644 --- a/ltfatpy/signals/gspi.py +++ b/ltfatpy/signals/gspi.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/signals/linus.py b/ltfatpy/signals/linus.py index c14ec3d..b66b09e 100644 --- a/ltfatpy/signals/linus.py +++ b/ltfatpy/signals/linus.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/sigproc/fir2long.py b/ltfatpy/sigproc/fir2long.py index ec89b5a..fc32a16 100644 --- a/ltfatpy/sigproc/fir2long.py +++ b/ltfatpy/sigproc/fir2long.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/sigproc/firkaiser.py b/ltfatpy/sigproc/firkaiser.py index e56af46..fb01dc7 100644 --- a/ltfatpy/sigproc/firkaiser.py +++ b/ltfatpy/sigproc/firkaiser.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/sigproc/firwin.py b/ltfatpy/sigproc/firwin.py index 2b5a9a0..b422aa7 100644 --- a/ltfatpy/sigproc/firwin.py +++ b/ltfatpy/sigproc/firwin.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/sigproc/groupthresh.py b/ltfatpy/sigproc/groupthresh.py index 0fb25cc..a17fb94 100644 --- a/ltfatpy/sigproc/groupthresh.py +++ b/ltfatpy/sigproc/groupthresh.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/sigproc/largestn.py b/ltfatpy/sigproc/largestn.py index 76ae8e8..dc9692a 100644 --- a/ltfatpy/sigproc/largestn.py +++ b/ltfatpy/sigproc/largestn.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/sigproc/largestr.py b/ltfatpy/sigproc/largestr.py index 4a5ec1f..4f9ea42 100644 --- a/ltfatpy/sigproc/largestr.py +++ b/ltfatpy/sigproc/largestr.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/sigproc/long2fir.py b/ltfatpy/sigproc/long2fir.py index 17b1369..ed46c9b 100644 --- a/ltfatpy/sigproc/long2fir.py +++ b/ltfatpy/sigproc/long2fir.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/sigproc/normalize.py b/ltfatpy/sigproc/normalize.py index 7291b6d..b9d113a 100644 --- a/ltfatpy/sigproc/normalize.py +++ b/ltfatpy/sigproc/normalize.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/sigproc/rms.py b/ltfatpy/sigproc/rms.py index 0af8151..45def7a 100644 --- a/ltfatpy/sigproc/rms.py +++ b/ltfatpy/sigproc/rms.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/sigproc/thresh.py b/ltfatpy/sigproc/thresh.py index 9a78161..eb43166 100644 --- a/ltfatpy/sigproc/thresh.py +++ b/ltfatpy/sigproc/thresh.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * 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 90b6962..b872946 100644 --- a/ltfatpy/tests/comp/test_assert_sigreshape_post.py +++ b/ltfatpy/tests/comp/test_assert_sigreshape_post.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * 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 05c1f07..4c0d5eb 100644 --- a/ltfatpy/tests/comp/test_assert_sigreshape_pre.py +++ b/ltfatpy/tests/comp/test_assert_sigreshape_pre.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * 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 0904fa7..615c0c5 100644 --- a/ltfatpy/tests/comp/test_comp_dct.py +++ b/ltfatpy/tests/comp/test_comp_dct.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * 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 ca8b953..096123f 100644 --- a/ltfatpy/tests/comp/test_comp_dst.py +++ b/ltfatpy/tests/comp/test_comp_dst.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * 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 5f67d15..0a46d67 100644 --- a/ltfatpy/tests/comp/test_comp_gabdual.py +++ b/ltfatpy/tests/comp/test_comp_gabdual.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * 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 04a6996..8fa0701 100644 --- a/ltfatpy/tests/comp/test_comp_hermite.py +++ b/ltfatpy/tests/comp/test_comp_hermite.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * 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 a90f118..714b274 100644 --- a/ltfatpy/tests/comp/test_comp_hermite_all.py +++ b/ltfatpy/tests/comp/test_comp_hermite_all.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * 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 391c4b4..afbc54f 100644 --- a/ltfatpy/tests/comp/test_comp_isepdgt.py +++ b/ltfatpy/tests/comp/test_comp_isepdgt.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * 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 542df70..268da5d 100644 --- a/ltfatpy/tests/comp/test_comp_pgauss.py +++ b/ltfatpy/tests/comp/test_comp_pgauss.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * 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 7d26996..5d4f8d4 100644 --- a/ltfatpy/tests/comp/test_comp_sepdgt.py +++ b/ltfatpy/tests/comp/test_comp_sepdgt.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * 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 438a06e..f2f54c0 100644 --- a/ltfatpy/tests/comp/test_comp_sigreshape.py +++ b/ltfatpy/tests/comp/test_comp_sigreshape.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * 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 33a75a4..1dc4edd 100644 --- a/ltfatpy/tests/datasets/get_dataset_path.py +++ b/ltfatpy/tests/datasets/get_dataset_path.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * 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 a6074d8..05a6358 100644 --- a/ltfatpy/tests/datasets/read_comp_dct_signal_ex_mat.py +++ b/ltfatpy/tests/datasets/read_comp_dct_signal_ex_mat.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * 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 5b9c25e..74969f7 100644 --- a/ltfatpy/tests/datasets/read_comp_dst_signal_ex_mat.py +++ b/ltfatpy/tests/datasets/read_comp_dst_signal_ex_mat.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * 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 e251bc4..4bb57c4 100644 --- a/ltfatpy/tests/datasets/read_dgt_signal_ex_mat.py +++ b/ltfatpy/tests/datasets/read_dgt_signal_ex_mat.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * 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 2110b96..66688c9 100644 --- a/ltfatpy/tests/datasets/read_gabframediag_signal_ex_mat.py +++ b/ltfatpy/tests/datasets/read_gabframediag_signal_ex_mat.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * 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 70c6221..f316802 100644 --- a/ltfatpy/tests/datasets/read_gabtight_signal_ex_mat.py +++ b/ltfatpy/tests/datasets/read_gabtight_signal_ex_mat.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * 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 889107e..592e24a 100644 --- a/ltfatpy/tests/datasets/read_ref_mat.py +++ b/ltfatpy/tests/datasets/read_ref_mat.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * 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 5ab69fb..206ac6d 100644 --- a/ltfatpy/tests/datasets/read_s0norm_ex_mat.py +++ b/ltfatpy/tests/datasets/read_s0norm_ex_mat.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * 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 ce7e56b..8ac39a8 100644 --- a/ltfatpy/tests/datasets/test_read_dgt_signal_ext.py +++ b/ltfatpy/tests/datasets/test_read_dgt_signal_ext.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * 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 471c624..9647e59 100644 --- a/ltfatpy/tests/datasets/test_read_ref_mat.py +++ b/ltfatpy/tests/datasets/test_read_ref_mat.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/fourier/test_dct.py b/ltfatpy/tests/fourier/test_dct.py index e1bd136..13c3003 100644 --- a/ltfatpy/tests/fourier/test_dct.py +++ b/ltfatpy/tests/fourier/test_dct.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/fourier/test_dft.py b/ltfatpy/tests/fourier/test_dft.py index dc54e8c..99288ba 100644 --- a/ltfatpy/tests/fourier/test_dft.py +++ b/ltfatpy/tests/fourier/test_dft.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/fourier/test_dst.py b/ltfatpy/tests/fourier/test_dst.py index 61b93f4..5edc41f 100644 --- a/ltfatpy/tests/fourier/test_dst.py +++ b/ltfatpy/tests/fourier/test_dst.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/fourier/test_fftindex.py b/ltfatpy/tests/fourier/test_fftindex.py index c7403c3..fb38561 100644 --- a/ltfatpy/tests/fourier/test_fftindex.py +++ b/ltfatpy/tests/fourier/test_fftindex.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/fourier/test_fftreal.py b/ltfatpy/tests/fourier/test_fftreal.py index 38e143a..1dc1a59 100644 --- a/ltfatpy/tests/fourier/test_fftreal.py +++ b/ltfatpy/tests/fourier/test_fftreal.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/fourier/test_fftresample.py b/ltfatpy/tests/fourier/test_fftresample.py index ee0ce6d..fd4f9b9 100644 --- a/ltfatpy/tests/fourier/test_fftresample.py +++ b/ltfatpy/tests/fourier/test_fftresample.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/fourier/test_idft.py b/ltfatpy/tests/fourier/test_idft.py index 100a2c4..824226d 100644 --- a/ltfatpy/tests/fourier/test_idft.py +++ b/ltfatpy/tests/fourier/test_idft.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/fourier/test_ifftreal.py b/ltfatpy/tests/fourier/test_ifftreal.py index faf67f4..30f4346 100644 --- a/ltfatpy/tests/fourier/test_ifftreal.py +++ b/ltfatpy/tests/fourier/test_ifftreal.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/fourier/test_isevenfunction.py b/ltfatpy/tests/fourier/test_isevenfunction.py index 78635f2..adc675b 100644 --- a/ltfatpy/tests/fourier/test_isevenfunction.py +++ b/ltfatpy/tests/fourier/test_isevenfunction.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/fourier/test_middlepad.py b/ltfatpy/tests/fourier/test_middlepad.py index 47f2eb1..015ceb6 100644 --- a/ltfatpy/tests/fourier/test_middlepad.py +++ b/ltfatpy/tests/fourier/test_middlepad.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/fourier/test_pderiv.py b/ltfatpy/tests/fourier/test_pderiv.py index b5999f0..e267b3a 100644 --- a/ltfatpy/tests/fourier/test_pderiv.py +++ b/ltfatpy/tests/fourier/test_pderiv.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/fourier/test_pgauss.py b/ltfatpy/tests/fourier/test_pgauss.py index 5917674..0541249 100644 --- a/ltfatpy/tests/fourier/test_pgauss.py +++ b/ltfatpy/tests/fourier/test_pgauss.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/fourier/test_pherm.py b/ltfatpy/tests/fourier/test_pherm.py index d2f0474..b80d9f0 100644 --- a/ltfatpy/tests/fourier/test_pherm.py +++ b/ltfatpy/tests/fourier/test_pherm.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/fourier/test_psech.py b/ltfatpy/tests/fourier/test_psech.py index eeb9823..8c1b6b0 100644 --- a/ltfatpy/tests/fourier/test_psech.py +++ b/ltfatpy/tests/fourier/test_psech.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/gabor/test_dgt.py b/ltfatpy/tests/gabor/test_dgt.py index 8a8b875..42acdec 100644 --- a/ltfatpy/tests/gabor/test_dgt.py +++ b/ltfatpy/tests/gabor/test_dgt.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/gabor/test_gabdual.py b/ltfatpy/tests/gabor/test_gabdual.py index 6d9e818..36f6208 100644 --- a/ltfatpy/tests/gabor/test_gabdual.py +++ b/ltfatpy/tests/gabor/test_gabdual.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/gabor/test_gabframediag.py b/ltfatpy/tests/gabor/test_gabframediag.py index ad4d7b6..0c48809 100644 --- a/ltfatpy/tests/gabor/test_gabframediag.py +++ b/ltfatpy/tests/gabor/test_gabframediag.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/gabor/test_gabimagepars.py b/ltfatpy/tests/gabor/test_gabimagepars.py index 91ae48b..c04c1e4 100644 --- a/ltfatpy/tests/gabor/test_gabimagepars.py +++ b/ltfatpy/tests/gabor/test_gabimagepars.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/gabor/test_gabphasegrad.py b/ltfatpy/tests/gabor/test_gabphasegrad.py index 7b3625a..1395436 100644 --- a/ltfatpy/tests/gabor/test_gabphasegrad.py +++ b/ltfatpy/tests/gabor/test_gabphasegrad.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/gabor/test_gabtight.py b/ltfatpy/tests/gabor/test_gabtight.py index 0030f4e..aada447 100644 --- a/ltfatpy/tests/gabor/test_gabtight.py +++ b/ltfatpy/tests/gabor/test_gabtight.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/gabor/test_gabwin.py b/ltfatpy/tests/gabor/test_gabwin.py index eb51489..bef626f 100644 --- a/ltfatpy/tests/gabor/test_gabwin.py +++ b/ltfatpy/tests/gabor/test_gabwin.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/gabor/test_idgt.py b/ltfatpy/tests/gabor/test_idgt.py index 761e846..cde709d 100644 --- a/ltfatpy/tests/gabor/test_idgt.py +++ b/ltfatpy/tests/gabor/test_idgt.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/gabor/test_instfreqplot.py b/ltfatpy/tests/gabor/test_instfreqplot.py index cde4cfc..38dc13c 100644 --- a/ltfatpy/tests/gabor/test_instfreqplot.py +++ b/ltfatpy/tests/gabor/test_instfreqplot.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/gabor/test_phaselock.py b/ltfatpy/tests/gabor/test_phaselock.py index 9d401c6..5bd95c6 100644 --- a/ltfatpy/tests/gabor/test_phaselock.py +++ b/ltfatpy/tests/gabor/test_phaselock.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/gabor/test_phaseplot.py b/ltfatpy/tests/gabor/test_phaseplot.py index 734cfd9..230e8df 100644 --- a/ltfatpy/tests/gabor/test_phaseplot.py +++ b/ltfatpy/tests/gabor/test_phaseplot.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/gabor/test_phaseunlock.py b/ltfatpy/tests/gabor/test_phaseunlock.py index e25e0b0..f9c8f33 100644 --- a/ltfatpy/tests/gabor/test_phaseunlock.py +++ b/ltfatpy/tests/gabor/test_phaseunlock.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/gabor/test_plotdgt.py b/ltfatpy/tests/gabor/test_plotdgt.py index 4deb336..2d6dc5f 100644 --- a/ltfatpy/tests/gabor/test_plotdgt.py +++ b/ltfatpy/tests/gabor/test_plotdgt.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/gabor/test_plotdgtreal.py b/ltfatpy/tests/gabor/test_plotdgtreal.py index 3235e9e..06eb043 100644 --- a/ltfatpy/tests/gabor/test_plotdgtreal.py +++ b/ltfatpy/tests/gabor/test_plotdgtreal.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/gabor/test_s0norm.py b/ltfatpy/tests/gabor/test_s0norm.py index d6c707f..a5a6fdf 100644 --- a/ltfatpy/tests/gabor/test_s0norm.py +++ b/ltfatpy/tests/gabor/test_s0norm.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/gabor/test_sgram.py b/ltfatpy/tests/gabor/test_sgram.py index bb76c17..5d959a5 100644 --- a/ltfatpy/tests/gabor/test_sgram.py +++ b/ltfatpy/tests/gabor/test_sgram.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/gabor/test_tfplot.py b/ltfatpy/tests/gabor/test_tfplot.py index 18d3490..254f28d 100644 --- a/ltfatpy/tests/gabor/test_tfplot.py +++ b/ltfatpy/tests/gabor/test_tfplot.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/signals/test_greasy.py b/ltfatpy/tests/signals/test_greasy.py index d968080..7265754 100644 --- a/ltfatpy/tests/signals/test_greasy.py +++ b/ltfatpy/tests/signals/test_greasy.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/signals/test_gspi.py b/ltfatpy/tests/signals/test_gspi.py index f4818ae..af2ab52 100644 --- a/ltfatpy/tests/signals/test_gspi.py +++ b/ltfatpy/tests/signals/test_gspi.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/signals/test_linus.py b/ltfatpy/tests/signals/test_linus.py index 8487bfe..57671f7 100644 --- a/ltfatpy/tests/signals/test_linus.py +++ b/ltfatpy/tests/signals/test_linus.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/sigproc/test_fir2long.py b/ltfatpy/tests/sigproc/test_fir2long.py index 409977f..0d7ca43 100644 --- a/ltfatpy/tests/sigproc/test_fir2long.py +++ b/ltfatpy/tests/sigproc/test_fir2long.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/sigproc/test_firkaiser.py b/ltfatpy/tests/sigproc/test_firkaiser.py index 7c99238..9187f8b 100644 --- a/ltfatpy/tests/sigproc/test_firkaiser.py +++ b/ltfatpy/tests/sigproc/test_firkaiser.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/sigproc/test_firwin.py b/ltfatpy/tests/sigproc/test_firwin.py index 74e0bc7..2e10865 100644 --- a/ltfatpy/tests/sigproc/test_firwin.py +++ b/ltfatpy/tests/sigproc/test_firwin.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/sigproc/test_groupthresh.py b/ltfatpy/tests/sigproc/test_groupthresh.py index 32c016c..9de0a2c 100644 --- a/ltfatpy/tests/sigproc/test_groupthresh.py +++ b/ltfatpy/tests/sigproc/test_groupthresh.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/sigproc/test_largestn.py b/ltfatpy/tests/sigproc/test_largestn.py index d03ed28..9b09a25 100644 --- a/ltfatpy/tests/sigproc/test_largestn.py +++ b/ltfatpy/tests/sigproc/test_largestn.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/sigproc/test_largestr.py b/ltfatpy/tests/sigproc/test_largestr.py index 479bd7f..e42d26c 100644 --- a/ltfatpy/tests/sigproc/test_largestr.py +++ b/ltfatpy/tests/sigproc/test_largestr.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/sigproc/test_long2fir.py b/ltfatpy/tests/sigproc/test_long2fir.py index 276efce..7b398e4 100644 --- a/ltfatpy/tests/sigproc/test_long2fir.py +++ b/ltfatpy/tests/sigproc/test_long2fir.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/sigproc/test_normalize.py b/ltfatpy/tests/sigproc/test_normalize.py index db5b711..867f618 100644 --- a/ltfatpy/tests/sigproc/test_normalize.py +++ b/ltfatpy/tests/sigproc/test_normalize.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/sigproc/test_rms.py b/ltfatpy/tests/sigproc/test_rms.py index 81596e7..4b8bcab 100644 --- a/ltfatpy/tests/sigproc/test_rms.py +++ b/ltfatpy/tests/sigproc/test_rms.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/sigproc/test_thresh.py b/ltfatpy/tests/sigproc/test_thresh.py index 9d5ca10..28b13fd 100644 --- a/ltfatpy/tests/sigproc/test_thresh.py +++ b/ltfatpy/tests/sigproc/test_thresh.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/tools/test_lcm.py b/ltfatpy/tests/tools/test_lcm.py index 9670a28..ac679a1 100644 --- a/ltfatpy/tests/tools/test_lcm.py +++ b/ltfatpy/tests/tools/test_lcm.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/tools/test_postpad.py b/ltfatpy/tests/tools/test_postpad.py index bb7e28a..0d53c37 100644 --- a/ltfatpy/tests/tools/test_postpad.py +++ b/ltfatpy/tests/tools/test_postpad.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tools/lcm.py b/ltfatpy/tools/lcm.py index 7b4cc6f..080211e 100644 --- a/ltfatpy/tools/lcm.py +++ b/ltfatpy/tools/lcm.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tools/postpad.py b/ltfatpy/tools/postpad.py index 516f093..2a23b90 100644 --- a/ltfatpy/tools/postpad.py +++ b/ltfatpy/tools/postpad.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/version.py b/ltfatpy/version.py index 238db79..c6c2dd3 100644 --- a/ltfatpy/version.py +++ b/ltfatpy/version.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence diff --git a/setup.py b/setup.py index f1916ed..d6f7c64 100755 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.10 +# * ltfatpy version = 1.0.11 # * LTFAT version = 2.1.0 # # Licence -- GitLab