You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The previous version of quantecon used the function gcd(a, b) from fractions but since python 3.5 this function has been deprecated and since python 3.9, it has been moved to math.
The text was updated successfully, but these errors were encountered:
The previous version of quantecon used the function gcd(a, b) from fractions but since python 3.5 this function has been deprecated and since python 3.9, it has been moved to math.
The text was updated successfully, but these errors were encountered: