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

Creating a patch release to fix matplotlib import error #2857

Closed
wants to merge 15 commits into from
Closed

Conversation

jgostick
Copy link
Member

The deprecation of the matplotlib.docstring module to matplotlib._docstring was fixed in our previous patch, BUT it was not compatible with both new and old versions of matplotlib, so this patch uses a try/except to work with both versions.

Copy link

codecov bot commented Nov 16, 2023

Codecov Report

Merging #2857 (79e81d6) into release (3dbe3e5) will decrease coverage by 0.2%.
Report is 2 commits behind head on release.
The diff coverage is 45.0%.

❗ Current head 79e81d6 differs from pull request most recent head 8e320be. Consider uploading reports for the commit 8e320be to get more accurate results

Additional details and impacted files
@@            Coverage Diff            @@
##           release   #2857     +/-   ##
=========================================
- Coverage     89.9%   89.8%   -0.2%     
=========================================
  Files          148     148             
  Lines         8608    8624     +16     
=========================================
+ Hits          7742    7747      +5     
- Misses         866     877     +11     

@ma-sadeghi
Copy link
Member

@jgostick Given that Matplotlib is going to remove this module altogether, can't we just host the code in our side? I think the license allows it.

@jgostick
Copy link
Member Author

The windows builds are failing because the pypardiso team is having trouble with mkl again. They have a lot of recent activity and I'm sure they'll get this fixed soon. I am tempted to merge this now so we can get the pip release working with all version of mpl, which is more important than pardiso, I think?

@ma-sadeghi
Copy link
Member

Maybe give them just a few more days? Either the issue is on pypardiso side, which I think will get fixed soon, or on Intel side, which probably won't get fixed soonish

@jgostick
Copy link
Member Author

But technically pypardiso is not in our dependencies. This is only failing because we use it in some of our tests...but you're right, lets give it a few more days.

@jgostick jgostick closed this Nov 20, 2023
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.

None yet

3 participants