v0.12.1
This release fixes a few incorrect implementations of some methods.
Patches
- Fixed #47, by making
midpointround to zero for signed integers. - Changed the
Debugimplementation ofParseIntErrorto match that ofcore::num::ParseIntError. - Fixed the
lcmmethod onnum-integer::Integerfor signed integers (now always returns non-negative values) - Corrected more cases where a
PosOverflowerror is returned instead of anInvalidDigiterror when parsing integers (however there some edge cases wherePosOverflowshould 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