Skip to content

v2.2.1

Choose a tag to compare

@github-actions github-actions released this 03 Apr 18:14
· 135 commits to main since this release
aca5701

✨ New Features

  • 9dbd466 - add Halkomelem APA/Hul’q’umi’num’ mapping (commit by @goodzack)
  • ed987b3 - chain equiv for kwk-umista; handle case better for all kwk mappings (commit by @joanise)
  • 403b0a3 - kwk broad IPA mapping for a more phonemic IPA representation (commit by @joanise)

🐛 Bug Fixes

  • f1dac49 - name ikt "Inuktut, Western" so it sorts next to Inuktitut (PR #410 by @joanise)
  • bc7e599 - app.py assumes a Transducer, just type ignore the mypy error (commit by @joanise)
  • 121cb92 - test: make test_studio more robust by waiting for meaningful effects (commit by @joanise)
  • 65305d4 - kwk digraphs in Umista use U+0315 not U+0313 (commit by @joanise)
  • 6b03886 - kwk-umista-equiv had a typo for y\u0313 -> 'y (commit by @joanise)
  • fea19a1 - regenerate kwk-ipa -> eng-ipa (commit by @joanise)
  • 5a5e570 - adjust kwk mapping in collaboration with Daisy R (commit by @joanise)
  • 8f1abe7 - kwk: regen kwk-ipa -> eng-ipa (commit by @joanise)
  • dac2976 - revert kwk umista->ipa to stricter IPA (commit by @joanise)
  • e06fe72 - call it phonemic IPA, not broad, by AP-PL-EJ consensus (commit by @joanise)
  • aca5701 - hur->hur-apa is from orthog to APA, not vice versa (PR #423 by @joanise)

♻️ Refactors

  • 0be84f5 - change 'hur_orthog' name to 'hur' (commit by @roedoejet)
  • 2b77e4e - test: name the 4 test case values instead of using indices (commit by @joanise)
  • 2ac44b6 - remove explicit indices from kwk when they are monotonic (commit by @joanise)
  • 9d4cdd4 - rename kwk*-con mappings kwk*-equiv (commit by @joanise)
  • a98ef00 - explicitly declare that kwk mappings rely on NFD norm_form (commit by @joanise)
  • eafdde0 - chain kwk-broad-ipa from kwk-ipa to make it DRY (commit by @joanise)

✅ Tests

  • 8b67292 - make sure the SCM_PRETEND_VERSION is up to date before publishing (commit by @joanise)
  • 085639a - refactor test_studio and make it more efficient (PR #420 by @deltork)
  • 2af6a73 - refactor test_studio to use expect.to_have_attribute for out_lang (commit by @joanise)
  • 57a959a - kwk: some test data for Umista text (commit by @joanise)
  • 4d33f9e - update tests for broad and strict kwk IPA (commit by @joanise)

🔧 Chores