Skip to content

Releases: direct-phonology/dphon

2.0.4

18 Apr 04:14
Compare
Choose a tag to compare

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

05 Feb 18:12
Compare
Choose a tag to compare

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

01 Sep 21:26
Compare
Choose a tag to compare

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

26 Mar 20:59
Compare
Choose a tag to compare
  • Pins versions of most dependencies for development
  • Updates README
  • Adds a few tests

AAS 2021 release

19 Mar 21:11
Compare
Choose a tag to compare

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

12 Feb 21:02
Compare
Choose a tag to compare
2.0.0-beta.1 Pre-release
Pre-release

Updates for spaCy v3.0

  • Updates ngrams, index, and g2p components for spacy v3
  • Makes components loadable via python entrypoints
  • Fixes a bug where package data was referenced incorrectly (#157)
  • Colored highlighting for matches (#54)
  • Uses the system pager to display output

2.0.0-beta.0

12 Feb 14:47
Compare
Choose a tag to compare
2.0.0-beta.0 Pre-release
Pre-release

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

16 Jan 20:56
b665f78
Compare
Choose a tag to compare
Merge pull request #45 from direct-phonology/develop

1.1.0 release