Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
DOC: drop the experimental tag constrained_layout and tight_layout#17094
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
DOC: drop the experimental tag constrained_layout and tight_layout#17094
Uh oh!
There was an error while loading.Please reload this page.
Conversation
2f4e728
to7c8b384
CompareI guess this should get two approvals because it is dropping an "experimental" tag. |
IMHO we should mention the transition to a stable feature in a what's new or API change entry. |
Sure, what's-new entry added. |
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.
If@jklymak thinks it's not experimental, that's good enough for me.
PR Summary
constrained_layout
was marked experimental. Its been around for a couple of years with no indication that the API will change, and no complete show-stoppers so I propose to drop the experimental tag.Interestingly, as I grepped for "experimental"
tight_layout
was deemed experimental as well.Both tutorials had useful information in the same clause as the experimental designation, so I tried to maintain that info in the rewrite.
PR Checklist