Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Removed warning message of inset_axesThis 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 uson gitter for real-time discussion.
For details on testing, writing docs, and our review process, please seethe developer guide
We strive to be a welcoming and open project. Please follow ourCode of Conduct.
Removed warn_deprecated(...)
Uh oh!
There was an error while loading.Please reload this page.
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
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
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. |
Uh oh!
There was an error while loading.Please reload this page.
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 in59f9b3c
Perhaps that glob can be narrowed (especially for |
Uh oh!
There was an error while loading.Please reload this page.
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