diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2010-05-09 00:04:55 +0000 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2010-05-09 00:04:55 +0000 |
commit | b943351d541932710f444f15ea4e241af3761a1d (patch) | |
tree | 11f50c79b15d5e37f5c86b888775ae879197f6ff /doc | |
parent | befa26016d18d20d054f65885361dae31dc9cdf6 (diff) | |
download | numpy-b943351d541932710f444f15ea4e241af3761a1d.tar.gz |
ENH: Break out parts of ndarrayobject.h that don't reference the ndarray
c-api into the header ndarraytypes.h.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release/2.0.0-notes.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/release/2.0.0-notes.rst b/doc/release/2.0.0-notes.rst index b21d6152f..95c17ab4f 100644 --- a/doc/release/2.0.0-notes.rst +++ b/doc/release/2.0.0-notes.rst @@ -55,3 +55,10 @@ The slogdet function returns the sign and logarithm of the determinant of a matrix. Because the determinant may involve the product of many small/large values, the result is often more accurate than that obtained by simple multiplication. + +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. + |