Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python3-fastnumbers: upgrade 5.0.1 -> 5.1.0 | Wang Mingyu | 2023-12-14 | 1 | -10/+0 |
| | | | | | | | | | | | | | Changelog: ========== -Added the denoise option to convert floats to int without numerical noise -Support for Python 3.12 -The changelog now only explictly exists in the repository License-Update: Copyright year updated to 2023 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | python3-fastnumbers: upgrade 4.0.1 -> 5.0.1 | Wang Mingyu | 2023-03-04 | 1 | -0/+10 |
Changelog: =========== 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 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> |