Skip to content

Conversation

@AlejandroFernandezLuces
Copy link
Collaborator

@AlejandroFernandezLuces AlejandroFernandezLuces commented Jun 26, 2025

Overview

Improves changes from last release, where kwargs in PyVista show method were split into plotting_kwargs and show_kwargs. Now they are mixed again and split inside the method, to avoid breaking changes in the method signature.

@github-actions github-actions bot added testing Anything related to testing bug Something isn't working labels Jun 26, 2025
@AlejandroFernandezLuces AlejandroFernandezLuces linked an issue Jun 26, 2025 that may be closed by this pull request
@AlejandroFernandezLuces AlejandroFernandezLuces marked this pull request as ready for review June 26, 2025 09:58
@AlejandroFernandezLuces
Copy link
Collaborator Author

I believe this should be it, @germa89 @RobPasMue do you foresee any issues with this approach?

Copy link
Member

@RobPasMue RobPasMue left a comment

Choose a reason for hiding this comment

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

This approach looks great to me! One small comment only to clarify things.

…ta_interface.py

Co-authored-by: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com>
Copy link
Contributor

@germa89 germa89 left a comment

Choose a reason for hiding this comment

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

It looks good to me! Just small comments!

Co-authored-by: German <28149841+germa89@users.noreply.github.com>
@AlejandroFernandezLuces
Copy link
Collaborator Author

Merging! If that is okay with you I'll leave the release for monday, just to have time in case anything breaks 😶

@germa89
Copy link
Contributor

germa89 commented Jun 27, 2025

Merging! If that is okay with you I'll leave the release for monday, just to have time in case anything breaks 😶

I agree... it is Friyay!!

@AlejandroFernandezLuces AlejandroFernandezLuces merged commit cd064b9 into main Jun 27, 2025
23 checks passed
@AlejandroFernandezLuces AlejandroFernandezLuces deleted the fix/plotting-show-kwargs branch June 27, 2025 09:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working testing Anything related to testing

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Use inspect module for handling PyVista kwargs

5 participants