8000 DOC: Document macro changes in release notes. · numpy/numpy@7bb277b · GitHub
[go: up one dir, main page]

Skip to content

Commit 7bb277b

Browse files
committed
DOC: Document macro changes in release notes.
1 parent 0858831 commit 7bb277b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

doc/release/2.0.0-notes.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,15 @@ objects. For example the expression (3 and 'test') produces the string
149149
'test', and now np.logical_and(np.array(3, 'O'), np.array('test', 'O'))
150150
produces 'test' as well.
151151

152+
The following macros now require trailing semicolons::
153+
154+
NPY_BEGIN_THREADS_DEF
155+
NPY_BEGIN_THREADS
156+
NPY_ALLOW_C_API
157+
NPY_ALLOW_C_API_DEF
158+
NPY_DISABLE_C_API
159+
160+
152161
Deprecations
153162
============
154163

0 commit comments

Comments
 (0)
0