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
1.20 (2025-06-13)
-----------------
* ``quicktions`` is compatible with freethreading Python (3.13+).
* Accept leading zeros in precision/width for Fraction's formatting, following
https://github.com/python/cpython/pull/130663
* In line with Python's ``Fraction``, quicktions now raises a ``ValueError``
(instead of an ``OverflowError``) when exceeding parser limits, following
https://github.com/python/cpython/pull/134010
* Call ``__rpow__`` in ternary ``pow()`` if necessary, following
https://github.com/python/cpython/pull/130251
* Built using Cython 3.1.2.