Skip to content
Snippets Groups Projects
Commit 581ee797 authored by Denis Arrivault's avatar Denis Arrivault
Browse files

Really add the correction to bug #3 this time

parent e0544596
No related branches found
No related tags found
No related merge requests found
Showing
with 68 additions and 20 deletions
recursive-include ltfat_C_kernel *.c *.h *.txt recursive-include ltfat_C_kernel *.c *.h *.txt
recursive-include ltfatpy/comp *.c recursive-include ltfatpy/comp *.c *.pyx
recursive-include doc *.rst *.py *.png *.bib recursive-include doc *.rst *.py *.png *.bib
prune ltfat_C_kernel/tests prune ltfat_C_kernel/tests
prune ltfat_C_kernel/lib prune ltfat_C_kernel/lib
......
ltfatpy:1.0.6 ltfatpy:1.0.7
ltfat:2.1.0 ltfat:2.1.0
...@@ -26,7 +26,7 @@ time-frequency analysis and synthesis. ...@@ -26,7 +26,7 @@ time-frequency analysis and synthesis.
Version Version
------- -------
* ltfatpy version = 1.0.6 * ltfatpy version = 1.0.7
* LTFAT version = 2.1.0 * LTFAT version = 2.1.0
Licence Licence
......
...@@ -117,4 +117,4 @@ __all__ = ["arg_firwin", "assert_groworder", "assert_sigreshape_post", ...@@ -117,4 +117,4 @@ __all__ = ["arg_firwin", "assert_groworder", "assert_sigreshape_post",
"long2fir", "normalize", "rms", "thresh", "lcm", "postpad"] "long2fir", "normalize", "rms", "thresh", "lcm", "postpad"]
__version__ = "1.0.6" __version__ = "1.0.7"
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
# Version # Version
# ------- # -------
# #
# * ltfatpy version = 1.0.6 # * ltfatpy version = 1.0.7
# * LTFAT version = 2.1.0 # * LTFAT version = 2.1.0
# #
# Licence # Licence
...@@ -51,6 +51,9 @@ ...@@ -51,6 +51,9 @@
""" Module of FIR window names """ Module of FIR window names
Ported from ltfat_2.1.0/comp/arg_firwin.m Ported from ltfat_2.1.0/comp/arg_firwin.m
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
# Version # Version
# ------- # -------
# #
# * ltfatpy version = 1.0.6 # * ltfatpy version = 1.0.7
# * LTFAT version = 2.1.0 # * LTFAT version = 2.1.0
# #
# Licence # Licence
...@@ -51,6 +51,9 @@ ...@@ -51,6 +51,9 @@
""" Module of order parameter growing """ Module of order parameter growing
Ported from ltfat_2.1.0/comp/assert_groworder.m Ported from ltfat_2.1.0/comp/assert_groworder.m
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
# Version # Version
# ------- # -------
# #
# * ltfatpy version = 1.0.6 # * ltfatpy version = 1.0.7
# * LTFAT version = 2.1.0 # * LTFAT version = 2.1.0
# #
# Licence # Licence
...@@ -51,6 +51,9 @@ ...@@ -51,6 +51,9 @@
""" Module of original permuted shape restoration """ Module of original permuted shape restoration
Ported from ltfat_2.1.0/comp/assert_sigreshape_post.m Ported from ltfat_2.1.0/comp/assert_sigreshape_post.m
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
# Version # Version
# ------- # -------
# #
# * ltfatpy version = 1.0.6 # * ltfatpy version = 1.0.7
# * LTFAT version = 2.1.0 # * LTFAT version = 2.1.0
# #
# Licence # Licence
...@@ -51,6 +51,9 @@ ...@@ -51,6 +51,9 @@
""" Module of dimension input proprocessing and handling """ Module of dimension input proprocessing and handling
Ported from ltfat_2.1.0/comp/assert_sigreshape_pre.m Ported from ltfat_2.1.0/comp/assert_sigreshape_pre.m
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
# Version # Version
# ------- # -------
# #
# * ltfatpy version = 1.0.6 # * ltfatpy version = 1.0.7
# * LTFAT version = 2.1.0 # * LTFAT version = 2.1.0
# #
# Licence # Licence
...@@ -52,6 +52,9 @@ ...@@ -52,6 +52,9 @@
"""This module contains interface functions for the LTFAT computed """This module contains interface functions for the LTFAT computed
versions of dct calculations. versions of dct calculations.
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
# Version # Version
# ------- # -------
# #
# * ltfatpy version = 1.0.6 # * ltfatpy version = 1.0.7
# * LTFAT version = 2.1.0 # * LTFAT version = 2.1.0
# #
# Licence # Licence
...@@ -52,6 +52,9 @@ ...@@ -52,6 +52,9 @@
"""This module contains interface functions for the LTFAT computed """This module contains interface functions for the LTFAT computed
versions of dst calculations. versions of dst calculations.
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
# Version # Version
# ------- # -------
# #
# * ltfatpy version = 1.0.6 # * ltfatpy version = 1.0.7
# * LTFAT version = 2.1.0 # * LTFAT version = 2.1.0
# #
# Licence # Licence
...@@ -52,6 +52,9 @@ ...@@ -52,6 +52,9 @@
"""This module contains interface functions for the LTFAT computed """This module contains interface functions for the LTFAT computed
versions of gabor dual windows calculations. versions of gabor dual windows calculations.
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
# Version # Version
# ------- # -------
# #
# * ltfatpy version = 1.0.6 # * ltfatpy version = 1.0.7
# * LTFAT version = 2.1.0 # * LTFAT version = 2.1.0
# #
# Licence # Licence
...@@ -52,6 +52,9 @@ ...@@ -52,6 +52,9 @@
"""This module contains interface functions for the LTFAT computed """This module contains interface functions for the LTFAT computed
versions of tight gabor windows calculation. versions of tight gabor windows calculation.
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
# Version # Version
# ------- # -------
# #
# * ltfatpy version = 1.0.6 # * ltfatpy version = 1.0.7
# * LTFAT version = 2.1.0 # * LTFAT version = 2.1.0
# #
# Licence # Licence
...@@ -51,6 +51,9 @@ ...@@ -51,6 +51,9 @@
""" Module of sampling of continuous Hermite function computation """ Module of sampling of continuous Hermite function computation
Ported from ltfat_2.1.0/comp/comp_hermite.m Ported from ltfat_2.1.0/comp/comp_hermite.m
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
# Version # Version
# ------- # -------
# #
# * ltfatpy version = 1.0.6 # * ltfatpy version = 1.0.7
# * LTFAT version = 2.1.0 # * LTFAT version = 2.1.0
# #
# Licence # Licence
...@@ -51,6 +51,9 @@ ...@@ -51,6 +51,9 @@
""" Module of sampling of all Hermite function computation """ Module of sampling of all Hermite function computation
Ported from ltfat_2.1.0/comp/comp_hermite_all.m Ported from ltfat_2.1.0/comp/comp_hermite_all.m
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
# Version # Version
# ------- # -------
# #
# * ltfatpy version = 1.0.6 # * ltfatpy version = 1.0.7
# * LTFAT version = 2.1.0 # * LTFAT version = 2.1.0
# #
# Licence # Licence
...@@ -52,6 +52,9 @@ ...@@ -52,6 +52,9 @@
"""This module contains interface functions for the LTFAT computed """This module contains interface functions for the LTFAT computed
versions of isepdgt calculations. versions of isepdgt calculations.
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
# Version # Version
# ------- # -------
# #
# * ltfatpy version = 1.0.6 # * ltfatpy version = 1.0.7
# * LTFAT version = 2.1.0 # * LTFAT version = 2.1.0
# #
# Licence # Licence
...@@ -52,6 +52,9 @@ ...@@ -52,6 +52,9 @@
"""This module contains interface functions for the LTFAT computed """This module contains interface functions for the LTFAT computed
versions of isepdgtreal calculations. versions of isepdgtreal calculations.
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
# Version # Version
# ------- # -------
# #
# * ltfatpy version = 1.0.6 # * ltfatpy version = 1.0.7
# * LTFAT version = 2.1.0 # * LTFAT version = 2.1.0
# #
# Licence # Licence
...@@ -51,6 +51,9 @@ ...@@ -51,6 +51,9 @@
"""This module contains interface functions for the LTFAT computed """This module contains interface functions for the LTFAT computed
versions of periodized Gaussian calculation. versions of periodized Gaussian calculation.
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
# Version # Version
# ------- # -------
# #
# * ltfatpy version = 1.0.6 # * ltfatpy version = 1.0.7
# * LTFAT version = 2.1.0 # * LTFAT version = 2.1.0
# #
# Licence # Licence
...@@ -51,6 +51,9 @@ ...@@ -51,6 +51,9 @@
"""This module contains interface functions for the LTFAT computed """This module contains interface functions for the LTFAT computed
versions of sepdgt calculations. versions of sepdgt calculations.
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
# Version # Version
# ------- # -------
# #
# * ltfatpy version = 1.0.6 # * ltfatpy version = 1.0.7
# * LTFAT version = 2.1.0 # * LTFAT version = 2.1.0
# #
# Licence # Licence
...@@ -51,6 +51,9 @@ ...@@ -51,6 +51,9 @@
"""This module contains interface functions for the LTFAT computed """This module contains interface functions for the LTFAT computed
versions of sepdgt calculations. versions of sepdgt calculations.
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
# Version # Version
# ------- # -------
# #
# * ltfatpy version = 1.0.6 # * ltfatpy version = 1.0.7
# * LTFAT version = 2.1.0 # * LTFAT version = 2.1.0
# #
# Licence # Licence
...@@ -51,6 +51,9 @@ ...@@ -51,6 +51,9 @@
""" Module of comp_sigreshape_post calculation """ Module of comp_sigreshape_post calculation
Ported from ltfat_2.1.0/comp/comp_sigreshape_post.m Ported from ltfat_2.1.0/comp/comp_sigreshape_post.m
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment