Skip to content

Releases: IoeCmcomc/chiecthuyenngoaixa

v0.2.1

01 Jun 08:31
Compare
Choose a tag to compare

Changes

  • Fix some syllable not parsable by the Syllable.from_string() method in the syllable module.
  • Add more test cases.
  • Add more examples in the documentation.

v0.2.0

04 Sep 02:30
Compare
Choose a tag to compare

Changes

  • Add normalize_confusables() function in the misc module.
  • The num_to_words() function in the number module will now process 9 digit groups before processing 3 digit groups.

v0.1.2

25 Oct 07:52
6af4571
Compare
Choose a tag to compare

Changes

  • Fix #1. ctnx.number.num_to_words() will now support Decimal and str types.