[Numpy-svn] r8401 - trunk/doc/release

numpy-svn at scipy.org numpy-svn at scipy.org
Sun May 9 11:45:43 EDT 2010


Author: charris
Date: 2010-05-09 10:45:43 -0500 (Sun, 09 May 2010)
New Revision: 8401

Modified:
   trunk/doc/release/2.0.0-notes.rst
Log:
Add better summary of ndarraytype.h to release notes.

Modified: trunk/doc/release/2.0.0-notes.rst
===================================================================
--- trunk/doc/release/2.0.0-notes.rst	2010-05-09 12:19:06 UTC (rev 8400)
+++ trunk/doc/release/2.0.0-notes.rst	2010-05-09 15:45:43 UTC (rev 8401)
@@ -59,6 +59,11 @@
 new header
 ~~~~~~~~~~
 
-There is a new header ndarraytypes.h that provides needed ndarray types
-that don't reference the ndarray c-api. Some folks might find this useful.
+ The new header file ndarraytypes.h contains the symbols from
+ ndarrayobject.h that no not depend on the PY_ARRAY_UNIQUE_SYMBOL and
+ NO_IMPORT/_ARRAY macros. Broadly, these symbols are types, typedefs, and
+ enumerations; the array function calls are left in ndarrayobject.h. This
+ allows users to include array-related types and enumerations without
+ needing to concern themselves with the macro expansions and their side-
+ effects.
 




More information about the Numpy-svn mailing list