-
-
Notifications
You must be signed in to change notification settings - Fork 10.9k
DOC: Add missing changelogs for NEP 52 PRs #24510
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
DOC: Add missing changelogs for NEP 52 PRs #24510
Conversation
@@ -1,45 +1,313 @@ | |||
.. currentmodule:: numpy |
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.
Please keep this.
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.
Restored!
|
||
Highlights | ||
========== | ||
========================= | ||
|
||
|
||
New functions | ||
============= |
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.
Indentation.
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.
What should be the desired indentation here?
I see that e.g. 1.23.0-notes.rst
also has New functions
written this way.
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.
Happens, the notes get copied one to another :) Probably doesn't matter, but headings flush on left works.
Couple of nits. If you hit the |
Thanks @mtsokol. |
Hi @rgommers,
This PR contains two commits: One with release notes that I obtained by running:
And second one with manually added release notes for four merged Python API cleanup PRs: #23830, #24154, #24316, #24357.