- version update to 2.2.1 * Formatting docstring * Add `allow_underscores` option to toggle whether or not underscores are allowed inside numbers on Python >= 3.6 * Update CHANGELOG format to style from https://keepachangelog.com/ OBS-URL: https://build.opensuse.org/request/show/695144 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-fastnumbers?expand=0&rev=9
53 lines
1.9 KiB
Plaintext
53 lines
1.9 KiB
Plaintext
-------------------------------------------------------------------
|
||
Wed Apr 17 12:07:36 UTC 2019 - pgajdos@suse.com
|
||
|
||
- version update to 2.2.1
|
||
* Formatting docstring
|
||
* Add `allow_underscores` option to toggle whether or not underscores
|
||
are allowed inside numbers on Python >= 3.6
|
||
* Update CHANGELOG format to style from https://keepachangelog.com/
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Feb 5 07:04:22 UTC 2019 - Matej Cepl <mcepl@suse.com>
|
||
|
||
- Add missing python3-testsuite BR
|
||
|
||
-------------------------------------------------------------------
|
||
Sun Sep 30 16:20:37 UTC 2018 - Arun Persaud <arun@gmx.de>
|
||
|
||
- 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 12:49:55 UTC 2018 - jengelh@inai.de
|
||
|
||
- Update description.
|
||
|
||
-------------------------------------------------------------------
|
||
Wed May 9 02:30:33 UTC 2018 - toddrme2178@gmail.com
|
||
|
||
- Update to 2.0.4
|
||
* Updated docstrings.
|
||
* Improved timing documentation.
|
||
* Added testing for Python 3.7.
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Oct 19 00:05:00 UTC 2017 - toddrme2178@gmail.com
|
||
|
||
- Initial version
|