Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python3-quicktions-1.11-bp153.1.22 RPM for s390x

From OpenSuSE Leap 15.3 for s390x

Name: python3-quicktions Distribution: SUSE Linux Enterprise 15 SP3
Version: 1.11 Vendor: openSUSE
Release: bp153.1.22 Build date: Sat Mar 6 11:36:23 2021
Group: Development/Languages/Python Build host: s390zp26
Size: 251187 Source RPM: python-quicktions-1.11-bp153.1.22.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/scoder/quicktions
Summary: Fast fractions data type for rational numbers
Python's Fraction data type is an excellent way to do exact money
calculations and largely beats Decimal in terms of simplicity,
accuracy and safety.  Clearly not in terms of speed, though, given
the cdecimal accelerator in Py3.3+.

Quicktions is an adaptation of the original fractions module
(as included in CPython 3.5) that is compiled and optimised with
Cython into a fast, native extension module.

Compared to the standard library fractions module in Py2.7 and
Py3.4, quicktions is currently about 10x faster, and still about
6x faster than the current version in Python 3.5.  It's also about
15x faster than the (Python implemented) decimal module in Py2.7.

Provides

Requires

License

Python-2.0

Changelog

* 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
* Fri Jun 15 2018 toddrme2178@gmail.com
  - Use more compatible py.test syntax.
* Wed May 16 2018 toddrme2178@gmail.com
  - Update to 1.6
    * Speed up Fraction creation from a string value by 3-5x.
    * Built using Cython 0.28.1.
  - Update to 1.5
    * Result of power operator (``**``) was not normalised for negative values.
    * Built using Cython 0.27.2.
  - Update to 1.4
    * Rebuilt using Cython 0.26.1 to improve support of Python 3.7.
  - Update to 1.3
    * repair the faster instantiation from Decimal values in Python 3.6
    * avoid potential glitch for certain large numbers in normalisation under Python 2.x
  - Update to 1.2
    * change hash function in Python 2.x to match that of ``fractions.Fraction``
  - Update to 1.1
    * faster instantiation from float values
    * faster instantiation from Decimal values in Python 3.6
  - Update to 1.0
    * ``Fraction.imag`` property could return non-zero
    * parsing strings with long fraction parts could use an incorrect scale
  - Implement single-spec version
* Thu Sep 03 2015 toddrme2178@gmail.com
  - Update to 0.7 (2014-10-09)
    * faster instantiation from float and string values
      fix test in Python 2.x
  - Update to 0.6 (2014-10-09)
    * faster normalisation (and thus instantiation)
* Wed Oct 08 2014 toddrme2178@gmail.com
  - Initial version

Files

/usr/lib64/python3.6/site-packages/quicktions-1.11-py3.6.egg-info
/usr/lib64/python3.6/site-packages/quicktions-1.11-py3.6.egg-info/PKG-INFO
/usr/lib64/python3.6/site-packages/quicktions-1.11-py3.6.egg-info/SOURCES.txt
/usr/lib64/python3.6/site-packages/quicktions-1.11-py3.6.egg-info/dependency_links.txt
/usr/lib64/python3.6/site-packages/quicktions-1.11-py3.6.egg-info/top_level.txt
/usr/lib64/python3.6/site-packages/quicktions.cpython-36m-s390x-linux-gnu.so
/usr/share/doc/packages/python3-quicktions
/usr/share/doc/packages/python3-quicktions/CHANGES.rst
/usr/share/doc/packages/python3-quicktions/README.rst
/usr/share/licenses/python3-quicktions
/usr/share/licenses/python3-quicktions/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 15:01:09 2024