Releases: python-humanize/humanize
Releases · python-humanize/humanize
3.2.0
Added
- Internationalise intcomma and add fr_FR (jmoiron/humanize#183) @hugovk
Changed
- Apply setup-py-upgrade (jmoiron/humanize#178) @graingert
- Test Python 3.9 final on Travis CI (jmoiron/humanize#176) @jaimcamp
Fixed
- Fix grammar mistake in the Dutch translations (jmoiron/humanize#181) @mildblimp
3.1.0
Added
- Declare support for Python 3.9 (jmoiron/humanize#171) @jaimcamp
- testing/docs: Include doctests in testing (jmoiron/humanize#168) @carlpatt
- Allow custom "now" in naturaldelta and naturaltime (jmoiron/humanize#144) @phijor
Fixed
- Represent with a zero if the delta is too small (jmoiron/humanize#170) @eldipa
3.0.1
Fixed
- Fix some translation for id_ID (jmoiron/humanize#165) @adierebel
3.0.0
Added
- Add explicit setuptools dependency for pkg_resources (jmoiron/humanize#158) @mgorny
Removed
- Drop support for Python 3.5 (jmoiron/humanize#151) @hugovk
Fixed
- Update
minimum_unit
handling ofnaturaldelta
andnaturaltime
(jmoiron/humanize#142) @hugovk - Internationalise a previously hardcoded and (jmoiron/humanize#163) @hugovk
- Update docs (jmoiron/humanize#153) @hugovk
2.6.0
Added
- Deploy docs to Read the Docs (jmoiron/humanize#148) @hugovk
- Build API reference docs from docstrings using MKDocs (jmoiron/humanize#147) @hugovk
- Function to represent timedeltas without losing precision (precisedelta) (jmoiron/humanize#137) @eldipa
Changed
- Improve default locale path discovering. (jmoiron/humanize#146) @mondeja
Fixed
- Added Ukrainian language to list in README.md (jmoiron/humanize#141) @tuxlabore
2.5.0
Added
- Add pt_PT locale (jmoiron/humanize#138) @rjgpacheco
2.4.1
Fixed
- Explicit error if _DEFAULT_LOCALE_PATH is None (jmoiron/humanize#132) @eldipa
- Fix incorrect Portuguese spelling (jmoiron/humanize#135) @webkaiyo
- Fix fractional(0.333) output in README (jmoiron/humanize#134) @hugovk
2.4.0
2.3.0
2.2.0
Added
- Add Ukrainian (jmoiron/humanize#125) @tuxlabore
Changed
- Update translations (jmoiron/humanize#126) @hugovk