chrishrb / hoval-gateway

Hoval Gateway
Apache License 2.0
13 stars 5 forks source link

Update fastnumbers requirement from ~=3.1.0 to ~=5.1.0 #13

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 10 months ago

Updates the requirements on fastnumbers to permit the latest version.

Changelog

Sourced from fastnumbers's changelog.

[5.1.0] - 2023-11-28

Added

  • Added the denoise option to convert floats to int without numerical noise (issues #69 and #77)
  • Support for Python 3.12 (issues #73 and #75)

Changed

  • The changelog now only explictly exists in the repository

[5.0.1] - 2023-02-26

Fixed

  • Add back missing key option in type hints for deprecated fast_* functions

[5.0.0] - 2023-02-25

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)

[4.0.1] - 2023-02-05

... (truncated)

Commits
  • 9fa5318 Bump version: 5.0.1 → 5.1.0
  • 8af03d0 Merge pull request #77 from SethMMorton/significant-digits
  • 3258e0f Update profiling data
  • fabe113 Include explict example inputs for denoise
  • c6db7ff Add denoise option to try_real and try_forceint
  • 355f3eb Misc fixes
  • f92722e Add some convenience math helpers
  • e5a0689 Replace string_contains_what() with a class
  • c970c09 Merge pull request #74 from SethMMorton/dependabot/pip/docs/urllib3-1.26.18
  • 1c865e8 Merge pull request #75 from SethMMorton/add-python-3.12-support
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)