Releases: maetshju/Phonetics.jl
v0.4.0
v0.3.0
Phonetics v0.3.0
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 calledvowelplot
.plot(::VowelSpace)
is nowvowelspaceplot
, and theadd
variable is no longer needed. Instead, to add additional hulls to an existing area plot, usevowelspaceplot!
.
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
Phonetics v0.2.1
Merged pull requests:
v0.2.0
Phonetics v0.2.0
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
v0.1.1
v0.1.0
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)