Skip to content

Commit

Permalink
python3-fastnumbers: upgrade 4.0.1 -> 5.0.1
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
wangmingyu84 authored and kraj committed Mar 4, 2023
1 parent 61e57be commit c98434e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=58db8ac9e152dd9b700f4d39ff40a31a"

PYPI_PACKAGE = "fastnumbers"

SRC_URI[sha256sum] = "3e7d74b1debb44c4803c0fea59a63d0785d6a26ebcb902e2262b3c3fba81b400"
SRC_URI[sha256sum] = "9e4fd92cdf263a8e0865af19c40ae9df45a9bc0eb5e22fefea871140e7e0262f"

inherit pypi setuptools3

0 comments on commit c98434e

Please sign in to comment.