3.2.0:
Added
Internationalise intcomma and add fr_FR
Changed
Apply setup-py-upgrade
Test Python 3.9 final on Travis CI
Fixed
Fix grammar mistake in the Dutch translations
3.1.0
Added
Declare support for Python 3.9
testing/docs: Include doctests in testing
Allow custom "now" in naturaldelta and naturaltime
Fixed
Represent with a zero if the delta is too small
3.0.1
Fixed
Fix some translation for id_ID
3.0.0
Added
Add explicit setuptools dependency for pkg_resources
Removed
Drop support for Python 3.5
Fixed
Update minimum_unit handling of naturaldelta and naturaltime
Internationalise a previously hardcoded 'and'
Update docs
2.1.0:
Added
Add ndigits option to intcomma
Show more than bytes for negative file sizes
2.0.0:
Note: Humanize 1.1.0 was meant to be tagged 2.0.0 because it drops support for Python 2, so is also released as 2.0.0. If you still support Python 2, use Humanize 1.0.0.
Added
Disambiguate naturaldate return: only append year if more than ~5 months away
Add scientific notation to string support
Add micro- and millisecond units to naturaldelta and naturaltime
Changed
Disambiguate naturaldate return: only append year if more than ~5 months away
Convert remaining tests to use pytest.mark.parametrize
Refactor some tests to use pytest.mark.parametrize
Removed
Drop support for EOL Python 2
Fixed
Fix intword returning 1000.0 million instead of 1.0 billion
This modest package contains various common humanization utilities,
like turning a number into a fuzzy human readable duration ('3
minutes ago') or into a human readable size or throughput. It is
localized to Russian, French, and Korean.