-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Axes.inset_axes - warning message removed #27665
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
Conversation
Removed warning message of inset_axes This method is experimental as of 3.0, and the API may change.
Changed status from experimental to stable
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.
Thank you for opening your first PR into Matplotlib!
If you have not heard from us in a week or so, please leave a new comment below and that should bring it to our attention. Most of our reviewers are volunteers and sometimes things fall through the cracks.
You can also join us on gitter for real-time discussion.
For details on testing, writing docs, and our review process, please see the developer guide
We strive to be a welcoming and open project. Please follow our Code of Conduct.
Removed warn_deprecated(...)
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.
Mostly just doc formatting, but also one unrelated change is included
Why 2 of the checks failed ? |
One is an unrelated memory problem we have been having (nothing for you to do on that) The other is wanting the new line at the end of the release note to be taken out, I believe. |
Co-authored-by: Jody Klymak <jklymak@gmail.com>
|
I'm unclear why the bot added "documention user guide" as this is moving part of the API from experimental to stable so it is closest to an API change.
more CI jobs contributed to the run on the base commit. From looking at the indirect changes it looks like we are missing an upload from an osx runner and something with a pre-release of pytest8. |
The release note matches this file glob: matplotlib/.github/labeler.yml Lines 104 to 107 in 59f9b3c
Perhaps that glob can be narrowed (especially for |
Changed Axes.inset_axes status to stable #27648
Changed the status of Axes.inset_axes from experimental to stable in docs.
Created new file in next_whats_new for inset_axes.
Fixed the wrong fork
Closes #27648
PR checklist