Skip to content

1.20

Choose a tag to compare

@github-actions github-actions released this 13 Jun 03:31
· 43 commits to master since this release
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.