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

Fix issues with PyVista 0.41.0 #1045

Merged
merged 4 commits into from
Jul 20, 2023
Merged

Fix issues with PyVista 0.41.0 #1045

merged 4 commits into from
Jul 20, 2023

Conversation

PProfizi
Copy link
Contributor

@PProfizi PProfizi commented Jul 20, 2023

Hotfix for PyVista 0.41.0 released this morning.

This apparently removed the deprecated pv.rcParams we were still using and is breaking all our pipeline runs.

Still having an issue (which I never managed to reproduce locally neither on Windows not on Linux) with doc generation on GitHub though, requiring pyvista==0.36.1:

image

@PProfizi PProfizi added bug Something isn't working dependencies Related to package requirements labels Jul 20, 2023
@PProfizi PProfizi self-assigned this Jul 20, 2023
@codecov
Copy link

codecov bot commented Jul 20, 2023

Codecov Report

Merging #1045 (63ddaac) into master (99e8b4f) will decrease coverage by 8.28%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master    #1045      +/-   ##
==========================================
- Coverage   88.71%   80.44%   -8.28%     
==========================================
  Files          78       78              
  Lines        8887     8887              
==========================================
- Hits         7884     7149     -735     
- Misses       1003     1738     +735     

@PProfizi PProfizi requested a review from rafacanton July 20, 2023 09:49
@PProfizi PProfizi merged commit dd09263 into master Jul 20, 2023
30 checks passed
@PProfizi PProfizi deleted the fix/pyvista_0.41.0 branch July 20, 2023 09:58
@germa89
Copy link
Contributor

germa89 commented Jul 20, 2023

This is great. But we will need a patch release for this ;)

PProfizi added a commit that referenced this pull request Jul 21, 2023
* Set pyvista==0.41.0

* Use pv.global_theme instead of deprecated pv.rcParams

* Use pv.global_theme instead of deprecated pv.rcParams

* Set back to PyVista 0.36.1 in requirements_docs.txt, stil an issue with scalar bars only on the GitHub doc CI

(cherry picked from commit dd09263)
@PProfizi PProfizi linked an issue Jul 25, 2023 that may be closed by this pull request
3 tasks
@PProfizi PProfizi added this to the v0.9.0 milestone Aug 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dependencies Related to package requirements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incompatibility with pyvista 0.41.0
4 participants