summaryrefslogtreecommitdiff
path: root/doc/release
diff options
context:
space:
mode:
authormattip <matti.picus@gmail.com>2019-03-10 11:34:45 +0200
committermattip <matti.picus@gmail.com>2019-03-13 22:56:54 +0200
commit0be56a4ce076fe610f56d4e64320394e49499abc (patch)
tree20b0ed15cdd1addf77cca21ec068bad8f54cee37 /doc/release
parentbe0803611defdad708eb3e00d7f81846f5c1f436 (diff)
downloadnumpy-0be56a4ce076fe610f56d4e64320394e49499abc.tar.gz
DOC: add release note
Diffstat (limited to 'doc/release')
-rw-r--r--doc/release/1.17.0-notes.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/release/1.17.0-notes.rst b/doc/release/1.17.0-notes.rst
index cd547c2b4..b26938e18 100644
--- a/doc/release/1.17.0-notes.rst
+++ b/doc/release/1.17.0-notes.rst
@@ -18,6 +18,13 @@ New functions
Deprecations
============
+Deprecate ``numpy.distutils.exec_command`` and ``numpy.distutils.temp_file_name``
+---------------------------------------------------------------------------------
+
+The internal use of these functions has been refactored and there are better
+alternatives. Relace ``exec_command`` with `subprocess.Popen` and
+``temp_file_name`` with `tempfile.mkstemp`.
+
Future Changes
==============