- Update to 5.0.1
* Fixed
- Add back missing key option in type hints for deprecated fast_* functions
- Update to 5.0.0
* Added
- Added the map option to all try_* functions to enable very fast conversions of lists or other iterables (issues #61, #63 and #67)
- Added try_array to enable very fast conversions directly to numpy arrays (issues #62 and #65)
* Changed
- Move to a model where the return code is a value or error instead of a model where one has to check the error state after getting a value (issue #66)
- Significantly simplified the type annotations (by 4000+ lines!)
* Fixed
- Increased code coverage and fixed missing headers in codecov reaport (issue #64)
- Add %{?sle15_python_module_pythons}
- Ensure that SLE-15 uses gcc-12.
OBS-URL: https://build.opensuse.org/request/show/1101334
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fastnumbers?expand=0&rev=11
- Update to 5.0.1
* Fixed
- Add back missing key option in type hints for deprecated fast_* functions
- Update to 5.0.0
* Added
- Added the map option to all try_* functions to enable very fast conversions of lists or other iterables (issues #61, #63 and #67)
- Added try_array to enable very fast conversions directly to numpy arrays (issues #62 and #65)
* Changed
- Move to a model where the return code is a value or error instead of a model where one has to check the error state after getting a value (issue #66)
- Significantly simplified the type annotations (by 4000+ lines!)
* Fixed
- Increased code coverage and fixed missing headers in codecov reaport (issue #64)
- Add %{?sle15_python_module_pythons}
- Add %{?sle15_python_module_pythons}
OBS-URL: https://build.opensuse.org/request/show/1098001
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-fastnumbers?expand=0&rev=20
- Update to 3.0.0
+ Added
* Support and tests for Python 3.8
* Text to highlight that `fastnumbers` is not always faster that native Python
* `on_fail` option that is identical to `key`, but has a more descriptive name
* Windows testing to Travis-CI
* Code quality checks to Travis-CI
* Deployment from Travis-CI
* RELEASING.md
+ Changed
* Cleaned up all test code so that it no longer includes unused code
and also conformes to flake8/black
* Near-complete re-write of the README, hopefully to make the functionality
of `fastnumbers` clearer, to support better navigation, and to better
highlight caveats.
* Made all named options keyword-only except for `default`
+ Deprecated
* `key` function (it will forever remain allowed, but is "hidden" and cannot
be given with `on_fail`)
+ Fixed
* Bug where the `coerce` option of `real()` was ignored
* Improved testing reproducibility by pinning all test dependencies
+ Removed
* Support for Python 2.7 and Python 3.4
* Appveyor service
OBS-URL: https://build.opensuse.org/request/show/768783
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-fastnumbers?expand=0&rev=15