Changelog for
python3-fastnumbers-2.1.1-3.2.x86_64.rpm :
Tue Feb 5 13:00:00 2019 Matej Cepl
- Add missing python3-testsuite BR
Sun Sep 30 14:00:00 2018 Arun Persaud
- update to version 2.1.1:
* Fix compile error on FreeBSD where fastnumbers’ “string.h”
shadowed the system “string.h”.
* Add a high-level description of the fastnumbers algorithm in the
documentation.
- changes from version 2.1.0:
* Fix bug in converting unicode numbers on Python 3.7.
* Restructure code base, hopefully improving simplicity.
* Speedup of conversions of ASCII-like unicode in Python 3.
* Speedup of conversions for large integers and large floats -
fastnumbers should now be at least as fast as built-in functions.
- changes from version 2.0.5:
* Fix bug in fast_real that resulted in an OverflowError when given
very large int-like floats.
* Source files are sorted before compilation.
Sun Jul 29 14:00:00 2018 jengelhAATTinai.de
- Update description.
Wed May 9 14:00:00 2018 toddrme2178AATTgmail.com
- Update to 2.0.4
* Updated docstrings.
* Improved timing documentation.
* Added testing for Python 3.7.
Thu Oct 19 14:00:00 2017 toddrme2178AATTgmail.com
- Initial version