diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2015-06-21 16:59:50 -0400 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2015-06-21 16:59:50 -0400 |
commit | 0bf3045acfc314a3eba486505aec8e860c04fd8c (patch) | |
tree | ab2f560ddf171217ed08bc641177ca9882fdb0d3 /doc | |
parent | 106ece89b282c6b4dfdcf14a7740bdc06e16a8b8 (diff) | |
parent | bac2fdf7c02b4bc07b9c05dbb6551004903279ca (diff) | |
download | numpy-0bf3045acfc314a3eba486505aec8e860c04fd8c.tar.gz |
Merge pull request #5991 from charris/1.10-deprecated-removal-risky
1.10 deprecated removal risky
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release/1.10.0-notes.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/release/1.10.0-notes.rst b/doc/release/1.10.0-notes.rst index c75139dc7..971fbf750 100644 --- a/doc/release/1.10.0-notes.rst +++ b/doc/release/1.10.0-notes.rst @@ -32,6 +32,8 @@ Dropped Support: * try_run and get_output have been removed from numpy/distutils/command/config.py * The a._format attribute is no longer supported for array printing. +* Keywords ``skiprows`` and ``missing`` removed from np.genfromtxt. +* Keyword ``old_behavior`` removed from np.correlate. Future Changes: |