Skip to content

Releases: reem/rust-ordered-float

v3.2.0

01 Oct 02:07
Compare
Choose a tag to compare
  • Implement LowerExp and UpperExp (scientific notation) display formatting traits (#112).

v3.1.0

19 Sep 22:15
Compare
Choose a tag to compare
  • Implement AsPrimitive for OrderedFloat (#110)

v3.0.0

30 Apr 22:28
Compare
Choose a tag to compare
  • Breaking change: Remove Add/Sub/Mul/Div/Rem impls for &OrderedFloat to fix type inference errors (#91).
  • Breaking change: Update optional schemars dependency to version 0.8.
  • Add NotNan::as_f32 method (#109).

v2.10.0

05 Jan 17:00
Compare
Choose a tag to compare
  • Add optional support for the arbitrary crate (#104).

v2.9.0

03 Jan 21:15
Compare
Choose a tag to compare
  • Implement Borrow for NotNan (#98).
  • Implement From for integer to NotNan conversions (#103).
  • Reduce the amount of unsafe code (#99).

v2.8.0

02 Sep 17:43
Compare
Choose a tag to compare
  • Add optional support for the rkyv serialization crate (#96).

v2.7.0

12 Jul 20:21
Compare
Choose a tag to compare
  • New optional dependency proptest (#94).

v2.6.0

06 Jul 17:12
Compare
Choose a tag to compare
  • Implement Signed for OrderedFloat (#93).

v2.5.1

04 Jun 16:12
Compare
Choose a tag to compare
  • 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

25 May 17:02
Compare
Choose a tag to compare
  • 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.