Skip to content

Releases: jmoiron/humanize

2.6.0

13 Aug 16:35
cca5a74
Compare
Choose a tag to compare

Added

  • Deploy docs to Read the Docs (#148) @hugovk
  • Build API reference docs from docstrings using MKDocs (#147) @hugovk
  • Function to represent timedeltas without losing precision (precisedelta) (#137) @eldipa

Changed

Fixed

  • Added Ukrainian language to list in README.md (#141) @tuxlabore

2.5.0

05 Jul 18:12
40f00a5
Compare
Choose a tag to compare

Added

2.4.1

27 Jun 10:19
976ad4a
Compare
Choose a tag to compare

Fixed

  • Explicit error if _DEFAULT_LOCALE_PATH is None (#132) @eldipa
  • Fix incorrect Portuguese spelling (#135) @webkaiyo
  • Fix fractional(0.333) output in README (#134) @hugovk

2.4.0

23 Apr 16:48
9aa0d4f
Compare
Choose a tag to compare

Added

2.3.0

06 Apr 18:09
Compare
Choose a tag to compare

Added

2.2.0

23 Mar 17:23
ce352e4
Compare
Choose a tag to compare

Added

  • Add Ukrainian (#125) @tuxlabore

Changed

2.1.0

20 Mar 15:49
4185315
Compare
Choose a tag to compare

Added

Fixed

2.0.0

05 Mar 17:16
aaca29f
Compare
Choose a tag to compare

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

1.1.0

05 Mar 17:04
aaca29f
Compare
Choose a tag to compare

Note: This was meant to be tagged 2.0.0 because it drops support for Python 2, and 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

Release 1.0.0

08 Feb 19:50
9c5646d
Compare
Choose a tag to compare
  • Supports Python 2.7 and 3.5+
  • Version 1.x is the last to support EOL Python 2.7
  • Add new translations:
    • German
    • Persian
    • Dutch
    • Finnish
    • Brazilian Portuguese
    • Indonesian
    • Italian
    • Japanese
    • Simplified Chinese
    • Slovak
    • Turkish
    • Vietnamese
  • Update translations:
    • French
    • Korean
    • Russian
  • Include tests in release source tarball
  • Python 3.6 invalid escape sequence deprecation fixes
  • Use built-in mock from unittest when available (Python 3.4+)