Skip to content

Releases: reem/rust-ordered-float

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

v3.6.0

21 Mar 02:37
Compare
Choose a tag to compare
  • Add all possible AsPrimitive for NotNan: #124

v3.5.0

20 Mar 14:58
Compare
Choose a tag to compare
  • Implement FloatConst for OrderedFloat and NotNan (#117).
  • Implement AsPrimitive<NotNan<T>> for integer types (#123).

v3.4.0

06 Nov 18:04
Compare
Choose a tag to compare
  • Add optional bytemuck support.

v3.3.0

06 Nov 18:03
Compare
Choose a tag to compare
  • Add optional speedy support.