Importing `deltasigma` produces the error: `AttributeError: module 'fractions' has no attribute 'gcd'` From: https://docs.python.org/3.5/library/fractions.html#fractions.gcd "Deprecated since version 3.5: Use math.gcd() instead."