This release fixes a few incorrect implementations of some methods.
Patches
- Fixed #47, by making
midpoint
round to zero for signed integers. - Changed the
Debug
implementation ofParseIntError
to match that ofcore::num::ParseIntError
. - Fixed the
lcm
method onnum-integer::Integer
for signed integers (now always returns non-negative values) - Corrected more cases where a
PosOverflow
error is returned instead of anInvalidDigit
error when parsing integers (however there some edge cases wherePosOverflow
should be returned and now isn't, this will be fixed at some point).
Auto-generated release notes:
What's Changed
- Latest by @isaacholt100 in #48
Full Changelog: v0.12.0...v0.12.1