diff --git a/VERSION b/VERSION index 5eb6558201761f8627d471ea1a3241591e2171fb..9dfc9e7148560f92011ec2ec92ac2a5f69caece7 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -ltfatpy:1.0.11 +ltfatpy:1.0.12 ltfat:2.1.0 diff --git a/doc/copyright.rst b/doc/copyright.rst index eff95f090a22930dc7a4c244434963d4ea4a5523..b91ac22dba3541ec851ca1627f43fe153af5b80a 100644 --- a/doc/copyright.rst +++ b/doc/copyright.rst @@ -30,7 +30,7 @@ synthesis. Version ------- -* ltfatpy version = 1.0.11 +* ltfatpy version = 1.0.12 * LTFAT version = 2.1.0 Licence diff --git a/ltfatpy/__init__.py b/ltfatpy/__init__.py index 3b548f731fd137a182736619055cf6ebf49a5cce..624aa25ba927f491ae47dc390214f229445a48f5 100644 --- a/ltfatpy/__init__.py +++ b/ltfatpy/__init__.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * 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.11" +__version__ = "1.0.12" diff --git a/ltfatpy/comp/arg_firwin.py b/ltfatpy/comp/arg_firwin.py index 8d84f72801d9fe136632187cafc53857ba614a28..3acb5321307210e32e626fb88de08ca8242401ab 100644 --- a/ltfatpy/comp/arg_firwin.py +++ b/ltfatpy/comp/arg_firwin.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/assert_groworder.py b/ltfatpy/comp/assert_groworder.py index a2e76ff8779d41996eaf873ef71d2a712057673c..d5f75a2089f9db6e9fe6ddb131c562bc570995a2 100644 --- a/ltfatpy/comp/assert_groworder.py +++ b/ltfatpy/comp/assert_groworder.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/assert_sigreshape_post.py b/ltfatpy/comp/assert_sigreshape_post.py index 32ac9c9d75171d039140e57c5f57c3c41c85c265..12e91075c9f5fd59e9baed79f4a157c47c5de90a 100644 --- a/ltfatpy/comp/assert_sigreshape_post.py +++ b/ltfatpy/comp/assert_sigreshape_post.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/assert_sigreshape_pre.py b/ltfatpy/comp/assert_sigreshape_pre.py index 42b556c4b00382eac4a8c928c248b4df6d84156a..1383c394c46b122687dff94295ef29d2f0e26b37 100644 --- a/ltfatpy/comp/assert_sigreshape_pre.py +++ b/ltfatpy/comp/assert_sigreshape_pre.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/comp_dct.pyx b/ltfatpy/comp/comp_dct.pyx index 10b796b5290099bdb1f51539fa0210eb8c277877..a28b1be7febfd3f8b8a95ad8197d75fe0392c11f 100644 --- a/ltfatpy/comp/comp_dct.pyx +++ b/ltfatpy/comp/comp_dct.pyx @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/comp_dst.pyx b/ltfatpy/comp/comp_dst.pyx index 36d9b4c082f7837a3f7f06ed9f8e2f0c5c6bd70f..ec1f7bda2f09ef2c8778f2c7cee811e3fa276c7a 100644 --- a/ltfatpy/comp/comp_dst.pyx +++ b/ltfatpy/comp/comp_dst.pyx @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/comp_gabdual_long.pyx b/ltfatpy/comp/comp_gabdual_long.pyx index c13aa8319997788521f1bd3555433b5c60733b9d..bbf81b19a31e70c6ff8accf7f8eb34d0db576860 100644 --- a/ltfatpy/comp/comp_gabdual_long.pyx +++ b/ltfatpy/comp/comp_gabdual_long.pyx @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/comp_gabtight_long.pyx b/ltfatpy/comp/comp_gabtight_long.pyx index 775c1c592679773cf2026e85236df32e5b60856f..7bb5d864cc94baeb9ca23644965f8ebbf3787a5a 100644 --- a/ltfatpy/comp/comp_gabtight_long.pyx +++ b/ltfatpy/comp/comp_gabtight_long.pyx @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/comp_hermite.py b/ltfatpy/comp/comp_hermite.py index d24ee3a5404e400b9438f49012e50f2597524524..a8512c64314336a503f78ed3a763dbeca75320ef 100644 --- a/ltfatpy/comp/comp_hermite.py +++ b/ltfatpy/comp/comp_hermite.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/comp_hermite_all.py b/ltfatpy/comp/comp_hermite_all.py index 33f2677d1e86a3150e90735106d60d71c9775c4b..0a7aa8591a8af1a27beedf5a52bfce804e904108 100644 --- a/ltfatpy/comp/comp_hermite_all.py +++ b/ltfatpy/comp/comp_hermite_all.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/comp_isepdgt.pyx b/ltfatpy/comp/comp_isepdgt.pyx index 2d20fe7881cc5f9b4dcd9665c03185b011db054f..a8ba4e9a76c0b7627e9b7b5866b559d41d87ea04 100644 --- a/ltfatpy/comp/comp_isepdgt.pyx +++ b/ltfatpy/comp/comp_isepdgt.pyx @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/comp_isepdgtreal.pyx b/ltfatpy/comp/comp_isepdgtreal.pyx index 2b5b45e1d5e800768f3bdaa4840f3b859dbf9155..1d2138e424025a83f0a03a6138e91f0430eab73e 100644 --- a/ltfatpy/comp/comp_isepdgtreal.pyx +++ b/ltfatpy/comp/comp_isepdgtreal.pyx @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/comp_pgauss.pyx b/ltfatpy/comp/comp_pgauss.pyx index 009a70911535d976c6f0e9f0bf2b2a155e5738c8..322538d04d367c0f50f6b7c92425c5f6242a7633 100644 --- a/ltfatpy/comp/comp_pgauss.pyx +++ b/ltfatpy/comp/comp_pgauss.pyx @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/comp_sepdgt.pyx b/ltfatpy/comp/comp_sepdgt.pyx index ccc24d35b1b65b8dd3dddf48ceef5e6a2d621754..6ed6f24e3fdf2c7737690b529c065fe2c8458bd8 100644 --- a/ltfatpy/comp/comp_sepdgt.pyx +++ b/ltfatpy/comp/comp_sepdgt.pyx @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/comp_sepdgtreal.pyx b/ltfatpy/comp/comp_sepdgtreal.pyx index 61ed7a381e4d45f67ea7b76cfbbb55f260c201db..7be330de1c0fbc51dc56ae8043e3542813e8e4c2 100644 --- a/ltfatpy/comp/comp_sepdgtreal.pyx +++ b/ltfatpy/comp/comp_sepdgtreal.pyx @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/comp_sigreshape_post.py b/ltfatpy/comp/comp_sigreshape_post.py index 340d80615da047598c98868c5d93b77d2847e1c6..7b3383d3ae9bc352f696891e512af8bda7ecc12a 100644 --- a/ltfatpy/comp/comp_sigreshape_post.py +++ b/ltfatpy/comp/comp_sigreshape_post.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/comp_sigreshape_pre.py b/ltfatpy/comp/comp_sigreshape_pre.py index 0814cd9f0d6b020092beadb408bfa0a68b36ede7..39569a10860617ccd3be3622a86f4fbf81fd35bf 100644 --- a/ltfatpy/comp/comp_sigreshape_pre.py +++ b/ltfatpy/comp/comp_sigreshape_pre.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/comp_window.py b/ltfatpy/comp/comp_window.py index 49400bf2572de74cea935e2418b308c4a1be21a0..e2b5f7fe852925a9c4023a7ae26f49448f909ca7 100644 --- a/ltfatpy/comp/comp_window.py +++ b/ltfatpy/comp/comp_window.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/gabpars_from_windowsignal.py b/ltfatpy/comp/gabpars_from_windowsignal.py index 1c1363f0ef14237619885d8aa729f7bf5388e162..4bb5aaf3556147affa25114d7b8e962702def1c6 100644 --- a/ltfatpy/comp/gabpars_from_windowsignal.py +++ b/ltfatpy/comp/gabpars_from_windowsignal.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/ltfat.pxd b/ltfatpy/comp/ltfat.pxd index 087edd15b9b9a1fa4f721899bdd50a10b357054b..579ef4a691d5257f0645f68a52c95cdbcdf159eb 100644 --- a/ltfatpy/comp/ltfat.pxd +++ b/ltfatpy/comp/ltfat.pxd @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/dcti.py b/ltfatpy/fourier/dcti.py index 5bf177c6f9936c619ac915f0c323d8be0634386a..84a3f60f89ee6704a3c1e4045ebeabed6511038a 100644 --- a/ltfatpy/fourier/dcti.py +++ b/ltfatpy/fourier/dcti.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/dctii.py b/ltfatpy/fourier/dctii.py index 8b122d6bf90918986034ffc4c323868f316e474f..72383493ffff11018e84cf8c04be16999edf26d7 100644 --- a/ltfatpy/fourier/dctii.py +++ b/ltfatpy/fourier/dctii.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/dctiii.py b/ltfatpy/fourier/dctiii.py index c4c345c3970d33cf19e0a7f43ce84a33633cf8b1..51906cad2f9d00227de83468a0125af6b226c786 100644 --- a/ltfatpy/fourier/dctiii.py +++ b/ltfatpy/fourier/dctiii.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/dctiv.py b/ltfatpy/fourier/dctiv.py index f6ee6692effd9aef1a9bf9f68d2adff9d87ed250..182b05ddf69099054dcbeee5549c54f80da1f463 100644 --- a/ltfatpy/fourier/dctiv.py +++ b/ltfatpy/fourier/dctiv.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/dft.py b/ltfatpy/fourier/dft.py index 1ccf29c4d58bd56e36258017fecd0e4c240d8bf8..c4f3ebaa7f847552483cd45d6f3b91254ee69e78 100644 --- a/ltfatpy/fourier/dft.py +++ b/ltfatpy/fourier/dft.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/dsti.py b/ltfatpy/fourier/dsti.py index c1c6fcf606cec22a8f7157339dd8a602ae8172a6..83d91c6b29bb9272133f49706232a784cde8d0d4 100644 --- a/ltfatpy/fourier/dsti.py +++ b/ltfatpy/fourier/dsti.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/dstii.py b/ltfatpy/fourier/dstii.py index 94400f75b9c7828975d226c9eec469a82ff4f79f..10436d84bbe23a0acd4f19f9c192aaceef276b2f 100644 --- a/ltfatpy/fourier/dstii.py +++ b/ltfatpy/fourier/dstii.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/dstiii.py b/ltfatpy/fourier/dstiii.py index 888fa7421663d5ad9a6dece6a604faf05da7cebf..b26ecb783c39898a951dc345c5f031ba2642440d 100644 --- a/ltfatpy/fourier/dstiii.py +++ b/ltfatpy/fourier/dstiii.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/dstiv.py b/ltfatpy/fourier/dstiv.py index baec0ec58bd9518168aa6aee2eae2d7b32781443..13355ecb4c70d846c23d9de2c7a77489a30210e7 100644 --- a/ltfatpy/fourier/dstiv.py +++ b/ltfatpy/fourier/dstiv.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/fftindex.py b/ltfatpy/fourier/fftindex.py index 18891f72561babc8c18da6580a70d45807dbd3af..038293520f93ee4dcf1e6135ad54585af60b2752 100644 --- a/ltfatpy/fourier/fftindex.py +++ b/ltfatpy/fourier/fftindex.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/fftreal.py b/ltfatpy/fourier/fftreal.py index e7480287ac779e9efdd881c25b0cd982e1e8f17e..47950be65b5cd1ac3fec3aff9171ba8a065bf4e6 100644 --- a/ltfatpy/fourier/fftreal.py +++ b/ltfatpy/fourier/fftreal.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/fftresample.py b/ltfatpy/fourier/fftresample.py index c896d87acf335940145107f3a438924fc2c1d489..04b7247d5e95eda97bf4f7723320ad339edfd4b7 100644 --- a/ltfatpy/fourier/fftresample.py +++ b/ltfatpy/fourier/fftresample.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/idft.py b/ltfatpy/fourier/idft.py index a869a59724eba86d286f28c1f0e79efbd3d2b448..334da67ceeffd5d983930bdc007b079a4dc77b4f 100644 --- a/ltfatpy/fourier/idft.py +++ b/ltfatpy/fourier/idft.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/ifftreal.py b/ltfatpy/fourier/ifftreal.py index 4a3e438da830cb3273bf6ced3e3b684593d0c114..4b3831200ef145d1fa8a9563dea1a75d8dada891 100644 --- a/ltfatpy/fourier/ifftreal.py +++ b/ltfatpy/fourier/ifftreal.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/isevenfunction.py b/ltfatpy/fourier/isevenfunction.py index 6b5702b8173e92404e1f552bdee752f28ccea6ed..024184aa77cfbb45648b70d24804abcd0710e825 100644 --- a/ltfatpy/fourier/isevenfunction.py +++ b/ltfatpy/fourier/isevenfunction.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/middlepad.py b/ltfatpy/fourier/middlepad.py index b95be340f4ceca05f0718912db0385b0c5bb5510..296a52c463022aec263d136704a15acea11a2d9f 100644 --- a/ltfatpy/fourier/middlepad.py +++ b/ltfatpy/fourier/middlepad.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/pderiv.py b/ltfatpy/fourier/pderiv.py index bec45cb70608e848dfc42d67610191efca23b9a3..dd7e578ec81a8ce913b6aecdaecc6b6f238459f8 100644 --- a/ltfatpy/fourier/pderiv.py +++ b/ltfatpy/fourier/pderiv.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/pgauss.py b/ltfatpy/fourier/pgauss.py index 8c73f4975ab30f37c791f20d881e8c344e250699..6f5e0ea6c19848f07a4be9bac8415c22a18e4b2d 100644 --- a/ltfatpy/fourier/pgauss.py +++ b/ltfatpy/fourier/pgauss.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/pherm.py b/ltfatpy/fourier/pherm.py index bc4c83efec192efdc06bff75cad67314016b6500..0ddafdedd4df1efedb3a479e67c358962a5b07cc 100644 --- a/ltfatpy/fourier/pherm.py +++ b/ltfatpy/fourier/pherm.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/psech.py b/ltfatpy/fourier/psech.py index 4395b97865024c9745a6f78800d950dd3af48487..25b1519ce2661793d2bedd4b82ecfcfaa7aff6a6 100644 --- a/ltfatpy/fourier/psech.py +++ b/ltfatpy/fourier/psech.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/dgt.py b/ltfatpy/gabor/dgt.py index bb1ec7652ea1d6b0fa4a807007d09f5bc67c15ee..318f907dd8b6b2f27fb8f1240517209c27b272fc 100644 --- a/ltfatpy/gabor/dgt.py +++ b/ltfatpy/gabor/dgt.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/dgtlength.py b/ltfatpy/gabor/dgtlength.py index 6b8922a0f425d4d8c71d4120b27a11892343d546..ee06420427592fc41ff5e5f5092b97fdff6a76d1 100644 --- a/ltfatpy/gabor/dgtlength.py +++ b/ltfatpy/gabor/dgtlength.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/dgtreal.py b/ltfatpy/gabor/dgtreal.py index 1e1f38c748c8265db5960a98bf44659e3a53df38..ea029545dba6110133831ceb6b171299533f820a 100644 --- a/ltfatpy/gabor/dgtreal.py +++ b/ltfatpy/gabor/dgtreal.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/gabdual.py b/ltfatpy/gabor/gabdual.py index 779339a15765fe74a9d160c893cb5f43df2ac089..b38183ce728c351c56feb8cb15d2755f4c5ce7cc 100644 --- a/ltfatpy/gabor/gabdual.py +++ b/ltfatpy/gabor/gabdual.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/gabframediag.py b/ltfatpy/gabor/gabframediag.py index a7dedf653a197cce86dcbf9b166010455aedeca9..625366b512c3653e201cc07e068e8ad424d7d8b6 100644 --- a/ltfatpy/gabor/gabframediag.py +++ b/ltfatpy/gabor/gabframediag.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/gabimagepars.py b/ltfatpy/gabor/gabimagepars.py index 12eef76777d8b60a4743089c16e8f74b8d085e19..78156204bae1bf978fd8453252dc2660094fd6fe 100644 --- a/ltfatpy/gabor/gabimagepars.py +++ b/ltfatpy/gabor/gabimagepars.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/gabphasegrad.py b/ltfatpy/gabor/gabphasegrad.py index 9d4cd006316ca81ba8333630cfbd6a1152c1c93b..939a1e34ff60faf7ab6fc1be37156d02e6b9965c 100644 --- a/ltfatpy/gabor/gabphasegrad.py +++ b/ltfatpy/gabor/gabphasegrad.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/gabtight.py b/ltfatpy/gabor/gabtight.py index 8e2208a9dc842cc67b80df249fc820bdc6ff951a..b89f683f121c0e97edfcae06c6456ffa4428e8de 100644 --- a/ltfatpy/gabor/gabtight.py +++ b/ltfatpy/gabor/gabtight.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/gabwin.py b/ltfatpy/gabor/gabwin.py index 1acf4f7ecc41aacfaaa4fa0c3e46dac76350f8e8..f6bfc9782c5653af3ed6e8f59f7479f216e286f7 100644 --- a/ltfatpy/gabor/gabwin.py +++ b/ltfatpy/gabor/gabwin.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/idgt.py b/ltfatpy/gabor/idgt.py index b0cf675fcc459246c31d5daa1fe8224b1ffd42e7..962565d66861e4ac355b3439d5635325b901f59b 100644 --- a/ltfatpy/gabor/idgt.py +++ b/ltfatpy/gabor/idgt.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/idgtreal.py b/ltfatpy/gabor/idgtreal.py index a53f3c8742b3cf83f69492138e98fe1afd6b2ad7..6076ad81eda66c92c57447f2f357f9f1bbfcbc84 100644 --- a/ltfatpy/gabor/idgtreal.py +++ b/ltfatpy/gabor/idgtreal.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/instfreqplot.py b/ltfatpy/gabor/instfreqplot.py index f54ab1ebe21e1835540c3d11d755bb7d85c969dc..9c7caee095203230f8e1b2cc46bb2c5fac51bc95 100644 --- a/ltfatpy/gabor/instfreqplot.py +++ b/ltfatpy/gabor/instfreqplot.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/phaselock.py b/ltfatpy/gabor/phaselock.py index 1bf8cf02435134731ad5c0ca1b0eec440fbfc180..54847ede8058ceca377502716bf63e7707be7e68 100644 --- a/ltfatpy/gabor/phaselock.py +++ b/ltfatpy/gabor/phaselock.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/phaseplot.py b/ltfatpy/gabor/phaseplot.py index 2f7bd4a62b740c436cc19e2e823dad0178a38799..dbd07ee92d6f55db36bb4c87c756cd02a77f9b68 100644 --- a/ltfatpy/gabor/phaseplot.py +++ b/ltfatpy/gabor/phaseplot.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/phaseunlock.py b/ltfatpy/gabor/phaseunlock.py index 0a75e59c205a9ef6e650eefaa6300eddbc0ca1ff..84dac31dda8d703ac61f8597d84bd286680d0809 100644 --- a/ltfatpy/gabor/phaseunlock.py +++ b/ltfatpy/gabor/phaseunlock.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/plotdgt.py b/ltfatpy/gabor/plotdgt.py index b988c582519af0b5dfeb03c431fb803583692aa5..0445899a258166e468b67a481c7bb1546484e12a 100644 --- a/ltfatpy/gabor/plotdgt.py +++ b/ltfatpy/gabor/plotdgt.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/plotdgtreal.py b/ltfatpy/gabor/plotdgtreal.py index 52933cf8bfb58912f10633dd96be81c8eb9d4c48..3fe9f3fa1869a18dc938dfe690162b8c412b82a6 100644 --- a/ltfatpy/gabor/plotdgtreal.py +++ b/ltfatpy/gabor/plotdgtreal.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/s0norm.py b/ltfatpy/gabor/s0norm.py index bd30bd4353bde7ab219142cf2918e0c2d865213e..e109cd396e9fcd2f72604aee401024a8e61d9ff1 100644 --- a/ltfatpy/gabor/s0norm.py +++ b/ltfatpy/gabor/s0norm.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/sgram.py b/ltfatpy/gabor/sgram.py index 54a78e9533deb976b12bd648b7de2b23438d650d..bf450e49b722dc1a3f4af97bba2d9d838d07d5df 100644 --- a/ltfatpy/gabor/sgram.py +++ b/ltfatpy/gabor/sgram.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/tfplot.py b/ltfatpy/gabor/tfplot.py index 12cdff9fb9d4844b09eb042a0956e3583a91914b..81a75882d7d9b01f8b99ef615ac64fd872e46f5f 100644 --- a/ltfatpy/gabor/tfplot.py +++ b/ltfatpy/gabor/tfplot.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/signals/greasy.py b/ltfatpy/signals/greasy.py index e8f56758652986f643e4cf7f9a9e5424ae8ffc0e..982a57302eec092410f20ad9d42249ad49c46486 100644 --- a/ltfatpy/signals/greasy.py +++ b/ltfatpy/signals/greasy.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/signals/gspi.py b/ltfatpy/signals/gspi.py index 1048d275edebbf41af19de2da429ae896e0311bb..ed8895aba778c4608cbee530cb4c8db5e012d3c6 100644 --- a/ltfatpy/signals/gspi.py +++ b/ltfatpy/signals/gspi.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/signals/linus.py b/ltfatpy/signals/linus.py index b66b09e467a927a90f65145432cb0e907a915e06..e7b20bb5ced8a689dcf479bcb0d75ba50c524179 100644 --- a/ltfatpy/signals/linus.py +++ b/ltfatpy/signals/linus.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/sigproc/fir2long.py b/ltfatpy/sigproc/fir2long.py index fc32a16f057c4803d23b498ed515dc3eaafc6ac2..0e1fcab512dbdac80bdeb789d4baba993a74d32a 100644 --- a/ltfatpy/sigproc/fir2long.py +++ b/ltfatpy/sigproc/fir2long.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/sigproc/firkaiser.py b/ltfatpy/sigproc/firkaiser.py index fb01dc760c3e4dc277937745fb070977d1a58def..199f450cdbf58208248aa1cae850e8a534e7b0f5 100644 --- a/ltfatpy/sigproc/firkaiser.py +++ b/ltfatpy/sigproc/firkaiser.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/sigproc/firwin.py b/ltfatpy/sigproc/firwin.py index b422aa73b00ca09c0eba194ebaed59472b7c47b5..8a7429a3be2f1f0ea8b5d968f6ac0070ebec59a8 100644 --- a/ltfatpy/sigproc/firwin.py +++ b/ltfatpy/sigproc/firwin.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/sigproc/groupthresh.py b/ltfatpy/sigproc/groupthresh.py index a17fb94fc7a2eccf05cdf53228ac19954924db8e..f5eee52d1301a2c90145f6d9082d27f578800397 100644 --- a/ltfatpy/sigproc/groupthresh.py +++ b/ltfatpy/sigproc/groupthresh.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/sigproc/largestn.py b/ltfatpy/sigproc/largestn.py index dc9692a189ec624ace3f64f5781edf0e92aab1da..98fa755c62a63d8783c560e197a5e84cfeecd59e 100644 --- a/ltfatpy/sigproc/largestn.py +++ b/ltfatpy/sigproc/largestn.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/sigproc/largestr.py b/ltfatpy/sigproc/largestr.py index 4f9ea426a9100eb853c8a78c8eac665aab150231..ee9d98695260e64a88346145875061a2e298efc9 100644 --- a/ltfatpy/sigproc/largestr.py +++ b/ltfatpy/sigproc/largestr.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/sigproc/long2fir.py b/ltfatpy/sigproc/long2fir.py index ed46c9b317cf9ade6f67c1fa4b38421507e0f805..27e95fdcc145d7816834e5c0ea70d9242b2e5a20 100644 --- a/ltfatpy/sigproc/long2fir.py +++ b/ltfatpy/sigproc/long2fir.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/sigproc/normalize.py b/ltfatpy/sigproc/normalize.py index b9d113a05123dd1b9d05ce68eab052764d419daf..c5b16a48e64fbd9fc1f95b80a730618b8e77dbe4 100644 --- a/ltfatpy/sigproc/normalize.py +++ b/ltfatpy/sigproc/normalize.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/sigproc/rms.py b/ltfatpy/sigproc/rms.py index 45def7af029a7943843ccba9c5e974367e7c1a74..3bb351c69b5cbec2533e0df06309e8518efa0d4b 100644 --- a/ltfatpy/sigproc/rms.py +++ b/ltfatpy/sigproc/rms.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/sigproc/thresh.py b/ltfatpy/sigproc/thresh.py index eb43166beb01e10a79bf5a0c708dfd87c65dea21..fe15b050cb9235baa41f02d4c0b88ec1adf2a963 100644 --- a/ltfatpy/sigproc/thresh.py +++ b/ltfatpy/sigproc/thresh.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * 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 b872946d837ca12187628aa808b9c4c3525f7311..41574068cb9b4378f90c89372f74d03526cc69a8 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.11 +# * ltfatpy version = 1.0.12 # * 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 4c0d5eb2f5dcdc85a6245e36920ee5fd7409e50c..b549a118d0eb1dca002117c62cf0488eea9dc751 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.11 +# * ltfatpy version = 1.0.12 # * 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 615c0c5918ce537732a64d87fee29b7ea3b4db1e..573049364ba4a9bfcadf3195d6fef25d58fe8274 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.11 +# * ltfatpy version = 1.0.12 # * 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 096123fabbd5f918cb7cd35e2d2f44e4e6cb63f8..dfef16a8c67c7eb6215b1f792a9fcbcf6def1ae6 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.11 +# * ltfatpy version = 1.0.12 # * 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 0a46d6749f0fdf6cb767587c5209bf578f5ef41f..bed625d669c28adbdab3673e07dcc1231f3672f0 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.11 +# * ltfatpy version = 1.0.12 # * 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 8fa07018b541237d6799c280a9ef33c7739bd791..35d01fbf222ab271eae576248a286b0937aff3c9 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.11 +# * ltfatpy version = 1.0.12 # * 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 714b2746bd1c38ad4e08d36379c0b0eb42d6a9f1..b8557eb69f3e779a4eeb3aa58a7b8ad301a67e90 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.11 +# * ltfatpy version = 1.0.12 # * 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 afbc54fd7ada0f56b3da7f1517098a2dc5224f77..92a2dfab425f38eb8f21de0ca2f90372bca9a146 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.11 +# * ltfatpy version = 1.0.12 # * 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 268da5df857fdb677a8a9eb5092e9221e6c3e589..b4ba39123758648a81573857c4eef9d09afbbf72 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.11 +# * ltfatpy version = 1.0.12 # * 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 5d4f8d4cd7d7da4d78b0093f3f61ed1a9c561344..1f0fd9287bf4036eb295f3857f94aa2a11d85558 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.11 +# * ltfatpy version = 1.0.12 # * 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 f2f54c07d158f438aa16248006eeef9cbd8acf17..8843f1c55bc6f37ac578b8486bcb9647fe3abb05 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.11 +# * ltfatpy version = 1.0.12 # * 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 1dc4edd301764d6e7f9f8f892f238f4448430c47..a8634e678643f060c22206746abcc9a95826f982 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.11 +# * ltfatpy version = 1.0.12 # * 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 05a6358d3a8aa219b5a3ade6e79e0d82735d66f0..618ae5e9b274e22c549e3c5c6c2e0bf41e5aa32d 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.11 +# * ltfatpy version = 1.0.12 # * 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 74969f7325a9c516efc27f4d35990d01ecbf50ae..306b406122436b1ff18e4184c256575c5d56c663 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.11 +# * ltfatpy version = 1.0.12 # * 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 4bb57c4d6742a9bf0163cd01f2a30f1e354858bd..d807139559509ad4c0830d86f95277568b5e15c4 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.11 +# * ltfatpy version = 1.0.12 # * 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 66688c9ba5a19748079a9dafac0c9139537abfae..01aa26597edda201b4d41ffd1b070afd46c72ade 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.11 +# * ltfatpy version = 1.0.12 # * 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 f316802d663aa4d4cdce7bbd6035552ca938baa0..d74463bc934c3035364556b528ba1ff65da99def 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.11 +# * ltfatpy version = 1.0.12 # * 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 592e24a48b56963a99b1086a96538b88700c3900..c033a46894b826969186dc346ec1292f607fc0ae 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.11 +# * ltfatpy version = 1.0.12 # * 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 206ac6d23bc3d4c0a328444bbb40dd6b586eaa45..3296f2e1063204a9a0b2480154225471127e4e55 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.11 +# * ltfatpy version = 1.0.12 # * 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 8ac39a87ee8e832f17f292846a1622692b8f083c..35577bd93c6c0ac22ddc174f493565bc5e54c1f7 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.11 +# * ltfatpy version = 1.0.12 # * 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 9647e59d7fcb9ee1818ccec2a5343f960827afcf..e26999f3d4d509253dd1fcb0271370d989a828c0 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.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/fourier/test_dct.py b/ltfatpy/tests/fourier/test_dct.py index 13c3003fa727143196658345ff63b1cbae830fe0..f0192fb77b0ee4c3dfe265febd539a71b7a687ef 100644 --- a/ltfatpy/tests/fourier/test_dct.py +++ b/ltfatpy/tests/fourier/test_dct.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/fourier/test_dft.py b/ltfatpy/tests/fourier/test_dft.py index 99288ba2ab29bc33ee83b0a25d1af064600abffe..f23e3c355d6d9e94ef0470f7452d205c1a89b064 100644 --- a/ltfatpy/tests/fourier/test_dft.py +++ b/ltfatpy/tests/fourier/test_dft.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/fourier/test_dst.py b/ltfatpy/tests/fourier/test_dst.py index 5edc41ffb8267d1a77e90d4e761e011c8f878053..fc9579c6195bfa06bce8fb194d4e2a1fb426291e 100644 --- a/ltfatpy/tests/fourier/test_dst.py +++ b/ltfatpy/tests/fourier/test_dst.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/fourier/test_fftindex.py b/ltfatpy/tests/fourier/test_fftindex.py index fb38561f02e77666347a5052fea45b28faf8836b..48ddb40cc6a6a3307465fdfd044e9c1fe09b0357 100644 --- a/ltfatpy/tests/fourier/test_fftindex.py +++ b/ltfatpy/tests/fourier/test_fftindex.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/fourier/test_fftreal.py b/ltfatpy/tests/fourier/test_fftreal.py index 1dc1a59ccf1d642b860173bb22103b91b82fb501..9ace786407cc58f51d90848b5b99d37791541e60 100644 --- a/ltfatpy/tests/fourier/test_fftreal.py +++ b/ltfatpy/tests/fourier/test_fftreal.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/fourier/test_fftresample.py b/ltfatpy/tests/fourier/test_fftresample.py index fd4f9b9ced27b44fd8d05c4ca19c788c69824776..519c45c69af538c002838f9db6fa9bfbad9b8798 100644 --- a/ltfatpy/tests/fourier/test_fftresample.py +++ b/ltfatpy/tests/fourier/test_fftresample.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/fourier/test_idft.py b/ltfatpy/tests/fourier/test_idft.py index 824226d88ad18386d97ba5c1fa662318edac6a35..915f00c3e0e07dab92341e539a1a9ad210c37d13 100644 --- a/ltfatpy/tests/fourier/test_idft.py +++ b/ltfatpy/tests/fourier/test_idft.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/fourier/test_ifftreal.py b/ltfatpy/tests/fourier/test_ifftreal.py index 30f43460e7df032e94483442dabd43c1d339dda2..2f3535c72661fd8b348df8652a930e024e7a3365 100644 --- a/ltfatpy/tests/fourier/test_ifftreal.py +++ b/ltfatpy/tests/fourier/test_ifftreal.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/fourier/test_isevenfunction.py b/ltfatpy/tests/fourier/test_isevenfunction.py index adc675bfb835186e90000bf5631abf1aeac2397e..cccd2739a9691151fd53dd12a1c57efd928dd316 100644 --- a/ltfatpy/tests/fourier/test_isevenfunction.py +++ b/ltfatpy/tests/fourier/test_isevenfunction.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/fourier/test_middlepad.py b/ltfatpy/tests/fourier/test_middlepad.py index 015ceb689224077e7a5962ba2d3483d36a23504d..c2790a203fa811188ef7d645414cc7a2d353a945 100644 --- a/ltfatpy/tests/fourier/test_middlepad.py +++ b/ltfatpy/tests/fourier/test_middlepad.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/fourier/test_pderiv.py b/ltfatpy/tests/fourier/test_pderiv.py index e267b3accdb8eecba19658dd3bfe730ded0d807c..cecf359b3129142596a44849ad4ffa7a04144a01 100644 --- a/ltfatpy/tests/fourier/test_pderiv.py +++ b/ltfatpy/tests/fourier/test_pderiv.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/fourier/test_pgauss.py b/ltfatpy/tests/fourier/test_pgauss.py index 0541249ec1b127fa592fc366f4b921e9d3f06cd4..0703a9f5bd560136344f5fbff8030b115db11977 100644 --- a/ltfatpy/tests/fourier/test_pgauss.py +++ b/ltfatpy/tests/fourier/test_pgauss.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/fourier/test_pherm.py b/ltfatpy/tests/fourier/test_pherm.py index b80d9f0e2b47388dfa1216a13f1a3ad03f099628..737204cf9efa8df59ca91d89f0ed6c4986f4a368 100644 --- a/ltfatpy/tests/fourier/test_pherm.py +++ b/ltfatpy/tests/fourier/test_pherm.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/fourier/test_psech.py b/ltfatpy/tests/fourier/test_psech.py index 8c1b6b0157ad4e7c51c6580c2e58ff24f4f9cdc7..bc592c74cc265714f227c79ca6cf43fe2f0b33c9 100644 --- a/ltfatpy/tests/fourier/test_psech.py +++ b/ltfatpy/tests/fourier/test_psech.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/gabor/test_dgt.py b/ltfatpy/tests/gabor/test_dgt.py index 42acdec7ab82f4b9447507d17b37db3d2c7779bb..584480940a9cde9cf366ed6a86c4b24f56566ad7 100644 --- a/ltfatpy/tests/gabor/test_dgt.py +++ b/ltfatpy/tests/gabor/test_dgt.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/gabor/test_gabdual.py b/ltfatpy/tests/gabor/test_gabdual.py index 36f6208d0ba32fa7cee09cb3f6035e244e09ce63..0ddc9a6e1e68055f3f8eb72dc206eb13fc69acec 100644 --- a/ltfatpy/tests/gabor/test_gabdual.py +++ b/ltfatpy/tests/gabor/test_gabdual.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/gabor/test_gabframediag.py b/ltfatpy/tests/gabor/test_gabframediag.py index 0c488091bcd2d5b5e4e76ea6893070c85581f9bb..f15943b90e6852ea17e2f681a1c3e5f5a4461709 100644 --- a/ltfatpy/tests/gabor/test_gabframediag.py +++ b/ltfatpy/tests/gabor/test_gabframediag.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/gabor/test_gabimagepars.py b/ltfatpy/tests/gabor/test_gabimagepars.py index c04c1e49a0dc11fa8fefef37156dfe87ea777a39..27e8656af2b8d52a229c16be38463d737b4bbb5e 100644 --- a/ltfatpy/tests/gabor/test_gabimagepars.py +++ b/ltfatpy/tests/gabor/test_gabimagepars.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/gabor/test_gabphasegrad.py b/ltfatpy/tests/gabor/test_gabphasegrad.py index 1395436774675cd17014bb84290e3f17789226a9..27e550c94db75b62a51b9d4e1cfd65bdbceb03e7 100644 --- a/ltfatpy/tests/gabor/test_gabphasegrad.py +++ b/ltfatpy/tests/gabor/test_gabphasegrad.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/gabor/test_gabtight.py b/ltfatpy/tests/gabor/test_gabtight.py index aada4476ece6734761195b4ffdbb183f65c86a39..32f1bd1bc5c859a2e261b45af90f4a0c3da1b6fa 100644 --- a/ltfatpy/tests/gabor/test_gabtight.py +++ b/ltfatpy/tests/gabor/test_gabtight.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/gabor/test_gabwin.py b/ltfatpy/tests/gabor/test_gabwin.py index bef626f8d9eac2a0590c203d1ebe78eb2ab14bdf..383fa845222d0f278c687e37238fbbd17433ba1d 100644 --- a/ltfatpy/tests/gabor/test_gabwin.py +++ b/ltfatpy/tests/gabor/test_gabwin.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/gabor/test_idgt.py b/ltfatpy/tests/gabor/test_idgt.py index cde709daead839b5899a4b29db6578f77c82bc4d..9e0e82323460551998fbe318ebd00943d11e6387 100644 --- a/ltfatpy/tests/gabor/test_idgt.py +++ b/ltfatpy/tests/gabor/test_idgt.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/gabor/test_instfreqplot.py b/ltfatpy/tests/gabor/test_instfreqplot.py index 38dc13cf097d643f7b48e3d8254d66d3246c711f..6e6d173d1b0f941ba50cdfb9c8cac0822d1f333f 100644 --- a/ltfatpy/tests/gabor/test_instfreqplot.py +++ b/ltfatpy/tests/gabor/test_instfreqplot.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/gabor/test_phaselock.py b/ltfatpy/tests/gabor/test_phaselock.py index 5bd95c6b8b1c071a08b07c11586fb42cd6e0b6ef..71583b424efad7082242aba6587c70084ca8f85d 100644 --- a/ltfatpy/tests/gabor/test_phaselock.py +++ b/ltfatpy/tests/gabor/test_phaselock.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/gabor/test_phaseplot.py b/ltfatpy/tests/gabor/test_phaseplot.py index 230e8df72fff6e09cd733ef1551bc784293302e2..0acf5fd114cd92abf91d0240e8002a6d8c9e21b2 100644 --- a/ltfatpy/tests/gabor/test_phaseplot.py +++ b/ltfatpy/tests/gabor/test_phaseplot.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/gabor/test_phaseunlock.py b/ltfatpy/tests/gabor/test_phaseunlock.py index f9c8f337eef73647b48d2c36ff23d2117a0789f9..c723a652b7f16d5dc38eff22f9115656f959222e 100644 --- a/ltfatpy/tests/gabor/test_phaseunlock.py +++ b/ltfatpy/tests/gabor/test_phaseunlock.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/gabor/test_plotdgt.py b/ltfatpy/tests/gabor/test_plotdgt.py index 2d6dc5f62756bf9e9fe598296a102f86d9509353..7b07ea650c751e597ee942b9d850f9768c089524 100644 --- a/ltfatpy/tests/gabor/test_plotdgt.py +++ b/ltfatpy/tests/gabor/test_plotdgt.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/gabor/test_plotdgtreal.py b/ltfatpy/tests/gabor/test_plotdgtreal.py index 06eb04328f775de2938bea57327f0001bf5f8095..abd9dbd0a7d9e0e91bfdd5efe08edf5df10ec3f1 100644 --- a/ltfatpy/tests/gabor/test_plotdgtreal.py +++ b/ltfatpy/tests/gabor/test_plotdgtreal.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/gabor/test_s0norm.py b/ltfatpy/tests/gabor/test_s0norm.py index a5a6fdfc778afef6dde7cde161b9ec98d76a0c38..600d4bb0728b63d0464533c81043071add838c3c 100644 --- a/ltfatpy/tests/gabor/test_s0norm.py +++ b/ltfatpy/tests/gabor/test_s0norm.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/gabor/test_sgram.py b/ltfatpy/tests/gabor/test_sgram.py index 5d959a5dc79753276f9f6beef2bc2d996ed88390..f1d7d811da023c6583bfa2b5bc56c100009bbcbd 100644 --- a/ltfatpy/tests/gabor/test_sgram.py +++ b/ltfatpy/tests/gabor/test_sgram.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/gabor/test_tfplot.py b/ltfatpy/tests/gabor/test_tfplot.py index 254f28d97228d8c17ac51661992281f46afae012..89a574e110620dd126ad85615eea081b4cbb2e74 100644 --- a/ltfatpy/tests/gabor/test_tfplot.py +++ b/ltfatpy/tests/gabor/test_tfplot.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/signals/test_greasy.py b/ltfatpy/tests/signals/test_greasy.py index 7265754a2a50206c26ccaaab7d082c4a08a5d39c..45dcb99d971847fac90ab8e96413f3416c6d7684 100644 --- a/ltfatpy/tests/signals/test_greasy.py +++ b/ltfatpy/tests/signals/test_greasy.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/signals/test_gspi.py b/ltfatpy/tests/signals/test_gspi.py index af2ab52a445d1a41be4d1507198d6c1703b91384..a9a28130d103913b6722cc59a7e2bd6e74600c8f 100644 --- a/ltfatpy/tests/signals/test_gspi.py +++ b/ltfatpy/tests/signals/test_gspi.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/signals/test_linus.py b/ltfatpy/tests/signals/test_linus.py index 57671f7ae7c7667927387528d3f0f8918ec0f1b3..9cb6a9995eabc2a3c34dcfdb8b1c9c0d5c7c0774 100644 --- a/ltfatpy/tests/signals/test_linus.py +++ b/ltfatpy/tests/signals/test_linus.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/sigproc/test_fir2long.py b/ltfatpy/tests/sigproc/test_fir2long.py index 0d7ca438a043771db418739a5f2ce5e11da18c09..89feba704bba527c4ca5f0996dbf5fa597ee0d0b 100644 --- a/ltfatpy/tests/sigproc/test_fir2long.py +++ b/ltfatpy/tests/sigproc/test_fir2long.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/sigproc/test_firkaiser.py b/ltfatpy/tests/sigproc/test_firkaiser.py index 9187f8bd0e5745859dae77f6825dff3238c3c518..db865878c34b783a469237afe5785baf5f443e8c 100644 --- a/ltfatpy/tests/sigproc/test_firkaiser.py +++ b/ltfatpy/tests/sigproc/test_firkaiser.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/sigproc/test_firwin.py b/ltfatpy/tests/sigproc/test_firwin.py index 2e1086587d1fc086af07574a60d05491d2fc8eac..6d8d756eb33b6d1508a8e829d5ff8e254c890862 100644 --- a/ltfatpy/tests/sigproc/test_firwin.py +++ b/ltfatpy/tests/sigproc/test_firwin.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/sigproc/test_groupthresh.py b/ltfatpy/tests/sigproc/test_groupthresh.py index 9de0a2cf77225c802e57c4ad0dea28aff097cfa0..dbafe96496b293b9809a26bc9abff290cfe6814a 100644 --- a/ltfatpy/tests/sigproc/test_groupthresh.py +++ b/ltfatpy/tests/sigproc/test_groupthresh.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/sigproc/test_largestn.py b/ltfatpy/tests/sigproc/test_largestn.py index 9b09a2555facc37814508216df0876a58fdfe31e..fc91c2693b587ac2b4d22db2888b5b01ce86baae 100644 --- a/ltfatpy/tests/sigproc/test_largestn.py +++ b/ltfatpy/tests/sigproc/test_largestn.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/sigproc/test_largestr.py b/ltfatpy/tests/sigproc/test_largestr.py index e42d26cf8a5466eac799e8ed74e9bf5c6f57788c..966983b3b4c27be6b0d62193fe7e17622f7a3800 100644 --- a/ltfatpy/tests/sigproc/test_largestr.py +++ b/ltfatpy/tests/sigproc/test_largestr.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/sigproc/test_long2fir.py b/ltfatpy/tests/sigproc/test_long2fir.py index 7b398e43e113afe4ded4b8d72af88f63cdce1644..a5b9d3271698a02dc9f8fc8d7976172b363a588e 100644 --- a/ltfatpy/tests/sigproc/test_long2fir.py +++ b/ltfatpy/tests/sigproc/test_long2fir.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/sigproc/test_normalize.py b/ltfatpy/tests/sigproc/test_normalize.py index 867f618beb2bacbe1b56be70752afa29a1ac2e99..b7802d44212e132472509520d6d8494468cc3139 100644 --- a/ltfatpy/tests/sigproc/test_normalize.py +++ b/ltfatpy/tests/sigproc/test_normalize.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/sigproc/test_rms.py b/ltfatpy/tests/sigproc/test_rms.py index 4b8bcabf1ddaf206eaf618d01de54edf55cedf87..f8b013a928c920580003f47c151a0b626e033df9 100644 --- a/ltfatpy/tests/sigproc/test_rms.py +++ b/ltfatpy/tests/sigproc/test_rms.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/sigproc/test_thresh.py b/ltfatpy/tests/sigproc/test_thresh.py index 28b13fdc3c57f60fc2fc41147803f6782515d732..5a743b9154e9cd46cca39114ae50612aefc7cafa 100644 --- a/ltfatpy/tests/sigproc/test_thresh.py +++ b/ltfatpy/tests/sigproc/test_thresh.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/tools/test_lcm.py b/ltfatpy/tests/tools/test_lcm.py index ac679a123a1118b606606d8e621146613143f33d..cea18b3a0ebce3786fd45365b8d05ef54537bef6 100644 --- a/ltfatpy/tests/tools/test_lcm.py +++ b/ltfatpy/tests/tools/test_lcm.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/tools/test_postpad.py b/ltfatpy/tests/tools/test_postpad.py index 0d53c37ccbe3e5773e29a6786350c3df27a3d0a4..6ef48d6864f79b3a99fbd28a3010612e71e606ec 100644 --- a/ltfatpy/tests/tools/test_postpad.py +++ b/ltfatpy/tests/tools/test_postpad.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tools/lcm.py b/ltfatpy/tools/lcm.py index 080211e7b15fe4b0871e158d23d345aabf0f9780..8ee4c18789e6487ba1e877010c6874cc3a8c29bb 100644 --- a/ltfatpy/tools/lcm.py +++ b/ltfatpy/tools/lcm.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tools/postpad.py b/ltfatpy/tools/postpad.py index 2a23b90daa62de54e31122e0bc99f9b680691ee2..d21d1f9ef5caafe615d8a90db42d52f0ca7190c1 100644 --- a/ltfatpy/tools/postpad.py +++ b/ltfatpy/tools/postpad.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/version.py b/ltfatpy/version.py index c6c2dd3cfc4a7c72844156e2c62d328dfbfd688a..8f59414689d546c3863c48f8769fd353f2321e31 100644 --- a/ltfatpy/version.py +++ b/ltfatpy/version.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence diff --git a/setup.py b/setup.py index d6f7c645ac6605b8f245914fb6c7204e1a7f5081..3a9287755a0c901169d052716bd264d96deb0668 100755 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.11 +# * ltfatpy version = 1.0.12 # * LTFAT version = 2.1.0 # # Licence