Releases: python-humanize/humanize
Releases · python-humanize/humanize
4.8.0
Added
- Add Hungarian localization (#131) @gy-balint
- Revise Turkish localization (#139) @geekdinazor
- Translate "thousand" to "千" for zh_CN (#127) @dofine
Changed
- Update docs link to https://humanize.readthedocs.io (#128) @hugovk
Fixed
- Move logic to convert aware datetime to naive into function (#123) @ErikKalkoken
- Docs: fix formatting of return value (#137) @hugovk
4.7.0
4.6.0
4.5.0
Added
- Add Basque translation (#84) @mikelolasagasti
- Add latest metric prefixes: ronna, ronto, quetta, quecto (#78) @H4ckerxx44
- Add pt_BR separators (#66) @mariovalney
Changed
- Replace setup.cfg with pyproject.toml (#90) @hugovk
- Filesize simplification (#76) @bbolli
- Cosmetic: improve exception traceback readability (#80) @hugovk
Fixed
- Fix intword for 1,000 decillion (#87) @hugovk
- Add localisation for thousand, fixing German plurals (#89) @NavisGames
- Handle NaN (#63) @The-Debarghya
4.4.0
4.3.0
4.2.3
Fixed
- Update annotations, docs, and tests:
naturaltimecan also accept atimedelta(#31) @nuztalgia
4.2.2
4.2.1
4.2.0
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
wheeldependency frompyproject.toml(#16) @mgorny