Releases: reem/rust-ordered-float
Releases · reem/rust-ordered-float
v1.1.0
30 Jun 15:25
Compare
Sorry, something went wrong.
No results found
Implement Sum and Product traits for NotNan (#65 ).
Implement Neg and Zero traits for OrderedFloat (#60 , #66 ).
Implement Add, Sub, Mul, and Div traits for OrderedFloat.
v1.0.2
13 Mar 19:15
Compare
Sorry, something went wrong.
No results found
Implement FromStr (#53 )
Internal refactoring (#55 )
Fix for no_std builds (#59 )
v0.5.2
15 Sep 20:09
Compare
Sorry, something went wrong.
No results found
Fix PartialOrd implementation for OrderedFloat (#35 ).
v1.0.1: Version 1.0.1
12 Sep 17:21
Compare
Sorry, something went wrong.
No results found
no_std support (#51 )
Remove unreachable dependency (#50 )
v0.5.1
10 Sep 22:36
Compare
Sorry, something went wrong.
No results found
Check addition for NaN (#48 ).
Upgrade to unreachable 1.0.
v.1.0.0
09 Sep 16:19
Compare
Sorry, something went wrong.
No results found
Requires Rust 1.28 or higher (#49 ).
Renamed NotNaN to NotNan (#28 ).
Make Ord and PartialOrd agree on ordering (#35 ).
Structs are #[repr(transparent)] (#49 ).
Check addition for NaN (#48 ).
Implement traits from num-traits (#31 , #42 , #46 ).
Improved error display (#24 )
Upgraded dependencies (#30 , #33 , #37 , #38 , #40 , #45 ).