Skip to content

Releases: reem/rust-ordered-float

v4.2.0

04 Dec 19:20
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.1.1...v4.2.0

v4.1.1

10 Oct 22:59
Compare
Choose a tag to compare

What's Changed

  • Optimize ord implementation and signed zero canonicalization by @orlp in #144

New Contributors

  • @orlp made their first contribution in #144

Full Changelog: v4.1.0...v4.1.1

v3.9.2

10 Oct 22:59
Compare
Choose a tag to compare
  • Optimize ord implementation and signed zero canonicalization by @orlp in #144

Full Changelog: v3.9.1...v3.9.2

v2.10.1

10 Oct 22:57
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.10.0...v2.10.1

v4.1.0

24 Sep 21:20
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.0...v4.1.0

v4.0.0

23 Sep 18:18
Compare
Choose a tag to compare

What's Changed

  • Breaking change: Always require num_traits::float::FloatCore instead of num_traits::Float where possible, by @kpreid in #138

Full Changelog: v3.9.1...v4.0.0

v3.9.1

22 Aug 17:59
Compare
Choose a tag to compare
  • Fix build error with the rkyv feature enabled (#137).

v3.9.0

18 Aug 17:53
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.8.0...v3.9.0

v3.8.0

17 Aug 22:46
Compare
Choose a tag to compare

What's Changed

  • Pow support by @cdchamness in #132
  • Don't activate rand dependency when only the serde feature is given. by @kpreid in #133
  • Export UniformOrdered and UniformNotNan by @MathisWellmann in #134
  • Support the same conversions from integer types as f64 and f32. by @blp in #135

New Contributors

Full Changelog: v3.7.0...v3.8.0

v3.7.0

23 Apr 18:35
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.6.0...v3.7.0