- Removes Python 3.7 support.
- Adds zhuyin for "dai". Fixes #22.
- Adds transcription for "yo". Fixes #26.
- Fixes reading for 女. Fixes #10.
- Add a note about Unicode string for Python 2 users.
- Bumps required hanzidentifier version.
- Fix umlaut on "l" consonant. Fixes #14.
- Fixes #9. Uses io.open() in setup.py with UTF-8 encoding.
- Fixes #8. Adds re.UNICODE to transcription conversion.
- Fixes misformatted readings for certain characters.
- Fixes #7. Fixes incorrect Unihan Database readings for the 'ou' vowel combinations.
- Fixes #6. Adds -r suffix syllable to transcription mapping data.
- Fixes a capitalization bug related to #5.
- Reformats
README.rst
. - Renames change log file to
*.rst
. - Adds authors and contributing files.
- Sets up Travis CI.
- Adds version to
__init__.py
. - Fixes #5. Make
accented_to_numbered()
add apostrophes when needed. - Fixes #4. Fixes
numbered_to_accented()
handling of'v'
vowel. - Fixes #3. Changes
IndexError
exception handlers toKeyError
. - Fixes #2. Fixes
accented_to_numbered()
with uppercase accented vowel.
- Fixes typo in is_pinyin.
- Adds is_pinyin_compatible() and is_zhuyin_compatible() functions.
- Removes code for identifying Hanzi and incorporates Hanzi Identifier library.
- Removes Sphinx viewcode extension.
- Adds Python 3.4 environment to tox configuration.
- Fixes typo in setup.py. Fixes #1.
- Initial release.