Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump lexical-core from 0.8.5 to 1.0.5 #3531

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 9, 2024

Bumps lexical-core from 0.8.5 to 1.0.5.

Release notes

Sourced from lexical-core's releases.

Version 1.0.5 Release

Fixed

  • Only require 19 digits for writing i64 and not 20 (#191).

Version 1.0.4 Release

Changed

  • Improved performance of integer and float formatting using the jeaiii algorithm with additional optimizations to minimize branching (#163). This also improves memory safety guarantees, since no unsafe indexing is used when formatting integers.
  • Updated our build timings, binary sizes, and benchmarks.

Version 1.0.3 Release

Changed

  • Improved performance of number formatting with non-decimal radices (#169).

Fixed

  • Inaccurate number formatting with non-decimal radices (#169).

Version 1.0.2 Release

Changed

  • Higher performance when parsing floats with digit separators.

Fixed

  • Inlining inconsistency between public API methods (credit to @​zheland)
  • Incorrectly accepting leading zeros when no_integer_leading_zeros was enabled.
  • Have consistent errors when an invalid leading digit is found for floating point numbers to always be Error::InvalidDigit.
  • Incorrect parsing of consecutive digit separators.
  • Inaccuracies when parsing digit separators at various positions leading to incorect errors being returned.
  • Selecting only a subset of parse and/or write features would cause compilation errors.
  • Fixed bug with writing integers with custom radices.

Version 1.0.1 Release

Fixed

  • A correctness regression.
  • Regressions where parsing digit separators without the compact panicked.

v1.0.0 Release

The full changelog is as follows:

Added

  • Added fuzzing and miri code safety analysis to our CI pipelines.
  • Removed requirement of alloc in no_std ennvironments without the write feature.
  • Make multi-digit optimizations in integer parsing optional.
  • Much higher miri coverage including for proptests and our corner cases from the golang test suite.

... (truncated)

Changelog

Sourced from lexical-core's changelog.

[1.0.5] 2024-12-08

Fixed

  • Only require 19 digits for writing i64 and not 20 (#191).

[1.0.4] 2024-12-07

Changed

  • Improved performance of integer and float formatting using the jeaiii algorithm with additional optimizations to minimize branching (#163). This also improves memory safety guarantees, since no unsafe indexing is used when formatting integers.
  • Updated our build timings, binary sizes, and benchmarks.

[1.0.3] 2024-12-06

Changed

  • Improved performance of number formatting with non-decimal radices (#169).

Fixed

  • Inaccurate number formatting with non-decimal radices (#169).

[1.0.2] 2024-09-24

Changed

  • Higher performance when parsing floats with digit separators.

Fixed

  • Inlining inconsistency between public API methods (credit to @​zheland)
  • Incorrectly accepting leading zeros when no_integer_leading_zeros was enabled.
  • Have consistent errors when an invalid leading digit is found for floating point numbers to always be Error::InvalidDigit.
  • Incorrect parsing of consecutive digit separators.
  • Inaccuracies when parsing digit separators at various positions leading to incorect errors being returned.
  • Selecting only a subset of parse and/or write features would cause compilation errors.
  • Fixed bug with writing integers with custom radices.

[1.0.1] 2024-09-16

Fixed

  • A correctness regression.
  • Regressions where parsing digit separators without the compact panicked.

[1.0.0] 2024-09-14

Added

... (truncated)

Commits
  • 84c1c49 Add in signed overloads for writing integers.
  • b6d0eb4 Update writer versions.
  • b9612d9 Merge pull request #189 from Alexhuszagh/docs
  • d797ce8 Update build timings.
  • 7175273 Add our Windows size info.
  • 8dcfde6 Add our Linux build sizes info.
  • e44bc85 Fix the size command documentation.
  • 2c507d5 Update CHANGELOG for 1.0.3 and unreleased.
  • 6d9b128 Update README for new benchmarks.
  • edceaca Add jeaiii optimizations for u128.
  • Additional commits viewable in compare view

Dependabot compatibility score

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 <dependency name> 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)

Bumps [lexical-core](https://github.com/Alexhuszagh/rust-lexical) from 0.8.5 to 1.0.5.
- [Release notes](https://github.com/Alexhuszagh/rust-lexical/releases)
- [Changelog](https://github.com/Alexhuszagh/rust-lexical/blob/main/CHANGELOG)
- [Commits](Alexhuszagh/rust-lexical@v0.8.5...1.0.5)

---
updated-dependencies:
- dependency-name: lexical-core
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants