From e054459618206b6c5f569dcec5ff17629487aee1 Mon Sep 17 00:00:00 2001
From: Denis Arrivault <denis.arrivault@lif.univ-mrs.fr>
Date: Wed, 12 Oct 2016 14:03:56 +0200
Subject: [PATCH] correct bug #3

---
 VERSION                                       |  2 +-
 copyright.py                                  | 21 ++++++++++++++++++-
 doc/copyright.rst                             |  2 +-
 ltfatpy/__init__.py                           |  2 +-
 ltfatpy/comp/arg_firwin.py                    |  7 ++++---
 ltfatpy/comp/assert_groworder.py              |  7 ++++---
 ltfatpy/comp/assert_sigreshape_post.py        |  7 ++++---
 ltfatpy/comp/assert_sigreshape_pre.py         |  7 ++++---
 ltfatpy/comp/comp_dct.pyx                     |  7 ++++---
 ltfatpy/comp/comp_dst.pyx                     |  7 ++++---
 ltfatpy/comp/comp_gabdual_long.pyx            |  7 ++++---
 ltfatpy/comp/comp_gabtight_long.pyx           |  7 ++++---
 ltfatpy/comp/comp_hermite.py                  |  7 ++++---
 ltfatpy/comp/comp_hermite_all.py              |  7 ++++---
 ltfatpy/comp/comp_isepdgt.pyx                 |  7 ++++---
 ltfatpy/comp/comp_isepdgtreal.pyx             |  7 ++++---
 ltfatpy/comp/comp_pgauss.pyx                  |  7 ++++---
 ltfatpy/comp/comp_sepdgt.pyx                  |  7 ++++---
 ltfatpy/comp/comp_sepdgtreal.pyx              |  7 ++++---
 ltfatpy/comp/comp_sigreshape_post.py          |  7 ++++---
 ltfatpy/comp/comp_sigreshape_pre.py           |  7 ++++---
 ltfatpy/comp/comp_window.py                   |  7 ++++---
 ltfatpy/comp/gabpars_from_windowsignal.py     |  7 ++++---
 ltfatpy/comp/ltfat.pxd                        |  7 ++++---
 ltfatpy/fourier/dcti.py                       |  7 ++++---
 ltfatpy/fourier/dctii.py                      |  7 ++++---
 ltfatpy/fourier/dctiii.py                     |  7 ++++---
 ltfatpy/fourier/dctiv.py                      |  7 ++++---
 ltfatpy/fourier/dft.py                        |  7 ++++---
 ltfatpy/fourier/dsti.py                       |  7 ++++---
 ltfatpy/fourier/dstii.py                      |  7 ++++---
 ltfatpy/fourier/dstiii.py                     |  7 ++++---
 ltfatpy/fourier/dstiv.py                      |  7 ++++---
 ltfatpy/fourier/fftindex.py                   |  7 ++++---
 ltfatpy/fourier/fftreal.py                    |  7 ++++---
 ltfatpy/fourier/fftresample.py                |  7 ++++---
 ltfatpy/fourier/idft.py                       |  7 ++++---
 ltfatpy/fourier/ifftreal.py                   |  7 ++++---
 ltfatpy/fourier/isevenfunction.py             |  7 ++++---
 ltfatpy/fourier/middlepad.py                  |  7 ++++---
 ltfatpy/fourier/pderiv.py                     |  7 ++++---
 ltfatpy/fourier/pgauss.py                     |  7 ++++---
 ltfatpy/fourier/pherm.py                      |  7 ++++---
 ltfatpy/fourier/psech.py                      |  7 ++++---
 ltfatpy/gabor/dgt.py                          |  7 ++++---
 ltfatpy/gabor/dgtlength.py                    |  7 ++++---
 ltfatpy/gabor/dgtreal.py                      |  7 ++++---
 ltfatpy/gabor/gabdual.py                      |  7 ++++---
 ltfatpy/gabor/gabframediag.py                 |  7 ++++---
 ltfatpy/gabor/gabimagepars.py                 |  7 ++++---
 ltfatpy/gabor/gabphasegrad.py                 |  7 ++++---
 ltfatpy/gabor/gabtight.py                     |  7 ++++---
 ltfatpy/gabor/gabwin.py                       |  7 ++++---
 ltfatpy/gabor/idgt.py                         |  7 ++++---
 ltfatpy/gabor/idgtreal.py                     |  7 ++++---
 ltfatpy/gabor/instfreqplot.py                 |  7 ++++---
 ltfatpy/gabor/phaselock.py                    |  7 ++++---
 ltfatpy/gabor/phaseplot.py                    |  7 ++++---
 ltfatpy/gabor/phaseunlock.py                  |  7 ++++---
 ltfatpy/gabor/plotdgt.py                      |  7 ++++---
 ltfatpy/gabor/plotdgtreal.py                  |  7 ++++---
 ltfatpy/gabor/s0norm.py                       |  7 ++++---
 ltfatpy/gabor/sgram.py                        |  7 ++++---
 ltfatpy/gabor/tfplot.py                       |  7 ++++---
 ltfatpy/signals/greasy.py                     |  7 ++++---
 ltfatpy/signals/gspi.py                       |  7 ++++---
 ltfatpy/signals/linus.py                      |  7 ++++---
 ltfatpy/sigproc/fir2long.py                   |  7 ++++---
 ltfatpy/sigproc/firkaiser.py                  |  7 ++++---
 ltfatpy/sigproc/firwin.py                     |  7 ++++---
 ltfatpy/sigproc/groupthresh.py                |  7 ++++---
 ltfatpy/sigproc/largestn.py                   |  7 ++++---
 ltfatpy/sigproc/largestr.py                   |  7 ++++---
 ltfatpy/sigproc/long2fir.py                   |  7 ++++---
 ltfatpy/sigproc/normalize.py                  |  7 ++++---
 ltfatpy/sigproc/rms.py                        |  7 ++++---
 ltfatpy/sigproc/thresh.py                     |  7 ++++---
 .../tests/comp/test_assert_sigreshape_post.py |  7 ++++---
 .../tests/comp/test_assert_sigreshape_pre.py  |  7 ++++---
 ltfatpy/tests/comp/test_comp_dct.py           |  7 ++++---
 ltfatpy/tests/comp/test_comp_dst.py           |  7 ++++---
 ltfatpy/tests/comp/test_comp_gabdual.py       |  7 ++++---
 ltfatpy/tests/comp/test_comp_hermite.py       |  7 ++++---
 ltfatpy/tests/comp/test_comp_hermite_all.py   |  7 ++++---
 ltfatpy/tests/comp/test_comp_isepdgt.py       |  7 ++++---
 ltfatpy/tests/comp/test_comp_pgauss.py        |  7 ++++---
 ltfatpy/tests/comp/test_comp_sepdgt.py        |  7 ++++---
 ltfatpy/tests/comp/test_comp_sigreshape.py    |  7 ++++---
 ltfatpy/tests/datasets/get_dataset_path.py    |  7 ++++---
 .../datasets/read_comp_dct_signal_ex_mat.py   |  7 ++++---
 .../datasets/read_comp_dst_signal_ex_mat.py   |  7 ++++---
 .../tests/datasets/read_dgt_signal_ex_mat.py  |  7 ++++---
 .../read_gabframediag_signal_ex_mat.py        |  7 ++++---
 .../datasets/read_gabtight_signal_ex_mat.py   |  7 ++++---
 ltfatpy/tests/datasets/read_ref_mat.py        |  7 ++++---
 ltfatpy/tests/datasets/read_s0norm_ex_mat.py  |  7 ++++---
 .../datasets/test_read_dgt_signal_ext.py      |  7 ++++---
 ltfatpy/tests/datasets/test_read_ref_mat.py   |  7 ++++---
 ltfatpy/tests/fourier/test_dct.py             |  7 ++++---
 ltfatpy/tests/fourier/test_dft.py             |  7 ++++---
 ltfatpy/tests/fourier/test_dst.py             |  7 ++++---
 ltfatpy/tests/fourier/test_fftindex.py        |  7 ++++---
 ltfatpy/tests/fourier/test_fftreal.py         |  7 ++++---
 ltfatpy/tests/fourier/test_fftresample.py     |  7 ++++---
 ltfatpy/tests/fourier/test_idft.py            |  7 ++++---
 ltfatpy/tests/fourier/test_ifftreal.py        |  7 ++++---
 ltfatpy/tests/fourier/test_isevenfunction.py  |  7 ++++---
 ltfatpy/tests/fourier/test_middlepad.py       |  7 ++++---
 ltfatpy/tests/fourier/test_pderiv.py          |  7 ++++---
 ltfatpy/tests/fourier/test_pgauss.py          |  7 ++++---
 ltfatpy/tests/fourier/test_pherm.py           |  7 ++++---
 ltfatpy/tests/fourier/test_psech.py           |  7 ++++---
 ltfatpy/tests/gabor/test_dgt.py               |  7 ++++---
 ltfatpy/tests/gabor/test_gabdual.py           |  7 ++++---
 ltfatpy/tests/gabor/test_gabframediag.py      |  7 ++++---
 ltfatpy/tests/gabor/test_gabimagepars.py      |  7 ++++---
 ltfatpy/tests/gabor/test_gabphasegrad.py      |  7 ++++---
 ltfatpy/tests/gabor/test_gabtight.py          |  7 ++++---
 ltfatpy/tests/gabor/test_gabwin.py            |  7 ++++---
 ltfatpy/tests/gabor/test_idgt.py              |  7 ++++---
 ltfatpy/tests/gabor/test_instfreqplot.py      |  7 ++++---
 ltfatpy/tests/gabor/test_phaselock.py         |  7 ++++---
 ltfatpy/tests/gabor/test_phaseplot.py         |  7 ++++---
 ltfatpy/tests/gabor/test_phaseunlock.py       |  7 ++++---
 ltfatpy/tests/gabor/test_plotdgt.py           |  7 ++++---
 ltfatpy/tests/gabor/test_plotdgtreal.py       |  7 ++++---
 ltfatpy/tests/gabor/test_s0norm.py            |  7 ++++---
 ltfatpy/tests/gabor/test_sgram.py             |  7 ++++---
 ltfatpy/tests/gabor/test_tfplot.py            |  7 ++++---
 ltfatpy/tests/signals/test_greasy.py          |  7 ++++---
 ltfatpy/tests/signals/test_gspi.py            |  7 ++++---
 ltfatpy/tests/signals/test_linus.py           |  7 ++++---
 ltfatpy/tests/sigproc/test_fir2long.py        |  7 ++++---
 ltfatpy/tests/sigproc/test_firkaiser.py       |  7 ++++---
 ltfatpy/tests/sigproc/test_firwin.py          |  7 ++++---
 ltfatpy/tests/sigproc/test_groupthresh.py     |  7 ++++---
 ltfatpy/tests/sigproc/test_largestn.py        |  7 ++++---
 ltfatpy/tests/sigproc/test_largestr.py        |  7 ++++---
 ltfatpy/tests/sigproc/test_long2fir.py        |  7 ++++---
 ltfatpy/tests/sigproc/test_normalize.py       |  7 ++++---
 ltfatpy/tests/sigproc/test_rms.py             |  7 ++++---
 ltfatpy/tests/sigproc/test_thresh.py          |  7 ++++---
 ltfatpy/tests/tools/test_lcm.py               |  7 ++++---
 ltfatpy/tests/tools/test_postpad.py           |  7 ++++---
 ltfatpy/tools/lcm.py                          |  7 ++++---
 ltfatpy/tools/postpad.py                      |  7 ++++---
 setup.py                                      |  7 ++++---
 147 files changed, 595 insertions(+), 433 deletions(-)

diff --git a/VERSION b/VERSION
index d34b42b..523ee7d 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-ltfatpy:1.0.5
+ltfatpy:1.0.6
 ltfat:2.1.0
diff --git a/copyright.py b/copyright.py
index 9484119..6522e10 100644
--- a/copyright.py
+++ b/copyright.py
@@ -29,6 +29,18 @@ def fileUnStamping(filename):
         elif not is_stamp:
             print(line, end="")
 
+def fileRemoveSharps(filename):
+    """ Remove sharps from a file """
+    removeLine = False
+    for line in fileinput.input(filename, inplace=1):
+        if  line.startswith("# -*- coding: utf-8 -*-"):
+            print(line, end="")
+            removeLine = True
+        elif removeLine and  line.startswith("#"):
+            pass
+        else:
+            removeLine = False
+            print(line, end="")
 
 def fileStamping(filename, stamp):
     """ Write a stamp on a file
@@ -55,7 +67,7 @@ def getStamp(date, ltfatpy_version, ltfat_version):
     stamp = stamp.replace('\n', '\n# ')
     stamp = "# " + stamp
     stamp = stamp.replace("# \n", "#\n")
-    return stamp.strip()
+    return stamp.strip()[:-1]
 
 
 def getVersionsAndDate():
@@ -103,6 +115,13 @@ def eraseStamp():
         fileUnStamping(filename)
     fileUnStamping("setup.py")
 
+def removeSharps():
+    """ Remove undesirable sharps from all files """
+    files = findFiles(os.path.join(os.path.dirname(os.path.abspath(__file__)),
+                                   "ltfatpy"))
+    for filename in files:
+        fileRemoveSharps(filename)
+    fileRemoveSharps("setup.py")
 
 def usage(arg):
     print("Usage :")
diff --git a/doc/copyright.rst b/doc/copyright.rst
index 242d94d..f9191c7 100644
--- a/doc/copyright.rst
+++ b/doc/copyright.rst
@@ -26,7 +26,7 @@ time-frequency analysis and synthesis.
 Version
 -------
 
-* ltfatpy version = 1.0.5
+* ltfatpy version = 1.0.6
 * LTFAT version = 2.1.0
 
 Licence
diff --git a/ltfatpy/__init__.py b/ltfatpy/__init__.py
index 9adf7bb..b1b34ad 100644
--- a/ltfatpy/__init__.py
+++ b/ltfatpy/__init__.py
@@ -117,4 +117,4 @@ __all__ = ["arg_firwin", "assert_groworder", "assert_sigreshape_post",
            "long2fir", "normalize", "rms", "thresh", "lcm", "postpad"]
 
 
-__version__ = "1.0.5"
+__version__ = "1.0.6"
diff --git a/ltfatpy/comp/arg_firwin.py b/ltfatpy/comp/arg_firwin.py
index d5e8c75..2adc276 100644
--- a/ltfatpy/comp/arg_firwin.py
+++ b/ltfatpy/comp/arg_firwin.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """ Module of FIR window names
 
 Ported from ltfat_2.1.0/comp/arg_firwin.m
diff --git a/ltfatpy/comp/assert_groworder.py b/ltfatpy/comp/assert_groworder.py
index e69e947..5613182 100644
--- a/ltfatpy/comp/assert_groworder.py
+++ b/ltfatpy/comp/assert_groworder.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """ Module of order parameter growing
 
 Ported from ltfat_2.1.0/comp/assert_groworder.m
diff --git a/ltfatpy/comp/assert_sigreshape_post.py b/ltfatpy/comp/assert_sigreshape_post.py
index 6a585fe..e3308e5 100644
--- a/ltfatpy/comp/assert_sigreshape_post.py
+++ b/ltfatpy/comp/assert_sigreshape_post.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """ Module of original permuted shape restoration
 
 Ported from ltfat_2.1.0/comp/assert_sigreshape_post.m
diff --git a/ltfatpy/comp/assert_sigreshape_pre.py b/ltfatpy/comp/assert_sigreshape_pre.py
index 27d907f..90cdf9c 100644
--- a/ltfatpy/comp/assert_sigreshape_pre.py
+++ b/ltfatpy/comp/assert_sigreshape_pre.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """ Module of dimension input proprocessing and handling
 
 Ported from ltfat_2.1.0/comp/assert_sigreshape_pre.m
diff --git a/ltfatpy/comp/comp_dct.pyx b/ltfatpy/comp/comp_dct.pyx
index 35e1b36..a1703f8 100644
--- a/ltfatpy/comp/comp_dct.pyx
+++ b/ltfatpy/comp/comp_dct.pyx
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 
 """This module contains interface functions for the LTFAT computed
 versions of dct calculations.
diff --git a/ltfatpy/comp/comp_dst.pyx b/ltfatpy/comp/comp_dst.pyx
index 96e14a6..beeb317 100644
--- a/ltfatpy/comp/comp_dst.pyx
+++ b/ltfatpy/comp/comp_dst.pyx
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 
 """This module contains interface functions for the LTFAT computed
 versions of dst calculations.
diff --git a/ltfatpy/comp/comp_gabdual_long.pyx b/ltfatpy/comp/comp_gabdual_long.pyx
index 018b01b..0406322 100644
--- a/ltfatpy/comp/comp_gabdual_long.pyx
+++ b/ltfatpy/comp/comp_gabdual_long.pyx
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 
 """This module contains interface functions for the LTFAT computed
 versions of gabor dual windows calculations.
diff --git a/ltfatpy/comp/comp_gabtight_long.pyx b/ltfatpy/comp/comp_gabtight_long.pyx
index 18d5a08..9fe0069 100644
--- a/ltfatpy/comp/comp_gabtight_long.pyx
+++ b/ltfatpy/comp/comp_gabtight_long.pyx
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 
 """This module contains interface functions for the LTFAT computed
 versions of tight gabor windows calculation.
diff --git a/ltfatpy/comp/comp_hermite.py b/ltfatpy/comp/comp_hermite.py
index f5394b0..57fc705 100644
--- a/ltfatpy/comp/comp_hermite.py
+++ b/ltfatpy/comp/comp_hermite.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """ Module of sampling of continuous Hermite function computation
 
 Ported from ltfat_2.1.0/comp/comp_hermite.m
diff --git a/ltfatpy/comp/comp_hermite_all.py b/ltfatpy/comp/comp_hermite_all.py
index 81efa7d..8f48948 100644
--- a/ltfatpy/comp/comp_hermite_all.py
+++ b/ltfatpy/comp/comp_hermite_all.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """ Module of sampling of all Hermite function computation
 
 Ported from ltfat_2.1.0/comp/comp_hermite_all.m
diff --git a/ltfatpy/comp/comp_isepdgt.pyx b/ltfatpy/comp/comp_isepdgt.pyx
index 0b21b8a..51bfe15 100644
--- a/ltfatpy/comp/comp_isepdgt.pyx
+++ b/ltfatpy/comp/comp_isepdgt.pyx
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 
 """This module contains interface functions for the LTFAT computed
 versions of isepdgt calculations.
diff --git a/ltfatpy/comp/comp_isepdgtreal.pyx b/ltfatpy/comp/comp_isepdgtreal.pyx
index a0e7b3c..aa22ba8 100644
--- a/ltfatpy/comp/comp_isepdgtreal.pyx
+++ b/ltfatpy/comp/comp_isepdgtreal.pyx
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 
 """This module contains interface functions for the LTFAT computed
 versions of isepdgtreal calculations.
diff --git a/ltfatpy/comp/comp_pgauss.pyx b/ltfatpy/comp/comp_pgauss.pyx
index ebe87fe..2bb0b12 100644
--- a/ltfatpy/comp/comp_pgauss.pyx
+++ b/ltfatpy/comp/comp_pgauss.pyx
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """This module contains interface functions for the LTFAT computed
 versions of periodized Gaussian calculation.
 
diff --git a/ltfatpy/comp/comp_sepdgt.pyx b/ltfatpy/comp/comp_sepdgt.pyx
index 40d7fa7..18108b9 100644
--- a/ltfatpy/comp/comp_sepdgt.pyx
+++ b/ltfatpy/comp/comp_sepdgt.pyx
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """This module contains interface functions for the LTFAT computed
 versions of sepdgt calculations.
 
diff --git a/ltfatpy/comp/comp_sepdgtreal.pyx b/ltfatpy/comp/comp_sepdgtreal.pyx
index 088a4eb..eb4c9f0 100644
--- a/ltfatpy/comp/comp_sepdgtreal.pyx
+++ b/ltfatpy/comp/comp_sepdgtreal.pyx
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """This module contains interface functions for the LTFAT computed
 versions of sepdgt calculations.
 
diff --git a/ltfatpy/comp/comp_sigreshape_post.py b/ltfatpy/comp/comp_sigreshape_post.py
index 464604c..32554e7 100644
--- a/ltfatpy/comp/comp_sigreshape_post.py
+++ b/ltfatpy/comp/comp_sigreshape_post.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """ Module of comp_sigreshape_post calculation
 
 Ported from ltfat_2.1.0/comp/comp_sigreshape_post.m
diff --git a/ltfatpy/comp/comp_sigreshape_pre.py b/ltfatpy/comp/comp_sigreshape_pre.py
index fe645ba..2716afb 100644
--- a/ltfatpy/comp/comp_sigreshape_pre.py
+++ b/ltfatpy/comp/comp_sigreshape_pre.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """ Module of comp_sigreshape_pre calculation
 
 Ported from ltfat_2.1.0/comp/comp_sigreshape_pre.m
diff --git a/ltfatpy/comp/comp_window.py b/ltfatpy/comp/comp_window.py
index d72c1b3..8cc5373 100644
--- a/ltfatpy/comp/comp_window.py
+++ b/ltfatpy/comp/comp_window.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """ Module of window calculation from descriptions
 
 Ported from ltfat_2.1.0/comp/comp_window.m
diff --git a/ltfatpy/comp/gabpars_from_windowsignal.py b/ltfatpy/comp/gabpars_from_windowsignal.py
index 3e0a0b4..f614335 100644
--- a/ltfatpy/comp/gabpars_from_windowsignal.py
+++ b/ltfatpy/comp/gabpars_from_windowsignal.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """ Module of gabpars_from_windowsignal calculation
 
 Ported from ltfat_2.1.0/comp/gabpars_from_windowsignal.m
diff --git a/ltfatpy/comp/ltfat.pxd b/ltfatpy/comp/ltfat.pxd
index b3d8e79..4ba51c0 100644
--- a/ltfatpy/comp/ltfat.pxd
+++ b/ltfatpy/comp/ltfat.pxd
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 
 cdef enum dgt_phasetype:
     FREQINV = 0
diff --git a/ltfatpy/fourier/dcti.py b/ltfatpy/fourier/dcti.py
index 6d1c439..325dc12 100644
--- a/ltfatpy/fourier/dcti.py
+++ b/ltfatpy/fourier/dcti.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 
 """This module contains DCTI function
 
diff --git a/ltfatpy/fourier/dctii.py b/ltfatpy/fourier/dctii.py
index aae0519..205b6b1 100644
--- a/ltfatpy/fourier/dctii.py
+++ b/ltfatpy/fourier/dctii.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """This module contains DCTII function
 
 Ported from ltfat_2.1.0/fourier/dctii.m
diff --git a/ltfatpy/fourier/dctiii.py b/ltfatpy/fourier/dctiii.py
index 03a1078..70c79be 100644
--- a/ltfatpy/fourier/dctiii.py
+++ b/ltfatpy/fourier/dctiii.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """This module contains dctIII function
 
 Ported from ltfat_2.1.0/fourier/dctiii.m
diff --git a/ltfatpy/fourier/dctiv.py b/ltfatpy/fourier/dctiv.py
index 63cd3bf..d394f75 100644
--- a/ltfatpy/fourier/dctiv.py
+++ b/ltfatpy/fourier/dctiv.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """This module contains dctIV function
 
 Ported from ltfat_2.1.0/fourier/dctiv.m
diff --git a/ltfatpy/fourier/dft.py b/ltfatpy/fourier/dft.py
index cedf723..8d4a622 100644
--- a/ltfatpy/fourier/dft.py
+++ b/ltfatpy/fourier/dft.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Module of normalized discrete Fourier transform
 
 Ported from ltfat_2.1.0/fourier/dft.m
diff --git a/ltfatpy/fourier/dsti.py b/ltfatpy/fourier/dsti.py
index d6c5f14..33d42c8 100644
--- a/ltfatpy/fourier/dsti.py
+++ b/ltfatpy/fourier/dsti.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """This module contains DSTI function
 
 Ported from ltfat_2.1.0/fourier/dsti.m
diff --git a/ltfatpy/fourier/dstii.py b/ltfatpy/fourier/dstii.py
index 0242e84..06860b3 100644
--- a/ltfatpy/fourier/dstii.py
+++ b/ltfatpy/fourier/dstii.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """This module contains DSTII function
 
 Ported from ltfat_2.1.0/fourier/dstii.m
diff --git a/ltfatpy/fourier/dstiii.py b/ltfatpy/fourier/dstiii.py
index a38e2c0..cead197 100644
--- a/ltfatpy/fourier/dstiii.py
+++ b/ltfatpy/fourier/dstiii.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """This module contains DSTIII function
 
 Ported from ltfat_2.1.0/fourier/dstiii.m
diff --git a/ltfatpy/fourier/dstiv.py b/ltfatpy/fourier/dstiv.py
index 7dc1071..b10a3ab 100644
--- a/ltfatpy/fourier/dstiv.py
+++ b/ltfatpy/fourier/dstiv.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """This module contains DSTIV function
 
 Ported from ltfat_2.1.0/fourier/dstiv.m
diff --git a/ltfatpy/fourier/fftindex.py b/ltfatpy/fourier/fftindex.py
index 825745e..57948fe 100644
--- a/ltfatpy/fourier/fftindex.py
+++ b/ltfatpy/fourier/fftindex.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """ Module of frequency index of FFT modulations computation
 
 Ported from ltfat_2.1.0/fourier/fftindex.m
diff --git a/ltfatpy/fourier/fftreal.py b/ltfatpy/fourier/fftreal.py
index fbbbeba..56441a9 100644
--- a/ltfatpy/fourier/fftreal.py
+++ b/ltfatpy/fourier/fftreal.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Module of FFT for real valued data computation
 
 Ported from ltfat_2.1.0/fourier/fftreal.m
diff --git a/ltfatpy/fourier/fftresample.py b/ltfatpy/fourier/fftresample.py
index a622986..a2cec2f 100644
--- a/ltfatpy/fourier/fftresample.py
+++ b/ltfatpy/fourier/fftresample.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """ Module of signal resampling using Fourier interpolation
 
 Ported from ltfat_2.1.0/fourier/fftresample.m
diff --git a/ltfatpy/fourier/idft.py b/ltfatpy/fourier/idft.py
index afe375c..158738e 100644
--- a/ltfatpy/fourier/idft.py
+++ b/ltfatpy/fourier/idft.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Module of inverse normalized discrete Fourier transform
 
 Ported from ltfat_2.1.0/fourier/idft.m
diff --git a/ltfatpy/fourier/ifftreal.py b/ltfatpy/fourier/ifftreal.py
index 4b92fc5..d3b04d9 100644
--- a/ltfatpy/fourier/ifftreal.py
+++ b/ltfatpy/fourier/ifftreal.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Module of inverse FFT for real valued data computation
 
 Ported from ltfat_2.1.0/fourier/ifftreal.m
diff --git a/ltfatpy/fourier/isevenfunction.py b/ltfatpy/fourier/isevenfunction.py
index 95f8562..ae7f413 100644
--- a/ltfatpy/fourier/isevenfunction.py
+++ b/ltfatpy/fourier/isevenfunction.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """ Module of even function tests
 
 Ported from ltfat_2.1.0/fourier/isevenfunction.m
diff --git a/ltfatpy/fourier/middlepad.py b/ltfatpy/fourier/middlepad.py
index b0fcb73..1e1672f 100644
--- a/ltfatpy/fourier/middlepad.py
+++ b/ltfatpy/fourier/middlepad.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Module of symmetrical zero-extension or cut of data
 
 Ported from ltfat_2.1.0/fourier/middlepad.m
diff --git a/ltfatpy/fourier/pderiv.py b/ltfatpy/fourier/pderiv.py
index b094b77..51c69ba 100644
--- a/ltfatpy/fourier/pderiv.py
+++ b/ltfatpy/fourier/pderiv.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """ Module of derivative of smooth periodic function computation
 
 Ported from ltfat_2.1.0/fourier/pderiv.m
diff --git a/ltfatpy/fourier/pgauss.py b/ltfatpy/fourier/pgauss.py
index d0a95b7..bfc1ae7 100644
--- a/ltfatpy/fourier/pgauss.py
+++ b/ltfatpy/fourier/pgauss.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """This module contains sampled, periodized Gaussian window function
 
 Ported from ltfat_2.1.0/fourier/pgauss.m
diff --git a/ltfatpy/fourier/pherm.py b/ltfatpy/fourier/pherm.py
index ecb9f0a..805b068 100644
--- a/ltfatpy/fourier/pherm.py
+++ b/ltfatpy/fourier/pherm.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """This module contains samples of a periodized Hermite function
 
 Ported from ltfat_2.1.0/fourier/pherm.m
diff --git a/ltfatpy/fourier/psech.py b/ltfatpy/fourier/psech.py
index 73a2c48..bd1fd65 100644
--- a/ltfatpy/fourier/psech.py
+++ b/ltfatpy/fourier/psech.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """ Module of Sampled, periodized hyperbolic secant calculation
 
 Ported from ltfat_2.1.0/fourier/psech.m
diff --git a/ltfatpy/gabor/dgt.py b/ltfatpy/gabor/dgt.py
index 545fe6a..f6b0fb0 100644
--- a/ltfatpy/gabor/dgt.py
+++ b/ltfatpy/gabor/dgt.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Module of dgt calculation
 
 Ported from ltfat_2.1.0/gabor/dgt.m
diff --git a/ltfatpy/gabor/dgtlength.py b/ltfatpy/gabor/dgtlength.py
index 38b600b..284c04f 100644
--- a/ltfatpy/gabor/dgtlength.py
+++ b/ltfatpy/gabor/dgtlength.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Module of dgtlength calculation
 
 Ported from ltfat_2.1.0/gabor/dgtlength.m
diff --git a/ltfatpy/gabor/dgtreal.py b/ltfatpy/gabor/dgtreal.py
index de6a2a6..ef30a49 100644
--- a/ltfatpy/gabor/dgtreal.py
+++ b/ltfatpy/gabor/dgtreal.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Module of dgtreal calculation
 
 Ported from ltfat_2.1.0/gabor/dgtreal.m
diff --git a/ltfatpy/gabor/gabdual.py b/ltfatpy/gabor/gabdual.py
index 3adeee4..c05f21e 100644
--- a/ltfatpy/gabor/gabdual.py
+++ b/ltfatpy/gabor/gabdual.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Module of Canonical dual window calculation
 
 Ported from ltfat_2.1.0/gabor/gabdual.m
diff --git a/ltfatpy/gabor/gabframediag.py b/ltfatpy/gabor/gabframediag.py
index 4427d26..d41d113 100644
--- a/ltfatpy/gabor/gabframediag.py
+++ b/ltfatpy/gabor/gabframediag.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Module that computes Diagonal of Gabor frame operator
 
 Ported from ltfat_2.1.0/gabor/gabframediag.m
diff --git a/ltfatpy/gabor/gabimagepars.py b/ltfatpy/gabor/gabimagepars.py
index 71862dc..b7944e7 100644
--- a/ltfatpy/gabor/gabimagepars.py
+++ b/ltfatpy/gabor/gabimagepars.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Module to find Gabor parameters to generate image
 
 Ported from ltfat_2.1.0/gabor/gabimagepars.m
diff --git a/ltfatpy/gabor/gabphasegrad.py b/ltfatpy/gabor/gabphasegrad.py
index 6a5d3a1..0d34eeb 100644
--- a/ltfatpy/gabor/gabphasegrad.py
+++ b/ltfatpy/gabor/gabphasegrad.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Module of phase gradient computation
 
 Ported from ltfat_2.1.0/gabor/gabphasegrad.m
diff --git a/ltfatpy/gabor/gabtight.py b/ltfatpy/gabor/gabtight.py
index c6ce7b5..12d1f4c 100644
--- a/ltfatpy/gabor/gabtight.py
+++ b/ltfatpy/gabor/gabtight.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Module of canonical tight windows calculation
 
 Ported from ltfat_2.1.0/gabor/gabtight.m
diff --git a/ltfatpy/gabor/gabwin.py b/ltfatpy/gabor/gabwin.py
index 37cb2bb..63b97a5 100644
--- a/ltfatpy/gabor/gabwin.py
+++ b/ltfatpy/gabor/gabwin.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Module of Gabor window calculation
 
 Ported from ltfat_2.1.0/gabor/gabwin.m
diff --git a/ltfatpy/gabor/idgt.py b/ltfatpy/gabor/idgt.py
index 8ce98a6..c57fdfa 100644
--- a/ltfatpy/gabor/idgt.py
+++ b/ltfatpy/gabor/idgt.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Module of idgt calculation
 
 Ported from ltfat_2.1.0/gabor/idgt.m
diff --git a/ltfatpy/gabor/idgtreal.py b/ltfatpy/gabor/idgtreal.py
index 25c879c..eb56a45 100644
--- a/ltfatpy/gabor/idgtreal.py
+++ b/ltfatpy/gabor/idgtreal.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Module of idgtreal calculation
 
 Ported from ltfat_2.1.0/gabor/idgtreal.m
diff --git a/ltfatpy/gabor/instfreqplot.py b/ltfatpy/gabor/instfreqplot.py
index c977b5f..e41cb88 100644
--- a/ltfatpy/gabor/instfreqplot.py
+++ b/ltfatpy/gabor/instfreqplot.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Module of instantaneous frequency plot
 
 Ported from ltfat_2.1.0/gabor/instfreqplot.m
diff --git a/ltfatpy/gabor/phaselock.py b/ltfatpy/gabor/phaselock.py
index 02aacc7..5025e96 100644
--- a/ltfatpy/gabor/phaselock.py
+++ b/ltfatpy/gabor/phaselock.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Module of phaselocking
 
 Ported from ltfat_2.1.0/gabor/phaselock.m
diff --git a/ltfatpy/gabor/phaseplot.py b/ltfatpy/gabor/phaseplot.py
index f11d3b0..c964d41 100644
--- a/ltfatpy/gabor/phaseplot.py
+++ b/ltfatpy/gabor/phaseplot.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Module of phase plot
 
 Ported from ltfat_2.1.0/gabor/phaseplot.m
diff --git a/ltfatpy/gabor/phaseunlock.py b/ltfatpy/gabor/phaseunlock.py
index 69fd8b5..dddc4db 100644
--- a/ltfatpy/gabor/phaseunlock.py
+++ b/ltfatpy/gabor/phaseunlock.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Module of phaseunlocking
 
 Ported from ltfat_2.1.0/gabor/phaseunlock.m
diff --git a/ltfatpy/gabor/plotdgt.py b/ltfatpy/gabor/plotdgt.py
index 66f0bc7..95b719d 100644
--- a/ltfatpy/gabor/plotdgt.py
+++ b/ltfatpy/gabor/plotdgt.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Module of dgt coefficients plotting
 
 Ported from ltfat_2.1.0/gabor/plotdgt.m
diff --git a/ltfatpy/gabor/plotdgtreal.py b/ltfatpy/gabor/plotdgtreal.py
index a89878d..693bb8e 100644
--- a/ltfatpy/gabor/plotdgtreal.py
+++ b/ltfatpy/gabor/plotdgtreal.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Module of dgtreal coefficients plotting
 
 Ported from ltfat_2.1.0/gabor/plotdgtreal.m
diff --git a/ltfatpy/gabor/s0norm.py b/ltfatpy/gabor/s0norm.py
index 98519c6..70a087a 100644
--- a/ltfatpy/gabor/s0norm.py
+++ b/ltfatpy/gabor/s0norm.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Module of S0 norm calculation
 
 Ported from ltfat_2.1.0/gabor/s0norm.m
diff --git a/ltfatpy/gabor/sgram.py b/ltfatpy/gabor/sgram.py
index e4b3ccc..8e6b496 100644
--- a/ltfatpy/gabor/sgram.py
+++ b/ltfatpy/gabor/sgram.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Module of spectrogram plotting
 
 Ported from ltfat_2.1.0/gabor/sgram.m
diff --git a/ltfatpy/gabor/tfplot.py b/ltfatpy/gabor/tfplot.py
index 6ea6324..1f32f49 100644
--- a/ltfatpy/gabor/tfplot.py
+++ b/ltfatpy/gabor/tfplot.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Module of time-frequency plotting
 
 Ported from ltfat_2.1.0/gabor/tfplot.m
diff --git a/ltfatpy/signals/greasy.py b/ltfatpy/signals/greasy.py
index 8676af4..8c95fd1 100644
--- a/ltfatpy/signals/greasy.py
+++ b/ltfatpy/signals/greasy.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Module of greasy signal loading
 
 Ported from ltfat_2.1.0/signals/greasy.m
diff --git a/ltfatpy/signals/gspi.py b/ltfatpy/signals/gspi.py
index bcdb816..eb5002d 100644
--- a/ltfatpy/signals/gspi.py
+++ b/ltfatpy/signals/gspi.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Module of glockenspiel signal loading
 
 .. moduleauthor:: Denis Arrivault
diff --git a/ltfatpy/signals/linus.py b/ltfatpy/signals/linus.py
index 0801c76..d2e2d74 100644
--- a/ltfatpy/signals/linus.py
+++ b/ltfatpy/signals/linus.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Module of linus signal loading
 
 Ported from ltfat_2.1.0/signals/linus.m
diff --git a/ltfatpy/sigproc/fir2long.py b/ltfatpy/sigproc/fir2long.py
index 1aa13d6..84a402d 100644
--- a/ltfatpy/sigproc/fir2long.py
+++ b/ltfatpy/sigproc/fir2long.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Module that extends fir windows with zeros
 
 Ported from ltfat_2.1.0/sigproc/fir2long.m
diff --git a/ltfatpy/sigproc/firkaiser.py b/ltfatpy/sigproc/firkaiser.py
index 7f3723a..5e1b341 100644
--- a/ltfatpy/sigproc/firkaiser.py
+++ b/ltfatpy/sigproc/firkaiser.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """ Module of Kaiser-Bessel window calculation
 
 Ported from ltfat_2.1.0/sigproc/firkaiser.m
diff --git a/ltfatpy/sigproc/firwin.py b/ltfatpy/sigproc/firwin.py
index 5a17921..162cc67 100644
--- a/ltfatpy/sigproc/firwin.py
+++ b/ltfatpy/sigproc/firwin.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """ Module of fir windows calculation
 
 Ported from ltfat_2.1.0/sigproc/firwin.m
diff --git a/ltfatpy/sigproc/groupthresh.py b/ltfatpy/sigproc/groupthresh.py
index 1eb6341..a73bab4 100644
--- a/ltfatpy/sigproc/groupthresh.py
+++ b/ltfatpy/sigproc/groupthresh.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """ Module of group thresholding
 
 Ported from ltfat_2.1.0/sigproc/groupthresh.m
diff --git a/ltfatpy/sigproc/largestn.py b/ltfatpy/sigproc/largestn.py
index ffbb111..d25d39d 100644
--- a/ltfatpy/sigproc/largestn.py
+++ b/ltfatpy/sigproc/largestn.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """ Module of N largest coefficients extraction
 
 Ported from ltfat_2.1.0/sigproc/largestn.m
diff --git a/ltfatpy/sigproc/largestr.py b/ltfatpy/sigproc/largestr.py
index 7bd3170..296c703 100644
--- a/ltfatpy/sigproc/largestr.py
+++ b/ltfatpy/sigproc/largestr.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """ Module of fixed ratio of largest coefficients extraction
 
 Ported from ltfat_2.1.0/sigproc/largestr.m
diff --git a/ltfatpy/sigproc/long2fir.py b/ltfatpy/sigproc/long2fir.py
index bd85cd2..09ffc67 100644
--- a/ltfatpy/sigproc/long2fir.py
+++ b/ltfatpy/sigproc/long2fir.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Module that cuts long windows to fir
 
 Ported from ltfat_2.1.0/sigproc/long2fir.m
diff --git a/ltfatpy/sigproc/normalize.py b/ltfatpy/sigproc/normalize.py
index 4bbf264..95b7d40 100644
--- a/ltfatpy/sigproc/normalize.py
+++ b/ltfatpy/sigproc/normalize.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """ Module of signal normalization
 
 Ported from ltfat_2.1.0/sigproc/normalize.m
diff --git a/ltfatpy/sigproc/rms.py b/ltfatpy/sigproc/rms.py
index c2316a7..d690e62 100644
--- a/ltfatpy/sigproc/rms.py
+++ b/ltfatpy/sigproc/rms.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """ Module of Root Mean Square calculation
 
 Ported from ltfat_2.1.0/sigproc/rms.m
diff --git a/ltfatpy/sigproc/thresh.py b/ltfatpy/sigproc/thresh.py
index f35cb37..b883dfb 100644
--- a/ltfatpy/sigproc/thresh.py
+++ b/ltfatpy/sigproc/thresh.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """ Module of coefficient thresholding
 
 Ported from ltfat_2.1.0/sigproc/thresh.m
diff --git a/ltfatpy/tests/comp/test_assert_sigreshape_post.py b/ltfatpy/tests/comp/test_assert_sigreshape_post.py
index 127254a..c9bc234 100644
--- a/ltfatpy/tests/comp/test_assert_sigreshape_post.py
+++ b/ltfatpy/tests/comp/test_assert_sigreshape_post.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Test of the assert_sigreshape_post function
 
 .. moduleauthor:: Denis Arrivault
diff --git a/ltfatpy/tests/comp/test_assert_sigreshape_pre.py b/ltfatpy/tests/comp/test_assert_sigreshape_pre.py
index aacce15..2375739 100644
--- a/ltfatpy/tests/comp/test_assert_sigreshape_pre.py
+++ b/ltfatpy/tests/comp/test_assert_sigreshape_pre.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Test of the assert_sigreshape_pre function
 
 .. moduleauthor:: Denis Arrivault
diff --git a/ltfatpy/tests/comp/test_comp_dct.py b/ltfatpy/tests/comp/test_comp_dct.py
index d314d58..202ffba 100644
--- a/ltfatpy/tests/comp/test_comp_dct.py
+++ b/ltfatpy/tests/comp/test_comp_dct.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Test of the compt_dct function
 
 .. moduleauthor:: Denis Arrivault
diff --git a/ltfatpy/tests/comp/test_comp_dst.py b/ltfatpy/tests/comp/test_comp_dst.py
index ec25557..f4ec42e 100644
--- a/ltfatpy/tests/comp/test_comp_dst.py
+++ b/ltfatpy/tests/comp/test_comp_dst.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Test of the comp_dst function
 
 .. moduleauthor:: Denis Arrivault
diff --git a/ltfatpy/tests/comp/test_comp_gabdual.py b/ltfatpy/tests/comp/test_comp_gabdual.py
index 0f0f49c..883ee54 100644
--- a/ltfatpy/tests/comp/test_comp_gabdual.py
+++ b/ltfatpy/tests/comp/test_comp_gabdual.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Test of the comp_gabdual_long function
 
 .. moduleauthor:: Denis Arrivault
diff --git a/ltfatpy/tests/comp/test_comp_hermite.py b/ltfatpy/tests/comp/test_comp_hermite.py
index 98cb817..3c2b0e0 100644
--- a/ltfatpy/tests/comp/test_comp_hermite.py
+++ b/ltfatpy/tests/comp/test_comp_hermite.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Test of the comp_hermite function
 
 .. moduleauthor:: Denis Arrivault
diff --git a/ltfatpy/tests/comp/test_comp_hermite_all.py b/ltfatpy/tests/comp/test_comp_hermite_all.py
index 09d2c13..325cfc9 100644
--- a/ltfatpy/tests/comp/test_comp_hermite_all.py
+++ b/ltfatpy/tests/comp/test_comp_hermite_all.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Test of the comp_hermite_all function
 
 .. moduleauthor:: Denis Arrivault
diff --git a/ltfatpy/tests/comp/test_comp_isepdgt.py b/ltfatpy/tests/comp/test_comp_isepdgt.py
index 459c526..fe2b98b 100644
--- a/ltfatpy/tests/comp/test_comp_isepdgt.py
+++ b/ltfatpy/tests/comp/test_comp_isepdgt.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Test of the comp_isepdgt function
 
 .. moduleauthor:: Denis Arrivault
diff --git a/ltfatpy/tests/comp/test_comp_pgauss.py b/ltfatpy/tests/comp/test_comp_pgauss.py
index a1c4f97..4bf9c48 100644
--- a/ltfatpy/tests/comp/test_comp_pgauss.py
+++ b/ltfatpy/tests/comp/test_comp_pgauss.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Test of the comp_pgauss function
 
 .. moduleauthor:: Denis Arrivault
diff --git a/ltfatpy/tests/comp/test_comp_sepdgt.py b/ltfatpy/tests/comp/test_comp_sepdgt.py
index 84da99d..eabc4a9 100644
--- a/ltfatpy/tests/comp/test_comp_sepdgt.py
+++ b/ltfatpy/tests/comp/test_comp_sepdgt.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Test of the comp_sepdgt function
 
 .. moduleauthor:: Denis Arrivault
diff --git a/ltfatpy/tests/comp/test_comp_sigreshape.py b/ltfatpy/tests/comp/test_comp_sigreshape.py
index 153f921..6e46801 100644
--- a/ltfatpy/tests/comp/test_comp_sigreshape.py
+++ b/ltfatpy/tests/comp/test_comp_sigreshape.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Test of the comp_sigreshape_pre and comp_sigreshape_post functions
 
 .. moduleauthor:: Denis Arrivault
diff --git a/ltfatpy/tests/datasets/get_dataset_path.py b/ltfatpy/tests/datasets/get_dataset_path.py
index dbe5fd7..94309d2 100644
--- a/ltfatpy/tests/datasets/get_dataset_path.py
+++ b/ltfatpy/tests/datasets/get_dataset_path.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Module to get the absolute path of a reference dataset for tests
 
 .. moduleauthor:: Florent Jaillet
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 0bde3f4..7ac276b 100644
--- a/ltfatpy/tests/datasets/read_comp_dct_signal_ex_mat.py
+++ b/ltfatpy/tests/datasets/read_comp_dct_signal_ex_mat.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Read .mat data files generated with the Matlab version of Ltfat and
 containing signals, dct from comp_dct for validations.
 
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 86832d2..07be731 100644
--- a/ltfatpy/tests/datasets/read_comp_dst_signal_ex_mat.py
+++ b/ltfatpy/tests/datasets/read_comp_dst_signal_ex_mat.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Read .mat data files generated with the Matlab version of Ltfat and
 containing signals, dst from comp_dst for validations.
 
diff --git a/ltfatpy/tests/datasets/read_dgt_signal_ex_mat.py b/ltfatpy/tests/datasets/read_dgt_signal_ex_mat.py
index 18395e3..27f601a 100644
--- a/ltfatpy/tests/datasets/read_dgt_signal_ex_mat.py
+++ b/ltfatpy/tests/datasets/read_dgt_signal_ex_mat.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Read .mat data files generated with the Matlab version of Ltfat and
 containing signals, dgt and idgt for validations.
 
diff --git a/ltfatpy/tests/datasets/read_gabframediag_signal_ex_mat.py b/ltfatpy/tests/datasets/read_gabframediag_signal_ex_mat.py
index 11ca49f..b0d46e5 100644
--- a/ltfatpy/tests/datasets/read_gabframediag_signal_ex_mat.py
+++ b/ltfatpy/tests/datasets/read_gabframediag_signal_ex_mat.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Read .mat data files generated with the Matlab version of Ltfat and
 containing windows and their gabor operator diagonals for validation.
 
diff --git a/ltfatpy/tests/datasets/read_gabtight_signal_ex_mat.py b/ltfatpy/tests/datasets/read_gabtight_signal_ex_mat.py
index 8b0a15c..b3311f4 100644
--- a/ltfatpy/tests/datasets/read_gabtight_signal_ex_mat.py
+++ b/ltfatpy/tests/datasets/read_gabtight_signal_ex_mat.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Read .mat data files generated with the Matlab version of Ltfat and
 containing windows and their corresponding tight gabor window for validation.
 
diff --git a/ltfatpy/tests/datasets/read_ref_mat.py b/ltfatpy/tests/datasets/read_ref_mat.py
index 820565a..0519bc0 100644
--- a/ltfatpy/tests/datasets/read_ref_mat.py
+++ b/ltfatpy/tests/datasets/read_ref_mat.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Read .mat files generated with the Octave version of ltfat for validation
 
 .. moduleauthor:: Florent Jaillet
diff --git a/ltfatpy/tests/datasets/read_s0norm_ex_mat.py b/ltfatpy/tests/datasets/read_s0norm_ex_mat.py
index 2e82dd4..be5f801 100644
--- a/ltfatpy/tests/datasets/read_s0norm_ex_mat.py
+++ b/ltfatpy/tests/datasets/read_s0norm_ex_mat.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Read .mat data files generated with the Matlab version of Ltfat and
 containing data and s0norms for validation.
 
diff --git a/ltfatpy/tests/datasets/test_read_dgt_signal_ext.py b/ltfatpy/tests/datasets/test_read_dgt_signal_ext.py
index a661564..680b0bd 100644
--- a/ltfatpy/tests/datasets/test_read_dgt_signal_ext.py
+++ b/ltfatpy/tests/datasets/test_read_dgt_signal_ext.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Test of the read_dgt_signal_ex_mat function
 
 .. moduleauthor:: Denis Arrivault
diff --git a/ltfatpy/tests/datasets/test_read_ref_mat.py b/ltfatpy/tests/datasets/test_read_ref_mat.py
index cc4ffc8..f7d84de 100644
--- a/ltfatpy/tests/datasets/test_read_ref_mat.py
+++ b/ltfatpy/tests/datasets/test_read_ref_mat.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Test of the read_ref_mat function
 
 .. moduleauthor:: Florent Jaillet
diff --git a/ltfatpy/tests/fourier/test_dct.py b/ltfatpy/tests/fourier/test_dct.py
index efd6973..cc06adb 100644
--- a/ltfatpy/tests/fourier/test_dct.py
+++ b/ltfatpy/tests/fourier/test_dct.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Test of the dcti, dctii, dctiii, dctiv functions
 
 .. moduleauthor:: Denis Arrivault
diff --git a/ltfatpy/tests/fourier/test_dft.py b/ltfatpy/tests/fourier/test_dft.py
index 7edd5e4..55078f2 100644
--- a/ltfatpy/tests/fourier/test_dft.py
+++ b/ltfatpy/tests/fourier/test_dft.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Test of the dft function
 
 .. moduleauthor:: Florent Jaillet
diff --git a/ltfatpy/tests/fourier/test_dst.py b/ltfatpy/tests/fourier/test_dst.py
index 6ecf690..09b00e8 100644
--- a/ltfatpy/tests/fourier/test_dst.py
+++ b/ltfatpy/tests/fourier/test_dst.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Test of the dsti, dstii, dstiii, dstiv functions
 
 .. moduleauthor:: Denis Arrivault
diff --git a/ltfatpy/tests/fourier/test_fftindex.py b/ltfatpy/tests/fourier/test_fftindex.py
index 4d956fa..170b911 100644
--- a/ltfatpy/tests/fourier/test_fftindex.py
+++ b/ltfatpy/tests/fourier/test_fftindex.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Test of the fftindex function
 
 .. moduleauthor:: Florent Jaillet
diff --git a/ltfatpy/tests/fourier/test_fftreal.py b/ltfatpy/tests/fourier/test_fftreal.py
index c3cb28a..8e56dd0 100644
--- a/ltfatpy/tests/fourier/test_fftreal.py
+++ b/ltfatpy/tests/fourier/test_fftreal.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Test of the fftreal function
 
 .. moduleauthor:: Florent Jaillet
diff --git a/ltfatpy/tests/fourier/test_fftresample.py b/ltfatpy/tests/fourier/test_fftresample.py
index 5e0a2f0..014edd7 100644
--- a/ltfatpy/tests/fourier/test_fftresample.py
+++ b/ltfatpy/tests/fourier/test_fftresample.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Test of the fftresample function
 
 .. moduleauthor:: Florent Jaillet
diff --git a/ltfatpy/tests/fourier/test_idft.py b/ltfatpy/tests/fourier/test_idft.py
index 5670938..371cf3d 100644
--- a/ltfatpy/tests/fourier/test_idft.py
+++ b/ltfatpy/tests/fourier/test_idft.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Test of the idft function
 
 .. moduleauthor:: Florent Jaillet
diff --git a/ltfatpy/tests/fourier/test_ifftreal.py b/ltfatpy/tests/fourier/test_ifftreal.py
index 2330a4e..c029411 100644
--- a/ltfatpy/tests/fourier/test_ifftreal.py
+++ b/ltfatpy/tests/fourier/test_ifftreal.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Test of the ifftreal function
 
 .. moduleauthor:: Florent Jaillet
diff --git a/ltfatpy/tests/fourier/test_isevenfunction.py b/ltfatpy/tests/fourier/test_isevenfunction.py
index 29bb12a..d4f9078 100644
--- a/ltfatpy/tests/fourier/test_isevenfunction.py
+++ b/ltfatpy/tests/fourier/test_isevenfunction.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Test of the isevenfunction function
 
 .. moduleauthor:: Denis Arrivault
diff --git a/ltfatpy/tests/fourier/test_middlepad.py b/ltfatpy/tests/fourier/test_middlepad.py
index 282e86a..90c5ece 100644
--- a/ltfatpy/tests/fourier/test_middlepad.py
+++ b/ltfatpy/tests/fourier/test_middlepad.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Test of the middlepad function
 
 .. moduleauthor:: Florent Jaillet
diff --git a/ltfatpy/tests/fourier/test_pderiv.py b/ltfatpy/tests/fourier/test_pderiv.py
index 71cbdd2..02f81cf 100644
--- a/ltfatpy/tests/fourier/test_pderiv.py
+++ b/ltfatpy/tests/fourier/test_pderiv.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Test of the pderiv function
 
 .. moduleauthor:: Florent Jaillet
diff --git a/ltfatpy/tests/fourier/test_pgauss.py b/ltfatpy/tests/fourier/test_pgauss.py
index 63bdad7..0fa3b06 100644
--- a/ltfatpy/tests/fourier/test_pgauss.py
+++ b/ltfatpy/tests/fourier/test_pgauss.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Test of the pgauss function
 
 .. moduleauthor:: Denis Arrivault
diff --git a/ltfatpy/tests/fourier/test_pherm.py b/ltfatpy/tests/fourier/test_pherm.py
index bb7c9fb..8724fe3 100644
--- a/ltfatpy/tests/fourier/test_pherm.py
+++ b/ltfatpy/tests/fourier/test_pherm.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Test of the pherm function
 
 .. moduleauthor:: Denis Arrivault
diff --git a/ltfatpy/tests/fourier/test_psech.py b/ltfatpy/tests/fourier/test_psech.py
index 6638639..4843b7f 100644
--- a/ltfatpy/tests/fourier/test_psech.py
+++ b/ltfatpy/tests/fourier/test_psech.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Test of the psech function
 
 .. moduleauthor:: Denis Arrivault
diff --git a/ltfatpy/tests/gabor/test_dgt.py b/ltfatpy/tests/gabor/test_dgt.py
index 9a5d4a4..4f3b970 100644
--- a/ltfatpy/tests/gabor/test_dgt.py
+++ b/ltfatpy/tests/gabor/test_dgt.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Test of the dgt function
 
 .. moduleauthor:: Denis Arrivault
diff --git a/ltfatpy/tests/gabor/test_gabdual.py b/ltfatpy/tests/gabor/test_gabdual.py
index 70895d0..06b352e 100644
--- a/ltfatpy/tests/gabor/test_gabdual.py
+++ b/ltfatpy/tests/gabor/test_gabdual.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Test of the gabdual function
 
 .. moduleauthor:: Denis Arrivault
diff --git a/ltfatpy/tests/gabor/test_gabframediag.py b/ltfatpy/tests/gabor/test_gabframediag.py
index 58d5ae0..92dec2c 100644
--- a/ltfatpy/tests/gabor/test_gabframediag.py
+++ b/ltfatpy/tests/gabor/test_gabframediag.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Test of the gabframediag function
 
 .. moduleauthor:: Denis Arrivault
diff --git a/ltfatpy/tests/gabor/test_gabimagepars.py b/ltfatpy/tests/gabor/test_gabimagepars.py
index 8a00f07..3dc6110 100644
--- a/ltfatpy/tests/gabor/test_gabimagepars.py
+++ b/ltfatpy/tests/gabor/test_gabimagepars.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Test of the gabimagepars function
 
 NOTE: Only the non-graphical features of gabimagepars are tested here
diff --git a/ltfatpy/tests/gabor/test_gabphasegrad.py b/ltfatpy/tests/gabor/test_gabphasegrad.py
index 1ec3ffb..75acfa5 100644
--- a/ltfatpy/tests/gabor/test_gabphasegrad.py
+++ b/ltfatpy/tests/gabor/test_gabphasegrad.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Test of the gabphasegrad function
 
 .. moduleauthor:: Florent Jaillet
diff --git a/ltfatpy/tests/gabor/test_gabtight.py b/ltfatpy/tests/gabor/test_gabtight.py
index 55f394f..4100690 100644
--- a/ltfatpy/tests/gabor/test_gabtight.py
+++ b/ltfatpy/tests/gabor/test_gabtight.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Test of the gabtight function
 
 .. moduleauthor:: Denis Arrivault
diff --git a/ltfatpy/tests/gabor/test_gabwin.py b/ltfatpy/tests/gabor/test_gabwin.py
index 7aa8686..4950584 100644
--- a/ltfatpy/tests/gabor/test_gabwin.py
+++ b/ltfatpy/tests/gabor/test_gabwin.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Test of the gabwin function
 
 .. moduleauthor:: Denis Arrivault
diff --git a/ltfatpy/tests/gabor/test_idgt.py b/ltfatpy/tests/gabor/test_idgt.py
index abf67e1..f1c1c25 100644
--- a/ltfatpy/tests/gabor/test_idgt.py
+++ b/ltfatpy/tests/gabor/test_idgt.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Test of the idgt function
 
 .. moduleauthor:: Denis Arrivault
diff --git a/ltfatpy/tests/gabor/test_instfreqplot.py b/ltfatpy/tests/gabor/test_instfreqplot.py
index 0783c7b..6f67c58 100644
--- a/ltfatpy/tests/gabor/test_instfreqplot.py
+++ b/ltfatpy/tests/gabor/test_instfreqplot.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Test of the instfreqplot function
 
 NOTE: Only the non-graphical features of instfreqplot are tested here
diff --git a/ltfatpy/tests/gabor/test_phaselock.py b/ltfatpy/tests/gabor/test_phaselock.py
index 692cc93..07f9411 100644
--- a/ltfatpy/tests/gabor/test_phaselock.py
+++ b/ltfatpy/tests/gabor/test_phaselock.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Test of the phaselock function
 
 .. moduleauthor:: Florent Jaillet
diff --git a/ltfatpy/tests/gabor/test_phaseplot.py b/ltfatpy/tests/gabor/test_phaseplot.py
index 1a0ac3a..b1d017d 100644
--- a/ltfatpy/tests/gabor/test_phaseplot.py
+++ b/ltfatpy/tests/gabor/test_phaseplot.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Test of the phaseplot function
 
 NOTE: Only the non-graphical features of phaseplot are tested here
diff --git a/ltfatpy/tests/gabor/test_phaseunlock.py b/ltfatpy/tests/gabor/test_phaseunlock.py
index 9601dc7..a29773c 100644
--- a/ltfatpy/tests/gabor/test_phaseunlock.py
+++ b/ltfatpy/tests/gabor/test_phaseunlock.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Test of the phaseunlock function
 
 .. moduleauthor:: Florent Jaillet
diff --git a/ltfatpy/tests/gabor/test_plotdgt.py b/ltfatpy/tests/gabor/test_plotdgt.py
index 6ab8fd7..b61509c 100644
--- a/ltfatpy/tests/gabor/test_plotdgt.py
+++ b/ltfatpy/tests/gabor/test_plotdgt.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Test of the plotdgt function
 
 NOTE: Only the non-graphical features of plotdgt are tested here
diff --git a/ltfatpy/tests/gabor/test_plotdgtreal.py b/ltfatpy/tests/gabor/test_plotdgtreal.py
index 9d8df8d..064f858 100644
--- a/ltfatpy/tests/gabor/test_plotdgtreal.py
+++ b/ltfatpy/tests/gabor/test_plotdgtreal.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Test of the plotdgtreal function
 
 NOTE: Only the non-graphical features of plotdgtreal are tested here
diff --git a/ltfatpy/tests/gabor/test_s0norm.py b/ltfatpy/tests/gabor/test_s0norm.py
index 26f2f53..b46d3af 100644
--- a/ltfatpy/tests/gabor/test_s0norm.py
+++ b/ltfatpy/tests/gabor/test_s0norm.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Test of the s0norm function
 
 .. moduleauthor:: Denis Arrivault
diff --git a/ltfatpy/tests/gabor/test_sgram.py b/ltfatpy/tests/gabor/test_sgram.py
index c289447..f3ac6a5 100644
--- a/ltfatpy/tests/gabor/test_sgram.py
+++ b/ltfatpy/tests/gabor/test_sgram.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Test of the sgram function
 
 NOTE: The validity of the plotting features of sgram are not tested here, only
diff --git a/ltfatpy/tests/gabor/test_tfplot.py b/ltfatpy/tests/gabor/test_tfplot.py
index 239d972..f6757cd 100644
--- a/ltfatpy/tests/gabor/test_tfplot.py
+++ b/ltfatpy/tests/gabor/test_tfplot.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Test of the tfplot function
 
 NOTE: The validity of the plotting features of tfplot are not tested here, only
diff --git a/ltfatpy/tests/signals/test_greasy.py b/ltfatpy/tests/signals/test_greasy.py
index dc9b8db..b61d134 100644
--- a/ltfatpy/tests/signals/test_greasy.py
+++ b/ltfatpy/tests/signals/test_greasy.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Test of the greasy function
 
 .. moduleauthor:: Florent Jaillet
diff --git a/ltfatpy/tests/signals/test_gspi.py b/ltfatpy/tests/signals/test_gspi.py
index e4bce3b..a911700 100644
--- a/ltfatpy/tests/signals/test_gspi.py
+++ b/ltfatpy/tests/signals/test_gspi.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Test of the gspi function
 
 .. moduleauthor:: Florent Jaillet
diff --git a/ltfatpy/tests/signals/test_linus.py b/ltfatpy/tests/signals/test_linus.py
index 5c34096..e29077d 100644
--- a/ltfatpy/tests/signals/test_linus.py
+++ b/ltfatpy/tests/signals/test_linus.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Test of the linus function
 
 .. moduleauthor:: Florent Jaillet
diff --git a/ltfatpy/tests/sigproc/test_fir2long.py b/ltfatpy/tests/sigproc/test_fir2long.py
index 6a1a9bb..e4f0aea 100644
--- a/ltfatpy/tests/sigproc/test_fir2long.py
+++ b/ltfatpy/tests/sigproc/test_fir2long.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Test of the fir2long function
 
 .. moduleauthor:: Denis Arrivault
diff --git a/ltfatpy/tests/sigproc/test_firkaiser.py b/ltfatpy/tests/sigproc/test_firkaiser.py
index 658ccb5..3e923fa 100644
--- a/ltfatpy/tests/sigproc/test_firkaiser.py
+++ b/ltfatpy/tests/sigproc/test_firkaiser.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Test of the firkaiser function
 
 .. moduleauthor:: Florent Jaillet
diff --git a/ltfatpy/tests/sigproc/test_firwin.py b/ltfatpy/tests/sigproc/test_firwin.py
index c094122..7225d3b 100644
--- a/ltfatpy/tests/sigproc/test_firwin.py
+++ b/ltfatpy/tests/sigproc/test_firwin.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Test of the firwin function
 
 .. moduleauthor:: Denis Arrivault
diff --git a/ltfatpy/tests/sigproc/test_groupthresh.py b/ltfatpy/tests/sigproc/test_groupthresh.py
index 04f8aa0..4818f2c 100644
--- a/ltfatpy/tests/sigproc/test_groupthresh.py
+++ b/ltfatpy/tests/sigproc/test_groupthresh.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Test of the groupthresh function
 
 .. moduleauthor:: Florent Jaillet
diff --git a/ltfatpy/tests/sigproc/test_largestn.py b/ltfatpy/tests/sigproc/test_largestn.py
index 117134c..458542d 100644
--- a/ltfatpy/tests/sigproc/test_largestn.py
+++ b/ltfatpy/tests/sigproc/test_largestn.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Test of the largestn function
 
 .. moduleauthor:: Florent Jaillet
diff --git a/ltfatpy/tests/sigproc/test_largestr.py b/ltfatpy/tests/sigproc/test_largestr.py
index 7c27b09..b3a999e 100644
--- a/ltfatpy/tests/sigproc/test_largestr.py
+++ b/ltfatpy/tests/sigproc/test_largestr.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Test of the largestr function
 
 .. moduleauthor:: Florent Jaillet
diff --git a/ltfatpy/tests/sigproc/test_long2fir.py b/ltfatpy/tests/sigproc/test_long2fir.py
index 065f54b..f21abac 100644
--- a/ltfatpy/tests/sigproc/test_long2fir.py
+++ b/ltfatpy/tests/sigproc/test_long2fir.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Test of the long2fir function
 
 .. moduleauthor:: Denis Arrivault
diff --git a/ltfatpy/tests/sigproc/test_normalize.py b/ltfatpy/tests/sigproc/test_normalize.py
index 1db9883..96b5647 100644
--- a/ltfatpy/tests/sigproc/test_normalize.py
+++ b/ltfatpy/tests/sigproc/test_normalize.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Test of the normalize function
 
 .. moduleauthor:: Denis Arrivault
diff --git a/ltfatpy/tests/sigproc/test_rms.py b/ltfatpy/tests/sigproc/test_rms.py
index 9c16943..d8acbd1 100644
--- a/ltfatpy/tests/sigproc/test_rms.py
+++ b/ltfatpy/tests/sigproc/test_rms.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Test of the rms function
 
 .. moduleauthor:: Denis Arrivault
diff --git a/ltfatpy/tests/sigproc/test_thresh.py b/ltfatpy/tests/sigproc/test_thresh.py
index 6949a9c..91af34d 100644
--- a/ltfatpy/tests/sigproc/test_thresh.py
+++ b/ltfatpy/tests/sigproc/test_thresh.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Test of the thresh function
 
 .. moduleauthor:: Florent Jaillet
diff --git a/ltfatpy/tests/tools/test_lcm.py b/ltfatpy/tests/tools/test_lcm.py
index 7d197c5..e646e86 100644
--- a/ltfatpy/tests/tools/test_lcm.py
+++ b/ltfatpy/tests/tools/test_lcm.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Test of the lcm function
 
 .. moduleauthor:: Florent Jaillet
diff --git a/ltfatpy/tests/tools/test_postpad.py b/ltfatpy/tests/tools/test_postpad.py
index 8d96d4f..f80c4b0 100644
--- a/ltfatpy/tests/tools/test_postpad.py
+++ b/ltfatpy/tests/tools/test_postpad.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """Test of the postpad function
 
 .. moduleauthor:: Florent Jaillet
diff --git a/ltfatpy/tools/lcm.py b/ltfatpy/tools/lcm.py
index e98614d..1e5a35e 100644
--- a/ltfatpy/tools/lcm.py
+++ b/ltfatpy/tools/lcm.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """This module computes the least common multiple
 
 .. moduleauthor:: Florent Jaillet
diff --git a/ltfatpy/tools/postpad.py b/ltfatpy/tools/postpad.py
index 48211dc..448fff4 100644
--- a/ltfatpy/tools/postpad.py
+++ b/ltfatpy/tools/postpad.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -48,8 +48,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 """This module pads or truncates arrays
 
 Ported from ltfat_2.1.0/mex/postpad.m
diff --git a/setup.py b/setup.py
index e1711f3..903ee9e 100755
--- a/setup.py
+++ b/setup.py
@@ -29,7 +29,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.5
+# * ltfatpy version = 1.0.6
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -49,8 +49,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-#
-#
+
+
+
 
 from __future__ import print_function, division
 import sys
-- 
GitLab