Skip to content

Version 3.6.0

Latest

Choose a tag to compare

@vthorsteinsson vthorsteinsson released this 11 Dec 17:28
· 3 commits to master since this release

Changes

  • Removed the deprecated --handle_kludgy_ordinals CLI flag
  • Removed the handle_kludgy_ordinals API option and related constants (KLUDGY_ORDINALS_PASS_THROUGH, KLUDGY_ORDINALS_MODIFY, KLUDGY_ORDINALS_TRANSLATE)
  • Kludgy ordinals (e.g. 1sti, 3ja) are now always passed through unchanged as word tokens

CI Improvements

  • Fixed PyPy 3.11 build by only installing dev dependencies (including mypy) on Python 3.9
  • Added [test] optional dependency for lightweight test-only installations