Skip to content

Release v0.5.20220318

Choose a tag to compare

@github-actions github-actions released this 18 Mar 21:31

0.5.20220318 (2022-03-18)

Features

  • new g2p generate-mapping --from --to mode - WIP (3c9f3a9)
  • gen-map: implement and test gen-map with multiple target mappings (67dac09)

Bug Fixes

  • api: add index and debugger flags to documentation, add localhost server option and fix tests (fcc5225)
  • remove unused import (f573038)
  • docs: fixed typo in swagger spec (c6d8ea7)
  • test: fix coverage drop (bae0380)
  • move temporary test output to tmpdir for gen-map (ce95d48)
  • gen-map: allow --from and --to to alternatively be comma separated (24b686d)
  • gen-map: fix obsolete semicolon reference in error message (2d9facf)
  • gen-map: new generated mappings default to NFC (af8ca55)
  • gen-map: several improvements polishing the from/to mode (c0eb5f0)

Documentation

  • gen-map: better usage docs for --from/--to mode (746fce0)

Styles

  • apply some pylint recommended changes (7bd0934)
  • configured isort and mypy like in ReadAlongs/Studio (a346f05)
  • rewrite all generated JSON mapping in human-readable format (d7401f4)

Code Refactoring

  • output mappings in a more compact JSON format (204d8c5)

Tests

  • gen-map: improve unit testing coverage (5522a41)
  • gen-map: unit testing for new --from/--to gen-map (b25b006)
  • scan: make sure g2p scan works with NFC and NFD input (de2c09e)