Skip to content

MAINT: Update from v4 to v5 in some additional files#2582

Merged
joelostblom merged 1 commit intovega:masterfrom
joelostblom:v4-remains
Nov 27, 2022
Merged

MAINT: Update from v4 to v5 in some additional files#2582
joelostblom merged 1 commit intovega:masterfrom
joelostblom:v4-remains

Conversation

@joelostblom
Copy link
Contributor

@joelostblom joelostblom commented Mar 28, 2022

I grepped the repo for v4 and noticed a few places where I think it should be replaced with v5. I ran this locally with the updated tests in #2576 and there are no failures introduced.

help="local variable name of a pandas DataFrame to be used as the dataset",
)
@magic_arguments.argument("-v", "--version", dest="version", default="5")
@magic_arguments.argument("-v", "--version", dest="version", default="v5")
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I made this change and the one below so that this will be easier to detect in the future. It was giving me issues initially and it is hard to grep the repo for just the version number without the v prefix.

@joelostblom joelostblom requested a review from jakevdp March 28, 2022 04:47
@joelostblom joelostblom requested a review from mattijn November 27, 2022 17:31
@joelostblom
Copy link
Contributor Author

@mattijn Does this look OK to you? I think it is mostly cleanup from changing from v4 to v5.

@mattijn
Copy link
Contributor

mattijn commented Nov 27, 2022

I only checked the code-diff and all looks fine.

@joelostblom joelostblom merged commit 68d197e into vega:master Nov 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants