Releases: direct-phonology/dphon
Releases · direct-phonology/dphon
2.0.4
What's Changed
- Rework packaging settings to ensure data files are included
- Update dependencies
Full Changelog: 2.0.3...2.0.4
2.0.3
What's Changed
- Drop support for EOL Python 3.7, test on 3.10
- Dependency updates
Full Changelog: 2.0.2...2.0.3
2.0.2
What's Changed
- Drop support for EOL Python 3.6; test on 3.9 by @thatbudakguy in #312
- Dependency updates
Full Changelog: 2.0.1...2.0.2
2.0.1
- Pins versions of most dependencies for development
- Updates README
- Adds a few tests
AAS 2021 release
This is the first public release of dphon
2.0, to coincide with the Association for Asian Studies 2021 virtual conference. It includes a variety of improvements to match display in the console since 2.0.0-beta.1, such as:
- display of phonetic transcriptions along with matches
- easier-to-read match listings with indentation
- highlighting that ignores punctuation differences
- improved handling of whitespace and lacuna markers
2.0.0-beta.1
2.0.0-beta.0
Major update to address working with a corpus of many files.
- BLAST-like matching strategy based on
chinesetextreuse
- Fast indexing and lookup powered by
spaCy
- All-against-all matching supported via graph structure
- Better logging and console output via
rich
- Smith-Waterman alignment of matches via
lingpy
- Structured data input via
.jsonl
files
1.1.0
Merge pull request #45 from direct-phonology/develop 1.1.0 release