Skip to content

Releases: maetshju/Phonetics.jl

v0.4.0

29 Dec 21:41
Compare
Choose a tag to compare

Phonetics v0.4.0

Diff since v0.3.0

Breaking changes

In the interface for phonspec, the style argument to specstyle to prevent a collision with the style argument in functions from Plots.jl.

Merged pull requests:

v0.3.0

28 Dec 08:18
db947b2
Compare
Choose a tag to compare

Phonetics v0.3.0

Diff since v0.2.1

The plotting functionalities have been updated to use RecipesBase.jl instead of Plots.jl. This change allows the package to be loaded and precompiled without needing to compile all of Plots.jl and its dependencies, and it allows for plotting-related keyword arguments to work in a more straightforward fashion. Additionally, it allows the ! versions of plots to work better without needing to pass in an add argument. See below for indications of API changes.

Breaking changes

  • vowelPlot is now called vowelplot.
  • plot(::VowelSpace) is now vowelspaceplot, and the add variable is no longer needed. Instead, to add additional hulls to an existing area plot, use vowelspaceplot!.

Known limitations

The color for the labels in vowelplot cannot be changed from black. This is a limitation based on what values are allowed for the color of a Text object and how a Text object can be specified in a plot recipe.

Merged pull requests:

v0.2.1

13 Sep 18:38
da022b3
Compare
Choose a tag to compare

Phonetics v0.2.1

Diff since v0.2.0

Merged pull requests:

  • Rev Julia version compat and project version number (#29) (@maetshju)

v0.2.0

25 Apr 04:47
fdafb27
Compare
Choose a tag to compare

Phonetics v0.2.0

Diff since v0.1.2

This version removes the plot!(::VowelSpace) method because it did not work as intended. The correct functionality has been implemented as an optional add=true keyword for the plot(::VowelSpace) method when plotting the vowel space area hulls.

Merged pull requests:

v0.1.2

20 Nov 01:00
ead297d
Compare
Choose a tag to compare

Phonetics v0.1.2

Diff since v0.1.1

Merged pull requests

  • CompatHelper: bump compat for Plots to 1, (keep existing compat) (#26) (@github-actions)
  • Remove MFCC submodule and depend on package (#27) (@maetshju)

v0.1.1

04 Nov 22:05
Compare
Choose a tag to compare

Phonetics v0.1.1

Diff since v0.1.0

Merged pull requests:

v0.1.0

29 Oct 23:13
Compare
Choose a tag to compare

Phonetics v0.1.0

Merged pull requests:

  • CompatHelper: add new compat entry for "StatsBase" at version "0.33" (#1) (@github-actions[bot])
  • CompatHelper: add new compat entry for "DataFrames" at version "0.21" (#2) (@github-actions[bot])
  • CompatHelper: add new compat entry for "GeometricalPredicates" at version "0.4" (#3) (@github-actions[bot])
  • CompatHelper: add new compat entry for "Plots" at version "1.4" (#4) (@github-actions[bot])
  • CompatHelper: add new compat entry for "Distributions" at version "0.23" (#5) (@github-actions[bot])
  • CompatHelper: add new compat entry for "Measures" at version "0.3" (#6) (@github-actions[bot])
  • CompatHelper: add new compat entry for "ProgressMeter" at version "1.3" (#7) (@github-actions[bot])
  • CompatHelper: add new compat entry for "ProgressBars" at version "0.7" (#8) (@github-actions[bot])
  • CompatHelper: add new compat entry for "Distances" at version "0.9" (#9) (@github-actions[bot])
  • CompatHelper: add new compat entry for "DataStructures" at version "0.17" (#10) (@github-actions[bot])
  • CompatHelper: add new compat entry for "QHull" at version "0.2" (#11) (@github-actions[bot])
  • CompatHelper: add new compat entry for "WAV" at version "1.0" (#12) (@github-actions[bot])
  • CompatHelper: add new compat entry for "DynamicAxisWarping" at version "0.2" (#13) (@github-actions[bot])
  • update copyright data (#19) (@sj-perry)