-
Notifications
You must be signed in to change notification settings - Fork 24
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
Changing deprecated PyVista function #211
Conversation
The |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Your changes look fine, but reviewing the whole file I've found some functions that are not using the appropiate methods. I'll point out the methods I find that I think can be substituted by better options
I think we can change |
Not deprecated, but I would change the background of the plotter using the https://docs.pyvista.org/api/plotting/_autosummary/pyvista.themes.DefaultTheme.html |
FYI, the planar views and the isometric view are implemented in PyVista, just in case you are modifying manually the camera position for this. |
Same as before, use |
Substitute for |
Isn't there a [email protected] email or something alike? Maybe we should remove @akaszynski email from here 😄 |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thank you guys... I'm going to do a release then. |
I actually thought the same.... but I didn't want to bother you with something I promised I will show her. Anyways, it is late... @akaszynski already did it..... https://github.com/pyansys/pymapdl-reader/releases/tag/v0.52.9 |
Weird... there is no GitHub release... |
Yeah... the CICD failed. I'm rerunning |
Okay, got it. Thanks @germa89! |
My pleasure #WorkingEarly #FromFar hahaha |
I believe this line: https://github.com/pyansys/pymapdl-reader/blob/main/setup.py#L105 Should be updated?... Because earlier versions of PyVista won't work with this new release?? @RobPasMue @clatapie @AlejandroFernandezLuces |
Definetly yes, |
Closes #209.