-
-
Notifications
You must be signed in to change notification settings - Fork 11.1k
MAINT: ensure towncrier can be run >1x, and is included in spin docs
#25933
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
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,21 @@ | ||
:orphan: | ||
|
||
.. currentmodule:: numpy | ||
|
||
========================== | ||
NumPy 1.xx.x Release Notes | ||
NumPy 2.xx.x Release Notes | ||
========================== | ||
|
||
|
||
Highlights | ||
========== | ||
|
||
|
||
New functions | ||
============= | ||
|
||
|
||
Deprecations | ||
============ | ||
|
||
|
||
Future Changes | ||
============== | ||
|
||
|
||
Expired deprecations | ||
==================== | ||
|
||
|
||
Compatibility notes | ||
=================== | ||
|
||
|
||
C API changes | ||
============= | ||
|
||
|
||
New Features | ||
============ | ||
*We'll choose highlights for this release near the end of the release cycle.* | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We actually have a highlights section also in the release notes fragments which I think makes sense to not forget a highlight. OTOH, I am not sure we ever actually used it so this is fine also. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yeah I think it's easier to determine at the end. It's a bit weird to add a note to one's own PR that the thing you're working on right now will be a highlight of the next release:) There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Sure, you certainly have to audit it at the end. |
||
|
||
|
||
Improvements | ||
============ | ||
.. if release snippets have been incorporated already, uncomment the follow | ||
line (leave the `.. include:: directive) | ||
|
||
.. **Content from release note snippets in doc/release/upcoming_changes:** | ||
|
||
Changes | ||
======= | ||
.. include:: notes-towncrier.rst |
Uh oh!
There was an error while loading. Please reload this page.