Skip to content

Release v0.5.20211217

Choose a tag to compare

@github-actions github-actions released this 17 Dec 18:40

0.5.20211217 (2021-12-17)

Bug Fixes

  • deployment: move back to eventlet but lock master branch commit for gunicorn until new release (223390a)
  • deployment: replace eventlet with gevent (7cd6bfa)
  • deps: use locked gunicorn commit with a syntax that enables caching (333f023), closes /github.com/benoitc/gunicorn/pull/2581#issuecomment-994198667
  • fra: use \b for end of word, so it works before punctuation (22c9fd9)
  • mappings: reverse length sort abbreviations to prevent substring errors. fixes #133 (c7538c6)
  • test: test suite corrected for exceptions.IncorrectFileType change (cc64588)
  • tokenizer;--config: fix case-insensitive tok bug; --config can now load single mapping (3d88a6d)
  • fix bug causing exception with empty rules (4d644a0)
  • transducer: hide dummy rules (ad32663)
  • transducer: include all rules to debugger (d516064)
  • friendlier error messages when mapping or abbrev files not found (6226d4f)

Tests

  • add case feeding test mapping with test case (993ede7)
  • unit testing for bug causing exception with empty rules (9f1eecb)

Continuous Integration

  • bump rtd to 3.8 (0ff7b4b)
  • change from travis to gh-actions (75f8c46)
  • show github workflow build status badge (5d0c97b)
  • stop pointing to file (3a2f1f7)
  • switch to codecov (2e00437)

Styles

  • blackify mappings/init.py test_mappings.py and test_transducer.py (d6ae834)
  • blackify mappings/utils.py and tests/test_z_local_config.py (9b156b8)

Documentation

  • coverage: change to codecov (3f91397)
  • readme: add link to blog (823672d)

Code Refactoring

  • reqs: move requirements to folder (5a606e1)
  • make_g2p should raise more meaningful exceptions on caller errors (adcf91f)