Version 2.3.1
·
699 commits
to master
since this release
Version 2.3.0
New features
- Can now build a
Duration
by calling.seconds()
,.nanoseconds()
, etc. on several primitive types (unsigned and signedint
s andf32
andf64
) (#96).
Enhancements
- Migrated the underlying computation from a generic lossless fraction to
TwoFloat
, a tuple of two 64bit floats to represent time. This led to an 85% reduction in computation time. (#93) - Fix odd behavior of nanoseconds in string conversion (#90)
- Implement
FromStr
forTimeSystem
for a cleaner API (#95)
Pull request here
Version 2.3.1
Enhancement
Errors
now implementsstd:err::Error
allowing it to be used as an actual error.