8000 MAINT, BUG: Final 1.14 formatting fixes by eric-wieser · Pull Request #10177 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

MAINT, BUG: Final 1.14 formatting fixes #10177

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

Merged
merged 6 commits into from
Dec 8, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
DOC: another small tweak to 1.14 docs
  • Loading branch information
ahaldane authored Dec 8, 2017
commit 4b49e994e9e2ad53f7f2c98af22605350ceb87b4
7 changes: 4 additions & 3 deletions doc/release/1.14.0-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -290,9 +290,10 @@ In summary, the major changes are:
* A trailing comma is no longer inserted for ``str``.
Previously, ``str(np.arange(1001))`` gave
``'[ 0 1 2 ..., 998 999 1000]'``, which has an extra comma.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

which <- that.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NVM, I think "which" is correct here.

* For arrays of 2-d and beyond, when ... is printed on its own line in order
to summarize any but the last axis, newlines are now appended to that line
to match its leading newlines, and a trailing space character is removed.
* For arrays of 2-D and beyond, when ``...`` is printed on its own line in
order to summarize any but the last axis, newlines are now appended to that
line to match its leading newlines and a trailing space character is
removed.

* ``MaskedArray`` arrays now separate printed elements with commas, always
print the dtype, and correctly wrap the elements of long arrays to multiple
Expand Down
0