- Feb 07, 2018
-
-
Florent Jaillet authored
-
- Feb 06, 2018
-
-
Florent Jaillet authored
-
- Jun 29, 2017
-
-
Denis Arrivault authored
-
Denis Arrivault authored
-
Florent Jaillet authored
-
Florent Jaillet authored
Note that the modifications include the fixes for issue #10 and issue #11 and should solve Debian bug 861091 and 861094.
- May 15, 2017
-
-
Denis Arrivault authored
-
Denis Arrivault authored
-
- Apr 28, 2017
-
-
Denis Arrivault authored
-
Denis Arrivault authored
-
Denis Arrivault authored
-
Denis Arrivault authored
-
- Apr 25, 2017
-
-
Denis Arrivault authored
-
Denis Arrivault authored
-
- Apr 13, 2017
-
-
Denis Arrivault authored
- Dec 20, 2016
-
-
Florent Jaillet authored
This reverts commit f8088a59
-
- Dec 15, 2016
-
-
Manuel Bertrand authored
-
- Oct 12, 2016
-
-
Denis Arrivault authored
-
- Oct 06, 2016
-
-
Denis Arrivault authored
-
- Sep 30, 2016
-
-
Denis Arrivault authored
-
- Aug 02, 2016
-
-
Florent Jaillet authored
-
Florent Jaillet authored
According to the documentation of Python 3.5, the function fractions.gcd() is deprecated and should be replaced by math.gcd(). So we modify the import of gcd() in lcm.py to import it from the math module when possible, keeping the import from the fractions module if not possible in order to keep the compatibility with older versions of Python.
-
Florent Jaillet authored
As reported in Issue #2, many VisibleDeprecationWarnings were raised when running the tests of ltfatpy with a recent version of numpy. This is now solved by insuring that values used for indexes in numpy arrays are integers, either by using integer division (//) where needed, or by explicitely converting to integer type (changing np.func(X/2) to int(np.func(X/2))), or by using int as the array dtype.
-
- Jan 14, 2016
-
-
Denis Arrivault authored
-
Denis Arrivault authored
-
Denis Arrivault authored
-
- Dec 18, 2015
-
-
Denis Arrivault authored
-
Denis Arrivault authored
-
Denis Arrivault authored
-
- Dec 17, 2015
-
-
Denis Arrivault authored
-
Denis Arrivault authored
-
Denis Arrivault authored
-
Denis Arrivault authored
-
Denis Arrivault authored
-
Denis Arrivault authored
-