Skip to content

Releases: python-humanize/humanize

4.2.2

27 Jun 19:11
c692722
Compare
Choose a tag to compare

Fixed

  • Update annotations: naturadelta and naturaltime can also accept a float (#29) @hugovk

4.2.1

23 Jun 15:15
3ddae94
Compare
Choose a tag to compare

Fixed

  • Rename Arabic locale from ar_SA to ar to enable fallbacks (#27) @hugovk
  • Use %d for year translations, convert to string for intcomma after (#23) @carterbox
  • Fix intcomma with ndigits=0 (#26) @hugovk

4.2.0

19 Jun 09:01
29d37fb
Compare
Choose a tag to compare

Added

Fixed

  • Fix scientific() on small positive numbers (#22) @bwoodsend
  • Remove redundant wheel dependency from pyproject.toml (#16) @mgorny

4.1.0

03 May 11:11
0c177f7
Compare
Choose a tag to compare

Added

Changed

Fixed

4.0.0

08 Mar 16:06
a1514eb
Compare
Choose a tag to compare

Removed

3.14.0

14 Apr 10:56
309e7fd
Compare
Choose a tag to compare

Changed

Deprecated

3.13.1

08 Mar 16:06
429e3d8
Compare
Choose a tag to compare

Fixed

3.13.0

08 Mar 16:05
ab605ba
Compare
Choose a tag to compare

Added

Changed

Deprecated

3.12.0

08 Mar 16:05
73724c1
Compare
Choose a tag to compare

Added

Changed

  • Use importlib.metadata to get package version instead of pkg_resources.get_distribution to decrease memory consumption (jmoiron/humanize#227) @akayunov

Fixed

3.11.0

08 Mar 16:05
9e7829d
Compare
Choose a tag to compare

Added

Fixed