Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New version: Phonetics v0.3.0 #97836

Merged

Conversation

JuliaRegistrator
Copy link
Contributor

@JuliaRegistrator JuliaRegistrator commented Dec 28, 2023

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.

UUID: e3a49ea3-7edf-49e1-b84f-839ab305a372
Repo: https://github.com/maetshju/Phonetics.jl.git
Tree: 96106c6613ff9438d497fecd4dfb268040714195

Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a
Copy link
Contributor

Your new version pull request met all of the guidelines for auto-merging and is scheduled to be merged in the next round.


If you want to prevent this pull request from being auto-merged, simply leave a comment. If you want to post a comment without blocking auto-merging, you must include the text [noblock] in your comment. You can edit blocking comments, adding [noblock] to them in order to unblock auto-merging.

@JuliaTagBot JuliaTagBot merged commit a9dc243 into master Dec 28, 2023
10 checks passed
@JuliaTagBot JuliaTagBot deleted the registrator-phonetics-e3a49ea3-v0.3.0-086dedbfe9 branch December 28, 2023 08:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants