proycon / deepfrog

An NLP-suite powered by deep learning
GNU General Public License v3.0
19 stars 1 forks source link

Bump ordered-float from 2.0.0 to 2.10.0 #12

Open dependabot[bot] opened 2 years ago

dependabot[bot] commented 2 years ago

Bumps ordered-float from 2.0.0 to 2.10.0.

Release notes

Sourced from ordered-float's releases.

v2.10.0

  • Add optional support for the arbitrary crate (#104).

v2.9.0

  • Implement Borrow for NotNan (#98).
  • Implement From for integer to NotNan conversions (#103).
  • Reduce the amount of unsafe code (#99).

v2.8.0

  • Add optional support for the rkyv serialization crate (#96).

v2.7.0

  • New optional dependency proptest (#94).

v2.6.0

  • Implement Signed for OrderedFloat (#93).

v2.5.1

  • The std feature should not enable the rand/std feature. This accidentally caused the rand crate to be enabled by default in 2.5.0. (#90)

v2.5.0

  • Rename the unchecked_new method to new_unchecked (#86). The old name is still supported, but deprecated.
  • Optionally implement traits from the rand crate (#84).
  • Improved documentation.

v2.4.0

  • Implement AddAssign, MulAssign, etc. for OrderedFloat<T>.
  • Implement From<OrderedFloat<Self>> for f32 and f64.
  • Add inline attributes to more methods.
  • Minor code cleanup.

v2.3.0

  • Implement traits from std::ops for reference types (#82).
  • Add more high-level documentation and examples.

v2.2.0

  • Add optional schemars feature (#78).
  • Re-export the Float trait (#79).

v2.1.1

  • Fix a compiler error when building without the std feature (#74).

v2.1.0

  • Implement more numeric traits for OrderedFloat<T> (#73).
  • Implement From<&T> for &OrderedFloat<T> (#72).

v2.0.1

  • Make assignment operators panic safe (#71). This fixes a bug that could cause undefined behavior in safe code.
Commits
  • f777611 Version 2.10.0
  • fd3583f impl arbitrary::Arbitrary for NotNan and OrderedFloat.
  • 926bf53 Version 2.9.0
  • 8287026 Add From<i32> and similar impls to NotNan
  • 76b11cd Replace unsafe transmute to a cast
  • bfabcc9 Implement Borrow for NotNan
  • 5cf18fe Version 2.8.0
  • 9823d42 Implement rkyv traits for OrderedFloat and NotNan
  • 3cfbdd6 Don't test optional features on Rust 1.36
  • f77209e Version 2.7.0
  • 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 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/proycon/deepfrog/network/alerts).