Releases: reem/rust-ordered-float
Releases · reem/rust-ordered-float
v4.1.0
v4.0.0
v3.9.1
v3.9.0
What's Changed
- Implement
rkyv
endianess by @MucTepDayH16 in #136
New Contributors
- @MucTepDayH16 made their first contribution in #136
Full Changelog: v3.8.0...v3.9.0
v3.8.0
What's Changed
- Pow support by @cdchamness in #132
- Don't activate
rand
dependency when only theserde
feature is given. by @kpreid in #133 - Export
UniformOrdered
andUniformNotNan
by @MathisWellmann in #134 - Support the same conversions from integer types as
f64
andf32
. by @blp in #135
New Contributors
- @cdchamness made their first contribution in #132
- @MathisWellmann made their first contribution in #134
- @blp made their first contribution in #135
Full Changelog: v3.7.0...v3.8.0
v3.7.0
What's Changed
- Minimum supported Rust version increased to 1.60.
- Derive traits for
rand
types by @justinlovinger in #119 - Support safe
rkyv
API. by @n3vu0r in #128 - Add separate
rkyv_16
,rkyv_32
,rkyv_64
features by @n3vu0r in #125 - Refactor hash float by @jogru0 in #129
New Contributors
Full Changelog: v3.6.0...v3.7.0