diff options
author | Julian Taylor <jtaylor.debian@googlemail.com> | 2014-07-26 17:00:48 +0200 |
---|---|---|
committer | Julian Taylor <jtaylor.debian@googlemail.com> | 2014-07-27 20:05:28 +0200 |
commit | 236c23b99f9b1ad51c2e12ab7598006f0e52fcaa (patch) | |
tree | aaed355aba8b86fb0b6e90e9cba586faa05d7025 /doc | |
parent | e8a43585025503c01889c61090607449815439ac (diff) | |
download | numpy-236c23b99f9b1ad51c2e12ab7598006f0e52fcaa.tar.gz |
DOC: add a note on the potential string dtype change
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release/1.9.0-notes.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/release/1.9.0-notes.rst b/doc/release/1.9.0-notes.rst index 62ff36149..62a89072a 100644 --- a/doc/release/1.9.0-notes.rst +++ b/doc/release/1.9.0-notes.rst @@ -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 |