REL: Prepare for 1.14.1 release.#10630
Conversation
e538842 to
babcf6f
Compare
doc/release/1.14.1-notes.rst
Outdated
There was a problem hiding this comment.
Typo: replace the could by that could.
babcf6f to
f38f51c
Compare
doc/release/1.14.1-notes.rst
Outdated
There was a problem hiding this comment.
Perhaps "is once more the default", or something emphasizing we're back to the 1.13 behavior?
There was a problem hiding this comment.
This was also in 1.13, indeed, since the axis parameter was introduced.
There was a problem hiding this comment.
What I mean is I think we should be explicit here that 1.14.1 restores the 1.13.3 behavior
doc/release/1.14.1-notes.rst
Outdated
There was a problem hiding this comment.
I copied the notes from master, probably this was only in the 1.14.x branch.
There was a problem hiding this comment.
I thought this would be useful info for users, but if it's not part of the standard update-release-note I don't mind skipping it.
There was a problem hiding this comment.
I've added back part of this to the list of problems fixed.
* Update release notes. * Create `1.14.1-changelog.rst` [skip ci]
f38f51c to
7b49658
Compare
| * The change in 1.14.0 that multi-field indexing of structured arrays returns a | ||
| view instead of a copy has been reverted but remains on track for NumPy 1.15. | ||
| Affected users should read the 1.14.1 Numpy User Guide section | ||
| "basics/structured arrays/accessing multiple fields" for advice on how to |
There was a problem hiding this comment.
Can we get an rst link for this, so that the sphinx release note page links to it?
There was a problem hiding this comment.
Unfortunately those docs are inside a .py file: numpy/doc/structured_arrays.py, so I'm not sure that will work out well.
https://github.com/numpy/numpy/blob/maintenance/1.14.x/numpy/doc/structured_arrays.py
There was a problem hiding this comment.
Let's not over design this, it's just a release note. The documentation will go up after the release.
There was a problem hiding this comment.
I'd like to get rid of the *.py documentation files at some point. It is confusing to have the documentation scattered about like that.
1.14.1-changelog.rst[skip ci]