diff --git a/VERSION b/VERSION index 2eebac84740839c96e95c520b71c1f4e87973a90..aeb03589492e65f46a7cacfb488c362ceba60b8d 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -ltfatpy:1.0.13 +ltfatpy:1.0.14 ltfat:2.1.0 diff --git a/doc/copyright.rst b/doc/copyright.rst index 85ac972ac58bce4cb828c2a8dbad12971643a52c..6fce21991fbafd675f6aa32042ddc88691ef2b95 100644 --- a/doc/copyright.rst +++ b/doc/copyright.rst @@ -30,7 +30,7 @@ synthesis. Version ------- -* ltfatpy version = 1.0.13 +* ltfatpy version = 1.0.14 * LTFAT version = 2.1.0 Licence diff --git a/ltfatpy/__init__.py b/ltfatpy/__init__.py index 1eaeabc146038f5a79eea77f48549ca11e3e2c02..457c2783b4299f52677b9b84875fc781e59d01d8 100644 --- a/ltfatpy/__init__.py +++ b/ltfatpy/__init__.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * 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.13" +__version__ = "1.0.14" diff --git a/ltfatpy/comp/arg_firwin.py b/ltfatpy/comp/arg_firwin.py index d8b7f181c0f1ceae2eaa99f5523fbb97021ad485..036f0f79be9defafec01483192d6b13394591b4d 100644 --- a/ltfatpy/comp/arg_firwin.py +++ b/ltfatpy/comp/arg_firwin.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/assert_groworder.py b/ltfatpy/comp/assert_groworder.py index f50bf3c02258961fb05f262d926348168d8c956a..ab89a8fb086ac8e1d85c3a8377ee6e9e11cac9bf 100644 --- a/ltfatpy/comp/assert_groworder.py +++ b/ltfatpy/comp/assert_groworder.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/assert_sigreshape_post.py b/ltfatpy/comp/assert_sigreshape_post.py index 275e5691e3aed17363695a18815a6a7afeb28ed5..417ac0479a452de933c7a1415714ca3ae2183d06 100644 --- a/ltfatpy/comp/assert_sigreshape_post.py +++ b/ltfatpy/comp/assert_sigreshape_post.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/assert_sigreshape_pre.py b/ltfatpy/comp/assert_sigreshape_pre.py index c22ce7c2b03c6825a0d30cb4a03c576263dbde4f..0b3dbd666908c87a9a3543323c005cb042203ac3 100644 --- a/ltfatpy/comp/assert_sigreshape_pre.py +++ b/ltfatpy/comp/assert_sigreshape_pre.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/comp_dct.pyx b/ltfatpy/comp/comp_dct.pyx index d9102c4e06897844cbcd8f6059b25dea2b4e05af..0b5feee4766e2cbdd9512a5154cfc69d6ad98f85 100644 --- a/ltfatpy/comp/comp_dct.pyx +++ b/ltfatpy/comp/comp_dct.pyx @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/comp_dst.pyx b/ltfatpy/comp/comp_dst.pyx index 1d8d90a3d5602f36b4c24171d260f5519206df38..cb0e65370710467a2852551370c7899b7bc1195e 100644 --- a/ltfatpy/comp/comp_dst.pyx +++ b/ltfatpy/comp/comp_dst.pyx @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/comp_gabdual_long.pyx b/ltfatpy/comp/comp_gabdual_long.pyx index eaf83a3e2f509b57e94b5dae703652ad31d045e1..735c3e8c9a26162c80d482135de316682b9e12d2 100644 --- a/ltfatpy/comp/comp_gabdual_long.pyx +++ b/ltfatpy/comp/comp_gabdual_long.pyx @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/comp_gabtight_long.pyx b/ltfatpy/comp/comp_gabtight_long.pyx index e81859da5041523ef2ec08ce3ac7112e4e80b3d3..f361b97bcc3d1a9ad0df54bfef518527061889f2 100644 --- a/ltfatpy/comp/comp_gabtight_long.pyx +++ b/ltfatpy/comp/comp_gabtight_long.pyx @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/comp_hermite.py b/ltfatpy/comp/comp_hermite.py index bb83b17a6a5d5d779b70eecf6d58efe49c43cfe2..359222ba68a3f150d59a6d848b7b1650c90a23da 100644 --- a/ltfatpy/comp/comp_hermite.py +++ b/ltfatpy/comp/comp_hermite.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/comp_hermite_all.py b/ltfatpy/comp/comp_hermite_all.py index 13f95765cd6bf039d11e4c17ede6741ac2c0f586..31ac67e5d5ee1a4af2632b4efbdcae303bd6e99a 100644 --- a/ltfatpy/comp/comp_hermite_all.py +++ b/ltfatpy/comp/comp_hermite_all.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/comp_isepdgt.pyx b/ltfatpy/comp/comp_isepdgt.pyx index 49ffb85b988ed0162eb9676043093a4e4956895e..e76ad389d47139abfb6b2f6080b5fcd7536f52be 100644 --- a/ltfatpy/comp/comp_isepdgt.pyx +++ b/ltfatpy/comp/comp_isepdgt.pyx @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/comp_isepdgtreal.pyx b/ltfatpy/comp/comp_isepdgtreal.pyx index bbf4985492c10ee141a655c253557067b446c773..a70aff6a1d2dddda47543bb8050c638b82bf46d9 100644 --- a/ltfatpy/comp/comp_isepdgtreal.pyx +++ b/ltfatpy/comp/comp_isepdgtreal.pyx @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/comp_pgauss.pyx b/ltfatpy/comp/comp_pgauss.pyx index 9cafef129e0ef9cd382d0066a9602de203ec3124..0227047b9461fe510a7616b54174aaf579124867 100644 --- a/ltfatpy/comp/comp_pgauss.pyx +++ b/ltfatpy/comp/comp_pgauss.pyx @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/comp_sepdgt.pyx b/ltfatpy/comp/comp_sepdgt.pyx index 5719fb0d58e44da9853dca6342191f85c3646a80..2f0cd4b209c5b1bd341ff5bdabfaf65605c33137 100644 --- a/ltfatpy/comp/comp_sepdgt.pyx +++ b/ltfatpy/comp/comp_sepdgt.pyx @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/comp_sepdgtreal.pyx b/ltfatpy/comp/comp_sepdgtreal.pyx index a5391c447035467c2860b6a519a4fc4bb0be9e24..f25dc88c2de01d28f6510994d4f6e828c5040ce3 100644 --- a/ltfatpy/comp/comp_sepdgtreal.pyx +++ b/ltfatpy/comp/comp_sepdgtreal.pyx @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/comp_sigreshape_post.py b/ltfatpy/comp/comp_sigreshape_post.py index 98ed7a3f7cf36972a3f0aba06bd2c13d78910c5c..2579b3f5b89c284cfb4931bb9e6c1af4fa26d711 100644 --- a/ltfatpy/comp/comp_sigreshape_post.py +++ b/ltfatpy/comp/comp_sigreshape_post.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/comp_sigreshape_pre.py b/ltfatpy/comp/comp_sigreshape_pre.py index 51c8cc12a7b2a57c9bab98b63c074753afd4563d..e9ba6f5cda3d77cac5e3fc37fdddd2a288c4825c 100644 --- a/ltfatpy/comp/comp_sigreshape_pre.py +++ b/ltfatpy/comp/comp_sigreshape_pre.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/comp_window.py b/ltfatpy/comp/comp_window.py index f386c5d4d5a0e213a263d6becf5fcc5d10d7a7d5..c41d53824f2fb256657e940eb15ac5abc5810375 100644 --- a/ltfatpy/comp/comp_window.py +++ b/ltfatpy/comp/comp_window.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/gabpars_from_windowsignal.py b/ltfatpy/comp/gabpars_from_windowsignal.py index d13034cef08130ed183cb03f09174540e0de296f..f0b28abd6f557561f3b75f28a7d704b0637f5930 100644 --- a/ltfatpy/comp/gabpars_from_windowsignal.py +++ b/ltfatpy/comp/gabpars_from_windowsignal.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/comp/ltfat.pxd b/ltfatpy/comp/ltfat.pxd index 3edc93880cebaec09dda929e09acdef96fcf1982..cb6197bc5076c3da2ac46ec70c4f8620c7b18e20 100644 --- a/ltfatpy/comp/ltfat.pxd +++ b/ltfatpy/comp/ltfat.pxd @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/dcti.py b/ltfatpy/fourier/dcti.py index 81538a7d31ded0d396a6fca38a1fc35207c42441..5af2acfafcaa01d0e3a1ca2cbf91df961b742ff3 100644 --- a/ltfatpy/fourier/dcti.py +++ b/ltfatpy/fourier/dcti.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/dctii.py b/ltfatpy/fourier/dctii.py index d39ca732ee03d45ff650096d15f412940840bb5d..03cab4d2b545ceb44810f95f0dd696566dc55218 100644 --- a/ltfatpy/fourier/dctii.py +++ b/ltfatpy/fourier/dctii.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/dctiii.py b/ltfatpy/fourier/dctiii.py index ce640b743715f5a74c6414868ecc8404d5730667..5278ca9d8fb507a2b5ec56236cf15e8ec434a466 100644 --- a/ltfatpy/fourier/dctiii.py +++ b/ltfatpy/fourier/dctiii.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/dctiv.py b/ltfatpy/fourier/dctiv.py index a157015f6681435a0c4cd924b5a1b39d07a82e30..93aec369a703f40cac150f12e60ba6fc5450f6ac 100644 --- a/ltfatpy/fourier/dctiv.py +++ b/ltfatpy/fourier/dctiv.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/dft.py b/ltfatpy/fourier/dft.py index 062e568427a22c0c56dd7f48af5376498b22f919..d64df0e4b4e389fb83854d2d71cca527834efb2a 100644 --- a/ltfatpy/fourier/dft.py +++ b/ltfatpy/fourier/dft.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/dsti.py b/ltfatpy/fourier/dsti.py index 3cdaf61e0b4d18b04d735859e37881e347ca326c..fcaf38eadc4f19f8c9f2832d83a3b6c7a88803c1 100644 --- a/ltfatpy/fourier/dsti.py +++ b/ltfatpy/fourier/dsti.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/dstii.py b/ltfatpy/fourier/dstii.py index a7cbf1f42ddce27b0653d9fe448bee2dfe7edda1..59b97815034d05213f058a851c2db8797df24767 100644 --- a/ltfatpy/fourier/dstii.py +++ b/ltfatpy/fourier/dstii.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/dstiii.py b/ltfatpy/fourier/dstiii.py index ef7db79a50de2b2a0a79dc8add3a092792a911e9..d60b0ddadbc928becc0c9b0f06a0683873873dab 100644 --- a/ltfatpy/fourier/dstiii.py +++ b/ltfatpy/fourier/dstiii.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/dstiv.py b/ltfatpy/fourier/dstiv.py index 4269e672aaa6c358824d1e61f9de6b6c91b1b79e..b297bb4e9b7c52619e0c81fdb02b8f0e925538a2 100644 --- a/ltfatpy/fourier/dstiv.py +++ b/ltfatpy/fourier/dstiv.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/fftindex.py b/ltfatpy/fourier/fftindex.py index 633b9ad8845204b60b77b7524e59c088ed5d8fe6..fe50c78ca7dbaa6946819b3a8df71a81beabeb25 100644 --- a/ltfatpy/fourier/fftindex.py +++ b/ltfatpy/fourier/fftindex.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/fftreal.py b/ltfatpy/fourier/fftreal.py index 0894ef39a772eb703a0993cab7059acec3393ae8..de96f5bf118aff3f193588827916083ef461d435 100644 --- a/ltfatpy/fourier/fftreal.py +++ b/ltfatpy/fourier/fftreal.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/fftresample.py b/ltfatpy/fourier/fftresample.py index 4bc85830fbeff9b31fd1ed11199942330f20c746..50b77e49f0d895fe37204e81688aee2468848d59 100644 --- a/ltfatpy/fourier/fftresample.py +++ b/ltfatpy/fourier/fftresample.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/idft.py b/ltfatpy/fourier/idft.py index bb9133d98ef6ee46bb0c27fb312995d4482dc496..3d798172c3c822b7b917a6d79bb19565c25a1254 100644 --- a/ltfatpy/fourier/idft.py +++ b/ltfatpy/fourier/idft.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/ifftreal.py b/ltfatpy/fourier/ifftreal.py index 9fb95fc79715fd6928475425c44cd833a0a7a665..e72f8accca55515f00693438f0a941b896d72ddb 100644 --- a/ltfatpy/fourier/ifftreal.py +++ b/ltfatpy/fourier/ifftreal.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/isevenfunction.py b/ltfatpy/fourier/isevenfunction.py index 485abb5983e44ae7564dd4ec3585781c4f23cd00..15f1ed4489db5faec6f5928897cf0d9be98e2685 100644 --- a/ltfatpy/fourier/isevenfunction.py +++ b/ltfatpy/fourier/isevenfunction.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/middlepad.py b/ltfatpy/fourier/middlepad.py index 8db39a1abf5a2ac638514bd4a26def6dfa9e4d05..a4fcb2d9b9f395e0b19c0372e633a91c791e997f 100644 --- a/ltfatpy/fourier/middlepad.py +++ b/ltfatpy/fourier/middlepad.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/pderiv.py b/ltfatpy/fourier/pderiv.py index 93a88647c491b4499fb93bf37e3b330e51ff2eaf..4c32a9a3951d487c7242b5301128871ff35b2430 100644 --- a/ltfatpy/fourier/pderiv.py +++ b/ltfatpy/fourier/pderiv.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/pgauss.py b/ltfatpy/fourier/pgauss.py index 6bda533c4e798a410a9c83ab34713345e0ceba42..3a59b4b3d2d47290c0cd523eee56bb5a21474f40 100644 --- a/ltfatpy/fourier/pgauss.py +++ b/ltfatpy/fourier/pgauss.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/pherm.py b/ltfatpy/fourier/pherm.py index 7da16fdf69aa796f66da85cce4b6685ad3d8e58f..9772930e1cbc04f3600b245153f71dab9bedb616 100644 --- a/ltfatpy/fourier/pherm.py +++ b/ltfatpy/fourier/pherm.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/fourier/psech.py b/ltfatpy/fourier/psech.py index 3a4a4a524b4ea16c0437aaffebef1c5998c65590..7ca8340afa8522a5963b0b39e95192daa9a11f78 100644 --- a/ltfatpy/fourier/psech.py +++ b/ltfatpy/fourier/psech.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/dgt.py b/ltfatpy/gabor/dgt.py index c3bdd7e3e4153a37a20d3c443280531b204c8189..92aa5b17da1a34c4de6b57a8b12a924cef537b4e 100644 --- a/ltfatpy/gabor/dgt.py +++ b/ltfatpy/gabor/dgt.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/dgtlength.py b/ltfatpy/gabor/dgtlength.py index b3f63ba8ec37df276122c1746d075060e5c4e97f..012c6b5651f3a236fbd3b1781e0fec3e04c6b06a 100644 --- a/ltfatpy/gabor/dgtlength.py +++ b/ltfatpy/gabor/dgtlength.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/dgtreal.py b/ltfatpy/gabor/dgtreal.py index 3b78d245074c299dc701b24ba854fe8bc864114f..2bd42e922ffa7beee23b031ffcde2b4423a2e20d 100644 --- a/ltfatpy/gabor/dgtreal.py +++ b/ltfatpy/gabor/dgtreal.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/gabdual.py b/ltfatpy/gabor/gabdual.py index 2b37105c2424de0c844590dd49e90ce3ca8bc725..8d4a24fa04cba82557e7030b3f0d5eb520a8843b 100644 --- a/ltfatpy/gabor/gabdual.py +++ b/ltfatpy/gabor/gabdual.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/gabframediag.py b/ltfatpy/gabor/gabframediag.py index 3019cbd039e983520989470664b629bbeb9fbaf6..ceb2a4e2d55da3df242fd1edb34359c8d12e6d9a 100644 --- a/ltfatpy/gabor/gabframediag.py +++ b/ltfatpy/gabor/gabframediag.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/gabimagepars.py b/ltfatpy/gabor/gabimagepars.py index 8780a4cc8cad27c5b42b69ba902d8cc40eff363a..fb524aa8d901057a458476c7316d9ca6206ba794 100644 --- a/ltfatpy/gabor/gabimagepars.py +++ b/ltfatpy/gabor/gabimagepars.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/gabphasegrad.py b/ltfatpy/gabor/gabphasegrad.py index 2674f1afa4d5a11bcfdc1fa6ddc66a4b03896a54..5b193adb44d09056d05fac10ba75bb6da7d0a35f 100644 --- a/ltfatpy/gabor/gabphasegrad.py +++ b/ltfatpy/gabor/gabphasegrad.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/gabtight.py b/ltfatpy/gabor/gabtight.py index 744905cf5ce8c876b88e0ff4929d8ebc99969af4..b1b3d094321cd68b3ecbdc8f2eac182a627e793c 100644 --- a/ltfatpy/gabor/gabtight.py +++ b/ltfatpy/gabor/gabtight.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/gabwin.py b/ltfatpy/gabor/gabwin.py index ac7a1af6eb8dab7e4ef7630072f272ddd3fe1d78..a805e5d01e928c50db783f631dffd586d7acb028 100644 --- a/ltfatpy/gabor/gabwin.py +++ b/ltfatpy/gabor/gabwin.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/idgt.py b/ltfatpy/gabor/idgt.py index 609349f9121cc1ae51523ff528a63c8c983b4e55..55ac0f24ac1ca4e58a136976e25660a498185afb 100644 --- a/ltfatpy/gabor/idgt.py +++ b/ltfatpy/gabor/idgt.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/idgtreal.py b/ltfatpy/gabor/idgtreal.py index 7327e44c7cec7bc4fdb0496cce3cad43f51a79e8..55fa8dcab87c4a03b4b75b7e7e032030bd444eed 100644 --- a/ltfatpy/gabor/idgtreal.py +++ b/ltfatpy/gabor/idgtreal.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/instfreqplot.py b/ltfatpy/gabor/instfreqplot.py index c7065da1765c18001d225c5de13d95f9cf0a085c..012087840b000a28ac6efa8b2cf591af2ff5239d 100644 --- a/ltfatpy/gabor/instfreqplot.py +++ b/ltfatpy/gabor/instfreqplot.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/phaselock.py b/ltfatpy/gabor/phaselock.py index 80096cbdd4a345e2c84bcff9c00b51d3b6537679..a9ef5c5f2f4bf6fb3e34819e247c73c9ad026efb 100644 --- a/ltfatpy/gabor/phaselock.py +++ b/ltfatpy/gabor/phaselock.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/phaseplot.py b/ltfatpy/gabor/phaseplot.py index 1f8508ac87d80fc124df38d862f5bed4a88291d4..b89485461bd265fb354ec463d9f30975dcab219f 100644 --- a/ltfatpy/gabor/phaseplot.py +++ b/ltfatpy/gabor/phaseplot.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/phaseunlock.py b/ltfatpy/gabor/phaseunlock.py index d8b13a24a5202ce49ac58f4318e2373d5ff16f38..987df7f9ab64a0bfc90052eae19462b896f8f0bc 100644 --- a/ltfatpy/gabor/phaseunlock.py +++ b/ltfatpy/gabor/phaseunlock.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/plotdgt.py b/ltfatpy/gabor/plotdgt.py index d21b2fd0355fd521c4d88cd41c162e57d0444c28..551ff1f86a0ea849ea436a99ff47af828b756eb4 100644 --- a/ltfatpy/gabor/plotdgt.py +++ b/ltfatpy/gabor/plotdgt.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/plotdgtreal.py b/ltfatpy/gabor/plotdgtreal.py index d041fc914f5757361221acebc30176b133f4bd54..cd15f53144f69d06d43640a239befa3dd1748c5f 100644 --- a/ltfatpy/gabor/plotdgtreal.py +++ b/ltfatpy/gabor/plotdgtreal.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/s0norm.py b/ltfatpy/gabor/s0norm.py index 29ada31244586f112c8d5efa7a4aef86ca5fc6da..97252ebb0f4cb0cc31d70cb9435580ff064b27e5 100644 --- a/ltfatpy/gabor/s0norm.py +++ b/ltfatpy/gabor/s0norm.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/sgram.py b/ltfatpy/gabor/sgram.py index 6ed4a75e23ce39bc039e45b0d5b15907a5a1a862..7419f2d41f233e48e44c85d79214bf8f0f31046f 100644 --- a/ltfatpy/gabor/sgram.py +++ b/ltfatpy/gabor/sgram.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/gabor/tfplot.py b/ltfatpy/gabor/tfplot.py index c7a3bcb06ce4b483107102b0b8426a4408cc135d..97d1f3d1e956cc1c9cfd21c2999ee4772dae2ebd 100644 --- a/ltfatpy/gabor/tfplot.py +++ b/ltfatpy/gabor/tfplot.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/signals/greasy.py b/ltfatpy/signals/greasy.py index feea61c090e130ef487c02ed0270f0ea0ff3b11a..dd16785e1b0f14c9d2889fc43a033f6cffa192e7 100644 --- a/ltfatpy/signals/greasy.py +++ b/ltfatpy/signals/greasy.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/signals/gspi.py b/ltfatpy/signals/gspi.py index f32075eaabbe7ca82dfb69a1252b5620739f3563..a4e4686f674a7be5d93a9f0ee0c762c621b496ed 100644 --- a/ltfatpy/signals/gspi.py +++ b/ltfatpy/signals/gspi.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/signals/linus.py b/ltfatpy/signals/linus.py index 4723dd7ed292890a3b4490f3ee5656df77e92d35..5847c425ddecdac399c6ac251a1472e22185d514 100644 --- a/ltfatpy/signals/linus.py +++ b/ltfatpy/signals/linus.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/sigproc/fir2long.py b/ltfatpy/sigproc/fir2long.py index 50c0af57c70c086b888594f459b122a03d4c6f79..8a7640f8749ba45f412f28e1e01b0484b42303f4 100644 --- a/ltfatpy/sigproc/fir2long.py +++ b/ltfatpy/sigproc/fir2long.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/sigproc/firkaiser.py b/ltfatpy/sigproc/firkaiser.py index c58749d490a04fe92a392da64b96604721c86df9..305015f751ae72a8020d73cc2376c11c40e995de 100644 --- a/ltfatpy/sigproc/firkaiser.py +++ b/ltfatpy/sigproc/firkaiser.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/sigproc/firwin.py b/ltfatpy/sigproc/firwin.py index 91554b3e516fd572d43aef176c8d89be1ba97837..6a2066610319618399e6f1011622e18f651b4165 100644 --- a/ltfatpy/sigproc/firwin.py +++ b/ltfatpy/sigproc/firwin.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/sigproc/groupthresh.py b/ltfatpy/sigproc/groupthresh.py index ded45a7cead13373dd0d46af4646efe461c118ce..0c067daf264b717f81c95a305660d296325ec9aa 100644 --- a/ltfatpy/sigproc/groupthresh.py +++ b/ltfatpy/sigproc/groupthresh.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/sigproc/largestn.py b/ltfatpy/sigproc/largestn.py index d04aa1a8076de3e7b231d225b4b794c8b337050d..b52a231f3e494d563b47ec0881ddec1183ffd787 100644 --- a/ltfatpy/sigproc/largestn.py +++ b/ltfatpy/sigproc/largestn.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/sigproc/largestr.py b/ltfatpy/sigproc/largestr.py index 2118c94f468b7e212f1612602f9d41684af37113..71ab040fcfe0570120e205feea9c7338f9d9926e 100644 --- a/ltfatpy/sigproc/largestr.py +++ b/ltfatpy/sigproc/largestr.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/sigproc/long2fir.py b/ltfatpy/sigproc/long2fir.py index dd70eba73f231abcb095c4f1a794561def238f10..167df4416d3cd3e84a57b92227587622edaae14b 100644 --- a/ltfatpy/sigproc/long2fir.py +++ b/ltfatpy/sigproc/long2fir.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/sigproc/normalize.py b/ltfatpy/sigproc/normalize.py index 3cc266a917e94330cfdcb5504065b474e975201a..ba5a5cd7e34226c4277785d4b9f45d48b9338939 100644 --- a/ltfatpy/sigproc/normalize.py +++ b/ltfatpy/sigproc/normalize.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/sigproc/rms.py b/ltfatpy/sigproc/rms.py index 5e7f2bdd2a5b0905418dd4854b90222d35b18fc2..b1205d75f1e8a2b95374e53efbcb51d5c2ef8023 100644 --- a/ltfatpy/sigproc/rms.py +++ b/ltfatpy/sigproc/rms.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/sigproc/thresh.py b/ltfatpy/sigproc/thresh.py index 245b9d1d6cf05e8190e8ae4f2ddba5f67e4f1db6..0d619230df10d245332d59acd867b26088adf951 100644 --- a/ltfatpy/sigproc/thresh.py +++ b/ltfatpy/sigproc/thresh.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * 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 e67d664700d9cd6c1ca2614484f4372c1b356404..d49d3cb50721818914b04caa1e64ca05465030cc 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.13 +# * ltfatpy version = 1.0.14 # * 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 4ed9a8119d72ceedee55b228b486955592a3c2c6..5900584eecf202bbb6bdeaf159119b0aba7286cf 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.13 +# * ltfatpy version = 1.0.14 # * 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 eccaae5f2b400473cdacb992675bdbdb9c1d103b..c1ca0bdd85220e83c9996bd2bd86d6e569bd21e8 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.13 +# * ltfatpy version = 1.0.14 # * 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 1e4ec7f4e3cc502a905799aa915a3575e0a90f20..dac465483f5aca51726dc2ba9048ea1073e99e1b 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.13 +# * ltfatpy version = 1.0.14 # * 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 1abcf0c47d52c2f161e017a336daf1a1cd56fe30..5bacd3c58e26c5563633f4ecba2a3734ead93227 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.13 +# * ltfatpy version = 1.0.14 # * 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 6f425e66029c08162c5d2ab304573e6c95a9b4f2..709446f21e3ca4e09f7c3acc8e988a660ec13239 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.13 +# * ltfatpy version = 1.0.14 # * 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 4edad44790a6b0ea1497ba5c78fc32bdfc2ca8ab..aaff400cd9f3c2d744dbd833a50897a9036203ab 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.13 +# * ltfatpy version = 1.0.14 # * 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 597944705ad6c0dfb481f0e2582d25d4c139b154..66e88204eca7c45510cf6a3924e914f49d34d37b 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.13 +# * ltfatpy version = 1.0.14 # * 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 37102b81038516b771ded0d2a83f883359b14b35..cb8d880a1604780e041f634dc75c535e2f80accb 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.13 +# * ltfatpy version = 1.0.14 # * 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 b83578e4164cba88b4809546d66475cd6798b779..285b241826629a8bfd3a33ead1358980312a6282 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.13 +# * ltfatpy version = 1.0.14 # * 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 242aa05da71db51e41479b3370758f43aef0e375..1e8b7d379a36edd3e1cd4c8036f78d546f49ec6e 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.13 +# * ltfatpy version = 1.0.14 # * 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 99469ec8454205bb96c542b144a53323b6bbbc03..36eec9409000bd9e20bab43e453b1af8c8eb58c4 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.13 +# * ltfatpy version = 1.0.14 # * 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 d0a7be9b6ad6550d8bdf8d1ecd39b966d5defb32..8f861244a67e55147cde8b53bf4177db25d0ccb3 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.13 +# * ltfatpy version = 1.0.14 # * 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 8c9e2be999e5b2c2afd8eb58b978a6c7d47677b1..284fae3ae3a1f59ab6dc9edc85338781d1052f48 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.13 +# * ltfatpy version = 1.0.14 # * 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 cc1baa1aebebc52aa40a614545b1133c9dc6ebd1..abe9713b07716041108d925e6a33f899f10ce783 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.13 +# * ltfatpy version = 1.0.14 # * 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 cc9334bb6ba508a74c3a7cabeb3c0725aacdf7ca..b937611c05ba588f9f223551e2a820c10d7081b9 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.13 +# * ltfatpy version = 1.0.14 # * 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 764f12922987207948259156c4eb49be8bf6f876..438cf85747adb0ddd073b482ec43fc7090e19464 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.13 +# * ltfatpy version = 1.0.14 # * 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 2970a07e897c7134a110de210f62985ccc6c2555..22a75cdc24324e53f63d628098a1a02007f11508 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.13 +# * ltfatpy version = 1.0.14 # * 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 caa6220f103cae92ecd52c0f3f63fc4dcd6555fe..f602dd560efb4cc1cd800ad63dcabd9632282249 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.13 +# * ltfatpy version = 1.0.14 # * 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 c9ccfcd8eaef349455becdfb66ef413651f712e0..aaaf003568ef438815fb03cfa68e688e7a8bff99 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.13 +# * ltfatpy version = 1.0.14 # * 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 abd459ebb01648a070f50cc91d1b11630230ef95..a9049a49a657dcaf07fecd8ca5395ee6eb265317 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.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/fourier/test_dct.py b/ltfatpy/tests/fourier/test_dct.py index 7293c6e125f49dc33ad16356b12892d592aec840..5bca685cd541921bc4130999c01d6223ff0278ad 100644 --- a/ltfatpy/tests/fourier/test_dct.py +++ b/ltfatpy/tests/fourier/test_dct.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/fourier/test_dft.py b/ltfatpy/tests/fourier/test_dft.py index 0a823f36370d247a6a71596487ba0e4fe90b8c5a..529e33d0ef86a8e8f1e18524141466219c5272f4 100644 --- a/ltfatpy/tests/fourier/test_dft.py +++ b/ltfatpy/tests/fourier/test_dft.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/fourier/test_dst.py b/ltfatpy/tests/fourier/test_dst.py index b1df402df976a7c60b87a1183c4e99d1ab5a5ca6..a25342640d50facf8a963faaf7ebbbe999560546 100644 --- a/ltfatpy/tests/fourier/test_dst.py +++ b/ltfatpy/tests/fourier/test_dst.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/fourier/test_fftindex.py b/ltfatpy/tests/fourier/test_fftindex.py index 9731b709a932ca84681c68c1db502a1d419be156..effda97720411d96e1e2f6157d072e9d26b409cd 100644 --- a/ltfatpy/tests/fourier/test_fftindex.py +++ b/ltfatpy/tests/fourier/test_fftindex.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/fourier/test_fftreal.py b/ltfatpy/tests/fourier/test_fftreal.py index 3df50fc3a74dc61e3f827b7e53583d49e88fe874..cf5934db912f44badd4fc677c9d34e249ab5223d 100644 --- a/ltfatpy/tests/fourier/test_fftreal.py +++ b/ltfatpy/tests/fourier/test_fftreal.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/fourier/test_fftresample.py b/ltfatpy/tests/fourier/test_fftresample.py index 0f94c0e08799466be5474f94233c89dbe192f347..bc41c0470d03df97245173a52418648866f9fc33 100644 --- a/ltfatpy/tests/fourier/test_fftresample.py +++ b/ltfatpy/tests/fourier/test_fftresample.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/fourier/test_idft.py b/ltfatpy/tests/fourier/test_idft.py index 5178cdb1254112f3e109f9ffa2659e6c0c59820d..e7cfbda4347a35323b85bfb59a84fe8d549d64aa 100644 --- a/ltfatpy/tests/fourier/test_idft.py +++ b/ltfatpy/tests/fourier/test_idft.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/fourier/test_ifftreal.py b/ltfatpy/tests/fourier/test_ifftreal.py index b85298155c744c216c0f30c554d953785a1e000e..4eaaa9615b7e9c4081f259395673c0ed2be7f035 100644 --- a/ltfatpy/tests/fourier/test_ifftreal.py +++ b/ltfatpy/tests/fourier/test_ifftreal.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/fourier/test_isevenfunction.py b/ltfatpy/tests/fourier/test_isevenfunction.py index d1116b71f717a89ea22362e4001d564d643a59c0..3ef2fd06f4732595ad8c215803c81eefb2356f01 100644 --- a/ltfatpy/tests/fourier/test_isevenfunction.py +++ b/ltfatpy/tests/fourier/test_isevenfunction.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/fourier/test_middlepad.py b/ltfatpy/tests/fourier/test_middlepad.py index f9ede7bbce9c33096cc4a3c293438054ab16c537..e72a9755e08bad7fd71da780254acae2546f0ae9 100644 --- a/ltfatpy/tests/fourier/test_middlepad.py +++ b/ltfatpy/tests/fourier/test_middlepad.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/fourier/test_pderiv.py b/ltfatpy/tests/fourier/test_pderiv.py index ee6731de18c432169d76fb83dcc8fb1b082c3560..9aa65341ae70d387c35adb7ee364f522b70b0fe1 100644 --- a/ltfatpy/tests/fourier/test_pderiv.py +++ b/ltfatpy/tests/fourier/test_pderiv.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/fourier/test_pgauss.py b/ltfatpy/tests/fourier/test_pgauss.py index 64d1b13ab6be3e2f455ae5c987bfd0d32d10888a..66a254867a72f646effe42bccb8807651378f4d3 100644 --- a/ltfatpy/tests/fourier/test_pgauss.py +++ b/ltfatpy/tests/fourier/test_pgauss.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/fourier/test_pherm.py b/ltfatpy/tests/fourier/test_pherm.py index ba41c31e661763c0bbf3c91532d9e8eeae6ae810..7d4b7f2ea821a2cd40ee4be27e0febe5ac8dbd9c 100644 --- a/ltfatpy/tests/fourier/test_pherm.py +++ b/ltfatpy/tests/fourier/test_pherm.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/fourier/test_psech.py b/ltfatpy/tests/fourier/test_psech.py index fb338048cac42c11a9e160df3c52ea0537aff4c6..66be09b241a14728bfec1712b2f73ba1da607ff2 100644 --- a/ltfatpy/tests/fourier/test_psech.py +++ b/ltfatpy/tests/fourier/test_psech.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/gabor/test_dgt.py b/ltfatpy/tests/gabor/test_dgt.py index c8beac2b2ee1e0130dd9fa37a154d007c0104ffe..95b8433ac6e87666741a46d78b91c098b05c7a45 100644 --- a/ltfatpy/tests/gabor/test_dgt.py +++ b/ltfatpy/tests/gabor/test_dgt.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/gabor/test_gabdual.py b/ltfatpy/tests/gabor/test_gabdual.py index df1e260d7f8e4cf6c459927ca8e88109d660d7b3..417f63a4c0475e7c5b8389ad30bcf9bc367a5dc2 100644 --- a/ltfatpy/tests/gabor/test_gabdual.py +++ b/ltfatpy/tests/gabor/test_gabdual.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/gabor/test_gabframediag.py b/ltfatpy/tests/gabor/test_gabframediag.py index 97910c7b97fb6453258f763c5f9a7ada14f4f21a..0e15c5df63160e4476bd5dd6f8ccc14be0c66ffe 100644 --- a/ltfatpy/tests/gabor/test_gabframediag.py +++ b/ltfatpy/tests/gabor/test_gabframediag.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/gabor/test_gabimagepars.py b/ltfatpy/tests/gabor/test_gabimagepars.py index 9b68247f30647ecae47acfa26031b79e82c5bc64..422b6a42ab6a922c0659c254ec75517f0d0cc853 100644 --- a/ltfatpy/tests/gabor/test_gabimagepars.py +++ b/ltfatpy/tests/gabor/test_gabimagepars.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/gabor/test_gabphasegrad.py b/ltfatpy/tests/gabor/test_gabphasegrad.py index 384396aab67627a106c22854b803479d6865c0a4..524f11239de9ad2f7833d8e160beb2cb55547cba 100644 --- a/ltfatpy/tests/gabor/test_gabphasegrad.py +++ b/ltfatpy/tests/gabor/test_gabphasegrad.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/gabor/test_gabtight.py b/ltfatpy/tests/gabor/test_gabtight.py index c70b90a963ef35920959db2bf9f9ea09a2a8ab8d..215f11434c9123eef9eda867f57ba0bfe9dbf35c 100644 --- a/ltfatpy/tests/gabor/test_gabtight.py +++ b/ltfatpy/tests/gabor/test_gabtight.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/gabor/test_gabwin.py b/ltfatpy/tests/gabor/test_gabwin.py index 6f36ea04028b677de7a40536616195b2240952d5..bce1dd9e0e22708b29a8ba14334bce1f8e877a48 100644 --- a/ltfatpy/tests/gabor/test_gabwin.py +++ b/ltfatpy/tests/gabor/test_gabwin.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/gabor/test_idgt.py b/ltfatpy/tests/gabor/test_idgt.py index da36156f711ebd076d2ecf30cb9a27553758014c..04d5deccab3835910b648ccc9ddeebd55e61882e 100644 --- a/ltfatpy/tests/gabor/test_idgt.py +++ b/ltfatpy/tests/gabor/test_idgt.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/gabor/test_instfreqplot.py b/ltfatpy/tests/gabor/test_instfreqplot.py index 45c6dee2458e93158e71b3089f96bd36ffa25dca..99f5ded22691c78fb7ddbded2f77d17c5508815b 100644 --- a/ltfatpy/tests/gabor/test_instfreqplot.py +++ b/ltfatpy/tests/gabor/test_instfreqplot.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/gabor/test_phaselock.py b/ltfatpy/tests/gabor/test_phaselock.py index f0954bb281d12a9410d2b23ebe4e603b9a973350..96d69aa06c9e32946f81a8a6ca12f4b546794420 100644 --- a/ltfatpy/tests/gabor/test_phaselock.py +++ b/ltfatpy/tests/gabor/test_phaselock.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/gabor/test_phaseplot.py b/ltfatpy/tests/gabor/test_phaseplot.py index 67a0d35b01913c522219695e01d5ceb565e041df..dcfe30d3a656c1569c0f62ee4c58d8b8e799ed38 100644 --- a/ltfatpy/tests/gabor/test_phaseplot.py +++ b/ltfatpy/tests/gabor/test_phaseplot.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/gabor/test_phaseunlock.py b/ltfatpy/tests/gabor/test_phaseunlock.py index 0ecffbc5ea69c9e9c196d2f10bde476ddb1f8bcd..84cb130ba866be013b367e7421032be1e6b482c6 100644 --- a/ltfatpy/tests/gabor/test_phaseunlock.py +++ b/ltfatpy/tests/gabor/test_phaseunlock.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/gabor/test_plotdgt.py b/ltfatpy/tests/gabor/test_plotdgt.py index 1288146db35f3df3a55c4b2153cc24e102a2cbaa..87b97c283193cf60bd4de0c94456ebc7b84a9d00 100644 --- a/ltfatpy/tests/gabor/test_plotdgt.py +++ b/ltfatpy/tests/gabor/test_plotdgt.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/gabor/test_plotdgtreal.py b/ltfatpy/tests/gabor/test_plotdgtreal.py index 59027c04f43e11b13993193a0da1f806e16321cb..f7aa56e509a691217af3a289408b3ec5ab03fcbf 100644 --- a/ltfatpy/tests/gabor/test_plotdgtreal.py +++ b/ltfatpy/tests/gabor/test_plotdgtreal.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/gabor/test_s0norm.py b/ltfatpy/tests/gabor/test_s0norm.py index 712784a171df2a64d06ff376ac35b20c73b44c5d..16a41ca1d2771963e603d1e615ae11b97641858e 100644 --- a/ltfatpy/tests/gabor/test_s0norm.py +++ b/ltfatpy/tests/gabor/test_s0norm.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/gabor/test_sgram.py b/ltfatpy/tests/gabor/test_sgram.py index 392ad732b5be54e6c230d6ca1d7e7055e9a6c355..3cc361c4e18a28f40acc63160505dd7e26c2ff52 100644 --- a/ltfatpy/tests/gabor/test_sgram.py +++ b/ltfatpy/tests/gabor/test_sgram.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/gabor/test_tfplot.py b/ltfatpy/tests/gabor/test_tfplot.py index 2f135c9b65846d097b4c66a66b90976730c7cc03..bce91eb5d8405b9ddf72a896ebc79d5c68169502 100644 --- a/ltfatpy/tests/gabor/test_tfplot.py +++ b/ltfatpy/tests/gabor/test_tfplot.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/signals/test_greasy.py b/ltfatpy/tests/signals/test_greasy.py index 671b17484220ef4cab4ced7a05da830aa12d7de1..fe586d6acb82dbb238ad62704cdbfb31e11faaa5 100644 --- a/ltfatpy/tests/signals/test_greasy.py +++ b/ltfatpy/tests/signals/test_greasy.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/signals/test_gspi.py b/ltfatpy/tests/signals/test_gspi.py index 561fd844d22b72d1bd42c3fb2c83af54df49ce0a..e74382e381552198af0afd72de07c241632b8584 100644 --- a/ltfatpy/tests/signals/test_gspi.py +++ b/ltfatpy/tests/signals/test_gspi.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/signals/test_linus.py b/ltfatpy/tests/signals/test_linus.py index f89a0d2c1fa7263a1155544d3cc5c759f2ab7757..86ae6e9975c092ecde406f789a6fad02b7ca8bca 100644 --- a/ltfatpy/tests/signals/test_linus.py +++ b/ltfatpy/tests/signals/test_linus.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/sigproc/test_fir2long.py b/ltfatpy/tests/sigproc/test_fir2long.py index 8498cd6a0305664ebb8f7a401c5c25b44e294c1d..9cac0616f511a8791996d6fed842f3d8bf3762b1 100644 --- a/ltfatpy/tests/sigproc/test_fir2long.py +++ b/ltfatpy/tests/sigproc/test_fir2long.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/sigproc/test_firkaiser.py b/ltfatpy/tests/sigproc/test_firkaiser.py index 09ff257c0537abf5b388db46e5e9b55ff77131ab..a8bf5b89819fb927d97041b3716b8b3828c35dca 100644 --- a/ltfatpy/tests/sigproc/test_firkaiser.py +++ b/ltfatpy/tests/sigproc/test_firkaiser.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/sigproc/test_firwin.py b/ltfatpy/tests/sigproc/test_firwin.py index 0bdeb15ff60140869d9cf90367f49870e923420b..625faead5cac2b160a35ee45106678528253289a 100644 --- a/ltfatpy/tests/sigproc/test_firwin.py +++ b/ltfatpy/tests/sigproc/test_firwin.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/sigproc/test_groupthresh.py b/ltfatpy/tests/sigproc/test_groupthresh.py index 51b7927e61d30d04b25282208480aa29654ded26..5a765347553ca1536c2f78728d75fa215d1481ad 100644 --- a/ltfatpy/tests/sigproc/test_groupthresh.py +++ b/ltfatpy/tests/sigproc/test_groupthresh.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/sigproc/test_largestn.py b/ltfatpy/tests/sigproc/test_largestn.py index 9306c968bf6e7ba4d062162684a8624abc6b68f5..fb2b1e7526c5863c9de5059166a3923414d310be 100644 --- a/ltfatpy/tests/sigproc/test_largestn.py +++ b/ltfatpy/tests/sigproc/test_largestn.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/sigproc/test_largestr.py b/ltfatpy/tests/sigproc/test_largestr.py index 5a885e3afa9e2474b107d835d1214bf019d9ff8e..a48150effb3583246ce6928a39c66d75388e21aa 100644 --- a/ltfatpy/tests/sigproc/test_largestr.py +++ b/ltfatpy/tests/sigproc/test_largestr.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/sigproc/test_long2fir.py b/ltfatpy/tests/sigproc/test_long2fir.py index 5f686d585e3651b4bed9468c610bed0d2537c958..795a888cec9a2edcf9aadfdbfef3b432986edbff 100644 --- a/ltfatpy/tests/sigproc/test_long2fir.py +++ b/ltfatpy/tests/sigproc/test_long2fir.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/sigproc/test_normalize.py b/ltfatpy/tests/sigproc/test_normalize.py index 82de6765b2e403412f2ff03cd351029b45852a81..08f99a3162af5fa691f5fee7742f2483011c7dd1 100644 --- a/ltfatpy/tests/sigproc/test_normalize.py +++ b/ltfatpy/tests/sigproc/test_normalize.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/sigproc/test_rms.py b/ltfatpy/tests/sigproc/test_rms.py index 5d1bdaccdac59237de7c7309799b8a2e7aa1fc98..4745ff44ca24155c2c776b96b289683a51ab3acc 100644 --- a/ltfatpy/tests/sigproc/test_rms.py +++ b/ltfatpy/tests/sigproc/test_rms.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/sigproc/test_thresh.py b/ltfatpy/tests/sigproc/test_thresh.py index 54fd4a9f7ccb54b8c8bc28a9c6b33dbf735a3ee9..1df0701cfd6719dca4ad6e5e0234933b714caead 100644 --- a/ltfatpy/tests/sigproc/test_thresh.py +++ b/ltfatpy/tests/sigproc/test_thresh.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/tools/test_lcm.py b/ltfatpy/tests/tools/test_lcm.py index 56f1e4e1e92576852a0af22b33a223fa69518831..bc5141751711fa5276ffe10be2583606dcfd7d0e 100644 --- a/ltfatpy/tests/tools/test_lcm.py +++ b/ltfatpy/tests/tools/test_lcm.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tests/tools/test_postpad.py b/ltfatpy/tests/tools/test_postpad.py index ba6120110669323dc8480d9853cc66b5d2f85daa..4588c6c9b6d89e202701a891aac6954c033861ec 100644 --- a/ltfatpy/tests/tools/test_postpad.py +++ b/ltfatpy/tests/tools/test_postpad.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tools/lcm.py b/ltfatpy/tools/lcm.py index f553d325903f90e83a82e58baa1c7f8cbe4dd343..87550df5e70ee6fc8f603ba80aa774e2c5f928a3 100644 --- a/ltfatpy/tools/lcm.py +++ b/ltfatpy/tools/lcm.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/tools/postpad.py b/ltfatpy/tools/postpad.py index 275b3edf3a75fb2d8114ab3c259601956859d646..236bdb42dc61c3fe7a04b6418686c9ef3a0394b6 100644 --- a/ltfatpy/tools/postpad.py +++ b/ltfatpy/tools/postpad.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/ltfatpy/version.py b/ltfatpy/version.py index 7c77836c0d0237fe579c42f38bb206b733ba73ee..d92fa6274a436644440dd9dd806a9ea6e42b6f20 100644 --- a/ltfatpy/version.py +++ b/ltfatpy/version.py @@ -32,7 +32,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence diff --git a/setup.py b/setup.py index 86138bee5a84a0a42212709e33a1c4815feb05e5..879343b18f4ea006e0e2b706343d05c4789cfe18 100755 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ # Version # ------- # -# * ltfatpy version = 1.0.13 +# * ltfatpy version = 1.0.14 # * LTFAT version = 2.1.0 # # Licence @@ -335,6 +335,8 @@ def setup_package(): 'Programming Language :: C', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.6', 'Topic :: Scientific/Engineering :: Mathematics', 'Topic :: Scientific/Engineering' ],