Package Release Info

python-quicktions-1.11-bp153.1.22

Update Info: Base Release
Available in Package Hub : 15 SP3

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python2-quicktions
python3-quicktions

Change Logs

Version: 1.11-bp152.1.6
* Fri Mar 20 2020 pgajdos@suse.com
- version update to 1.11
  * Fix ``OverflowError`` when parsing string values with long decimal parts.
* Tue Sep 10 2019 Tomá? Chvátal <tchvatal@suse.com>
- Update to 1.10:
  * New method fraction.as_integer_ratio()
  * python 3.8 fixes
* Tue May 14 2019 John Jolly <jjolly@suse.com>
- Update to 1.9
  + Substantially faster normalisation (and therefore instantiation)
    in Py3.5+.
  + // (floordiv) now follows the expected rounding behaviour when used
    with floats (by converting to float first), and is much faster for
    integer operations.
  + Fix return type of divmod(), where the first item should be an integer.
  + Further speed up mod and divmod operations.
- Update to 1.8
  + Faster mod and divmod calculation.
- Update to 1.7
  + Faster normalisation and fraction string parsing.
  + Add support for Python 3.7.
  + Built using Cython 0.29.
- Changed %check to use %pytest_arch