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: UnfoldMakie v0.4.0 #96224

Merged

Conversation

JuliaRegistrator
Copy link
Contributor

@JuliaRegistrator JuliaRegistrator commented Nov 30, 2023

## Breaking
- renamed all argument names to follow a underscore format. e.g. showColor => show_color
- parallelplot rewritten from scratch. Will be externalized to MakieParallelCoordinates.jl at some point
- We removed all `extra` entries and moved them to normal kwargs. That is, before one did `plot_erp(...,extra=(;extraArgumentA=true))`, now this results in an error, and one need to do `plot_erp(...;extraArgumentA=true)` directly
- illspecified kwargs now result in an error, that is plot_erp(...,bla=true) would result now in an error, while it was silently ignored before
## New features
- plot_channelimage 
- plot_erpgrid

Copy link
Contributor

github-actions bot commented Nov 30, 2023

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.

UUID: 69a5ce3b-64fb-4f22-ae69-36dd4416af2a
Repo: https://github.com/unfoldtoolbox/UnfoldMakie.jl.git
Tree: f121d87daa18b00be7f47415f900422e50607a09

Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a
@JuliaRegistrator JuliaRegistrator force-pushed the registrator-unfoldmakie-69a5ce3b-v0.4.0-1e350b03be branch from faeb668 to 2912daa Compare November 30, 2023 21:44
@JuliaTagBot JuliaTagBot merged commit d19e732 into master Nov 30, 2023
9 checks passed
@JuliaTagBot JuliaTagBot deleted the registrator-unfoldmakie-69a5ce3b-v0.4.0-1e350b03be branch November 30, 2023 22:04
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.

2 participants