Axes.inset_axes - warning message removed#27665
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.
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(...)
ksunden
left a comment
There was a problem hiding this comment.
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