Skip to content

Releases: jtauber/pyuca

1.2

25 Sep 23:10
Compare
Choose a tag to compare

This adds support for Unicode 8.0.0 on Python 3.5, 9.0.0 on 3.6, and 10.0.0 on 3.7-dev.

  • allkeys.txt are shipped for 8.0.0, 9.0.0, and 10.0.0 as well as the exisiting 5.2.0 and 6.3.0
  • support for @implicitweights in collation element tables was added
  • the implicit weight calculation code was extended not only to support @implictweights but also code point additions to the blocks in the Han Database
  • from pyuca import Collator will give a Collator appropriate to the Python version (not just 2 vs 3 but 3.4 vs 3.5 vs 3.6 vs 3.7+)
  • fixed some inconsistent code formatting and misspellings

1.1.2

18 May 17:13
Compare
Choose a tag to compare

improved usage and contributing guidelines

1.1.1

17 May 17:43
Compare
Choose a tag to compare

Expanded testing to Python 3.5 and added universal wheel distribution.