diff options
author | Blake Griffith <blake.a.griffith@gmail.com> | 2013-08-31 16:02:05 -0500 |
---|---|---|
committer | Blake Griffith <blake.a.griffith@gmail.com> | 2013-09-06 09:23:08 -0500 |
commit | 711b9979b731745dbeff3dd47ea67eedf8603449 (patch) | |
tree | 6bf1d47cf7264e5cb46809da9c279b3a769f655d /doc | |
parent | 332057144d91e227f4e619e6dc8d8701d23a9ec5 (diff) | |
download | numpy-711b9979b731745dbeff3dd47ea67eedf8603449.tar.gz |
DOC: Update release notes.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release/1.9.0-notes.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/release/1.9.0-notes.rst b/doc/release/1.9.0-notes.rst index 7d0a7b936..0b1ab77f1 100644 --- a/doc/release/1.9.0-notes.rst +++ b/doc/release/1.9.0-notes.rst @@ -23,6 +23,14 @@ Compatibility notes New Features ============ +Ufunc and Dot Overrides +~~~~~~~~~~~~~~~~~~~~~~~ + +For better compatibility with external objects you can now override universal +functions (ufuncs), ``numpy.core._dotblas.dot``, and +``numpy.core.multiarray.dot`` (the numpy.dot functions). By defining a +``__numpy_ufunc__`` method. + Improvements ============ |