Skip to content

4.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Sep 15:23
· 238 commits to refs/heads/main since this release
5553ff5

Added

  • Add installation instructions (#56) @hugovk
  • Internationalise the decimal separator in intcomma() (#53) @Luflosi
  • Internationalise intcomma for de_DE locale (#49) @Luflosi

Fixed

  • Replace short scale with long scale for Polish numbers (#54) @mjmikulski
  • Fix intcomma() failing with a string as input when ndigits is not None (#52) @Luflosi
  • Fix some pylint findings (#42) @hugovk
  • Fix "ValueError: math domain error" for metric(0) (#47) @liukun