Added
- Add
humanize.metric()
for converting big/small numbers to SI units (#22) @bwoodsend - Add type hints (#15) @hugovk
Fixed
- Fix
scientific()
on small positive numbers (#22) @bwoodsend - Remove redundant
wheel
dependency frompyproject.toml
(#16) @mgorny