summaryrefslogtreecommitdiff
path: root/doc/release
diff options
context:
space:
mode:
authorMatti Picus <matti.picus@gmail.com>2020-10-24 20:59:11 +0300
committerGitHub <noreply@github.com>2020-10-24 20:59:11 +0300
commitd483de0f32baec73b0856230dd35f08373ecbb85 (patch)
treeb3c2c8c6c25ab83f1eb59adfc2a4d0939a6712f0 /doc/release
parentba1fdc94b0d7358c993361bdd73feca09d38171c (diff)
parentcf06cd41ba8bd49b3ada8aa333df8e562829247b (diff)
downloadnumpy-d483de0f32baec73b0856230dd35f08373ecbb85.tar.gz
Merge pull request #17580 from charris/cleanup-swig-for-python3
MAINT: Cleanup swig for Python 3.
Diffstat (limited to 'doc/release')
-rw-r--r--doc/release/upcoming_changes/17580.compatibility.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/release/upcoming_changes/17580.compatibility.rst b/doc/release/upcoming_changes/17580.compatibility.rst
new file mode 100644
index 000000000..b8e1849af
--- /dev/null
+++ b/doc/release/upcoming_changes/17580.compatibility.rst
@@ -0,0 +1,4 @@
+The numpy.i file for swig is Python 3 only.
+-------------------------------------------
+Uses of Python 2.7 C-API functions have been updated to Python 3 only. Users
+who need the old version should take it from an older version of NumPy.