[Numpy-svn] [numpy/numpy] 97bf5a: BUG: Avoid type promotion in tril and triu.
GitHub
noreply at github.com
Wed Jul 30 00:54:51 EDT 2014
Branch: refs/heads/maintenance/1.9.x
Home: https://github.com/numpy/numpy
Commit: 97bf5a73e98b816aacad6ad57a7b508a3de23947
https://github.com/numpy/numpy/commit/97bf5a73e98b816aacad6ad57a7b508a3de23947
Author: Yotam Doron <doron.yotam at googlemail.com>
Date: 2014-07-29 (Tue, 29 Jul 2014)
Changed paths:
M numpy/lib/tests/test_twodim_base.py
M numpy/lib/twodim_base.py
Log Message:
-----------
BUG: Avoid type promotion in tril and triu.
Commit: 2acbfa7a38961e4e52c6cdb4735079cc8e4d842b
https://github.com/numpy/numpy/commit/2acbfa7a38961e4e52c6cdb4735079cc8e4d842b
Author: Julian Taylor <jtaylor.debian at googlemail.com>
Date: 2014-07-29 (Tue, 29 Jul 2014)
Changed paths:
M doc/release/1.9.0-notes.rst
M doc/source/reference/arrays.classes.rst
M numpy/core/src/private/ufunc_override.h
M numpy/core/tests/test_blasdot.py
M numpy/core/tests/test_multiarray.py
M numpy/core/tests/test_umath.py
Log Message:
-----------
MAINT: disable ufunc override for 1.9 release
The ufunc override `__numpy_ufunc__` still has a few unresolved issues
regarding its behavior towards Python operators see gh-4815.
To avoid releasing numpy with an interface that might change in the next
numpy version and to not further delay the 1.9 release it has been
decided to disable the feature in 1.9.0.
Commit: 9cd9c6c7496d35e2d006fcc2a5840cba2ad700e9
https://github.com/numpy/numpy/commit/9cd9c6c7496d35e2d006fcc2a5840cba2ad700e9
Author: Charles Harris <charlesr.harris at gmail.com>
Date: 2014-07-29 (Tue, 29 Jul 2014)
Changed paths:
M doc/release/1.9.0-notes.rst
M doc/source/reference/arrays.classes.rst
M numpy/core/src/private/ufunc_override.h
M numpy/core/tests/test_blasdot.py
M numpy/core/tests/test_multiarray.py
M numpy/core/tests/test_umath.py
M numpy/lib/tests/test_twodim_base.py
M numpy/lib/twodim_base.py
Log Message:
-----------
Merge pull request #4920 from juliantaylor/ufunc-disable
disable ufunc override for 1.9 release
Compare: https://github.com/numpy/numpy/compare/d3efa83fd50c...9cd9c6c7496d
More information about the Numpy-svn
mailing list