-
Notifications
You must be signed in to change notification settings - Fork 2.2k
docs: prepare for 3.0.0rc1 #5679
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
Signed-off-by: Henry Schreiner <[email protected]>
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.
Pull Request Overview
This PR prepares the documentation for the upcoming 3.0.0rc1 release by updating the upgrade guide and the changelog.
- Updated the upgrade guide in docs/upgrade.rst to add additional context about compatibility variable warnings.
- Revised the changelog in docs/changelog.md to include the release candidate date, new features, and additional PR references.
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
File | Description |
---|---|
docs/upgrade.rst | Modified text to clarify behavior regarding compatibility mode warnings. |
docs/changelog.md | Updated release candidate details, reformatted some feature names, and added PR references. |
Comments suppressed due to low confidence (1)
docs/changelog.md:35
- There appears to be an inconsistency in branch naming between 'smart-holder' and 'smart_holder'. Please confirm the correct branch name and update accordingly.
- The `smart_holder` branch has been merged, enabling
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.
Thanks a lot @henryiii!
Co-authored-by: Copilot <[email protected]>
So we aren't doing the include refactor for this release? |
When is it going to be ready? We've been working toward release for the last couple of weeks, with a major push during PyCon. Do you think it could be done today? (Also, the hope is to remain in RC for about a week) |
Was hoping to get it done on/after Friday |
@cyyever Might have spare cycles to help, we just need to split std.h into multiple smaller headers so people can optionally only include a subset of them. |
Let's get RC1 out, then this can go in during the RC period; it shouldn't affect users but we could do a RC2 if we want to make sure it gets tested. I'll add a note that this is an approved RC addition. |
Description
Prepare for 3.0.0rc1.
📚 Documentation preview 📚: https://pybind11--5679.org.readthedocs.build/