Skip to content

Release v0.5.20210825

Choose a tag to compare

@github-actions github-actions released this 25 Aug 16:22
b3b587f

0.5.20210825 (2021-08-25)

Features

  • und -> und-ascii mapping calls text_unidecode.unidecode() (25cdf06)

Bug Fixes

  • deps: make g2p compatible with Flask 2.0.1 (1f8a9b2), closes #111
  • ikt: syllabic ᕼ is sometimes used instead of ASCII H (ee5d0a4)
  • moh: add plain h rule (1ee20d5)
  • tli: remove obsolete -norm- infix in tli-ipa to eng-ipa mapping name (d2fb7f3)
  • unit tests must use windows compat file joining (746f98a)
  • windows compat required declaring utf8 when opening files (e883938)

Performance Improvements

  • test: disable slow and ineffective test_ipa_known_segs_all() (b708bbe)
  • test: remove slow ineffective test from test_doctor in test_cli.py (ac38dba)

Styles

  • isort run.py to ease finding which tests are missing (22f0c4e)
  • remove superfluous whitespace at line ends (13da44e)

Documentation

  • better warning messages when g2p conversion check fails (2d1b89c)

Code Refactoring

  • clean up the UnidecodeMapping code (44a878f)
  • replace unidecode (GPL only) by text_unidecode (Artistic license) (288d79e)

Continuous Integration

  • add a check to make sure we don't introduce GPL dependencies (ea3f53d)
  • GPL test was not working quite right (716e540)

Tests

  • adjust unit testing for changed haa mapping structure (e11fa57)
  • migrated expensive doctor tests to test_doctor_expensive.py (f1aa1ab)
  • und: better coverage in und unit testing (6960f3f)