Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
python3-fastnumbers: upgrade 4.0.1 -> 5.0.1
Changelog: =========== Added -------- Added the map option to all try_* functions to enable very fast conversions of lists or other iterables (issues openembedded#61, openembedded#63 and openembedded#67) Added try_array to enable very fast conversions directly to numpy arrays (issues openembedded#62 and openembedded#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 openembedded#66) Significantly simplified the type annotations (by 4000+ lines!) Fixed ------- Increased code coverage and fixed missing headers in codecov reaport (issue openembedded#64) Add back missing key option in type hints for deprecated fast_* functions Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
- Loading branch information