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

Update quickcheck #260

Merged
merged 3 commits into from
Aug 18, 2021
Merged

Update quickcheck #260

merged 3 commits into from
Aug 18, 2021

Commits on Aug 17, 2021

  1. Increase MSRV to 1.43.0.

    Change is required for future dependency updates.
    iliekturtles committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    67468a9 View commit details
    Browse the repository at this point in the history
  2. Deprecate try-from feature.

    The feature will be removed in a future release of uom. Functionality
    previously exposed by the feature is now enabled by default.
    iliekturtles committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    db38be2 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2021

  1. Update to quickcheck 1.0.

    Change required the MSRV update as well as refactoring `from_base`,
    `to_base`, and multiple tests. The `from_base` and `to_base` changes
    provide better floating point precision while still maintaing zero-cost
    guarantees. The test changes better handle floating point precision
    issues as well as the wider range of values generated by `quickcheck`
    1.0's `Arbitrary` implementation.
    iliekturtles committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    cad039c View commit details
    Browse the repository at this point in the history