8000 documentation updates for 1.9 by juliantaylor · Pull Request #4906 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

documentation updates for 1.9 #4906

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 15 commits into from
Jul 27, 2014
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
Next Next commit
DOC: add a note on the potential string dtype change
  • Loading branch information
juliantaylor committed Jul 27, 2014
commit 236c23b99f9b1ad51c2e12ab7598006f0e52fcaa
2 changes: 2 additions & 0 deletions doc/release/1.9.0-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ Future Changes
* String version checks will break because, e.g., '1.9' > '1.10' is True. A
NumpyVersion class has been added that can be used for such comparisons.
* The diagonal and diag functions will return writeable views in 1.10.0
* The `S` and/or `a` dtypes may be changed to represent Python strings
instead of bytes, in Python 3 these two types are very different.


Compatibility notes
Expand Down
0