Skip to content

2.0.0

Compare
Choose a tag to compare
@hugovk hugovk released this 05 Mar 17:16
· 287 commits to master since this release
aaca29f

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 (#107) @hugovk
  • Add scientific notation to string support (#110) @Thx3r @hugovk
  • Add micro- and millisecond units to naturaldelta and naturaltime (#104) @hugovk

Changed

  • Disambiguate naturaldate return: only append year if more than ~5 months away (#107) @hugovk
  • Convert remaining tests to use pytest.mark.parametrize (#109) @hugovk
  • Refactor some tests to use pytest.mark.parametrize (#108) @hugovk

Removed

Fixed