summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2012-01-27 19:24:25 -0700
committerCharles Harris <charlesr.harris@gmail.com>2012-01-27 19:52:53 -0700
commit7bb277bacb92fcbb1ab2980234fe033dcc70d628 (patch)
treea4ae1be85d964e65e5948cb53bac7f8c476bcfd1 /doc
parent0858831eaab3ce46bab4b3a3cc35b6cc6ee19f08 (diff)
downloadnumpy-7bb277bacb92fcbb1ab2980234fe033dcc70d628.tar.gz
DOC: Document macro changes in release notes.
Diffstat (limited to 'doc')
-rw-r--r--doc/release/2.0.0-notes.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/release/2.0.0-notes.rst b/doc/release/2.0.0-notes.rst
index 915fb9170..2c9912f33 100644
--- a/doc/release/2.0.0-notes.rst
+++ b/doc/release/2.0.0-notes.rst
@@ -149,6 +149,15 @@ objects. For example the expression (3 and 'test') produces the string
'test', and now np.logical_and(np.array(3, 'O'), np.array('test', 'O'))
produces 'test' as well.
+The following macros now require trailing semicolons::
+
+ NPY_BEGIN_THREADS_DEF
+ NPY_BEGIN_THREADS
+ NPY_ALLOW_C_API
+ NPY_ALLOW_C_API_DEF
+ NPY_DISABLE_C_API
+
+
Deprecations
============