Skip to content

v0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Dec 08:18
· 10 commits to main since this release
db947b2

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: