diff options
author | Travis Oliphant <oliphant@enthought.com> | 2010-02-15 23:13:16 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2010-02-15 23:13:16 +0000 |
commit | 20ec480ff8979fce00ab076ef74893815bf88f4e (patch) | |
tree | b6eda881cdb7050f6386f899cc2c7451acc3c505 /doc/numpybook/capi.lyx | |
parent | 29efc30b7b2290abf7c6d4d5eeddd5a97502098a (diff) | |
download | numpy-20ec480ff8979fce00ab076ef74893815bf88f4e.tar.gz |
API and ABI changes: Removed BigArrayType, Fixed hasobject to an integer (and inserted an unused character for alignment) and renamed it to flags. Re-organized the ArrFuncs structure. Moved NPY_DATETIME and friends to their 'correct' place in the type order.
Diffstat (limited to 'doc/numpybook/capi.lyx')
-rw-r--r-- | doc/numpybook/capi.lyx | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/doc/numpybook/capi.lyx b/doc/numpybook/capi.lyx index 04522d13d..72f18ca31 100644 --- a/doc/numpybook/capi.lyx +++ b/doc/numpybook/capi.lyx @@ -599,7 +599,15 @@ char \emph on char \emph default - hasobject; + unused; +\end_layout + +\begin_layout LyX-Code + +\emph on +int +\emph default + flags; \end_layout \begin_layout LyX-Code @@ -674,9 +682,9 @@ NPY_USE_SETITEM \family default flags should be set in the \family typewriter -hasobject +flags \family default - flag. + member. \end_layout \begin_layout Description @@ -702,7 +710,7 @@ ndian), '=' (native), '|' (irrelevant, ignore). \end_layout \begin_layout Description -hasobject A data-type bit-flag that determines if the data-type exhibits +flags A data-type bit-flag that determines if the data-type exhibits object-array like behavior. Each bit in this member is a flag which are named as: \end_layout |