Skip to content

Releases: MiniXC/phones

0.0.7

24 Sep 08:32
Compare
Choose a tag to compare

Just some version upgrades:

  • Pandas >=2.0
  • Python >=3.8

v0.0.5

04 Jan 17:02
Compare
Choose a tag to compare
  • Fixed #9 #10 and #11
  • new property values_with_allophones on PhoneCollection

v0.0.4

08 Sep 09:54
Compare
Choose a tag to compare
  • phonecodes missing hotfix (thanks @ondrejklejch)
  • added fix for pandas now returning two dimensional values
  • fixed panphon language column missing error

v0.0.3

07 Sep 20:09
Compare
Choose a tag to compare

Changelog

Features

  • Added 3D PCA plots for phones and kwargs for plots (see https://cdminix.me/phones/examples/plots/)
  • Added phone_list, lang_list and dialect_list to PhoneCollection
  • Changed drop_dialects to load_dialects, and allow filtering dialects using the dialects method.

Bugfixes

  • Fixed an error with NaN values in the index column (thanks @DewiBrynJones)
  • Fixed an error where some dialects would never be loaded (thanks @agonzalezd)

v0.0.2

11 Feb 14:29
88bdc71
Compare
Choose a tag to compare

Changelog

  • Switched to phonecodes making conversion between alphabets more robust and adding DISC and CALLHOME formats.

v0.0.1

08 Feb 00:12
Compare
Choose a tag to compare

🎉 This is the first release.

Features

  • Extract numeric feature vectors from phones.
  • Map phones from one language to another by finding the closest phones.
  • Convert between ARPABET, X-SAMPA/SAMPA and IPA notation.
  • Compute phone distances.
  • Do phone arithmetic on a phone and phone-feature level.
  • Visualise phones and their distances when installing phones[plots].