[Numpy-svn] [numpy/numpy] ffa878: TST: Add tests for scalar*array type promotion

noreply at github.com noreply at github.com
Fri Apr 22 17:05:57 EDT 2011


Branch: refs/heads/master
Home:   https://github.com/numpy/numpy

Commit: ffa8786846f9ec604a9f17d6bff0bebbeb1fdd3f
    https://github.com/numpy/numpy/commit/ffa8786846f9ec604a9f17d6bff0bebbeb1fdd3f
Author: Mark Wiebe <mwwiebe at gmail.com>
Date:   2011-04-22 (Fri, 22 Apr 2011)

Changed paths:
  M numpy/core/tests/test_numeric.py
  M numpy/core/tests/test_regression.py

Log Message:
-----------
TST: Add tests for scalar*array type promotion

In particular, where the kind of the scalar is greater than the kind
of the array.


Commit: 492ae119cd4a5b57065cf15c4bb05d8730ce6d36
    https://github.com/numpy/numpy/commit/492ae119cd4a5b57065cf15c4bb05d8730ce6d36
Author: Mark Wiebe <mwwiebe at gmail.com>
Date:   2011-04-22 (Fri, 22 Apr 2011)

Changed paths:
  M numpy/core/src/multiarray/convert_datatype.c

Log Message:
-----------
BUG: Fix type promotion regression for the result_type function (Ticket #1798)


Commit: 973b112dfde7e1263914b5b8891b9833af80441b
    https://github.com/numpy/numpy/commit/973b112dfde7e1263914b5b8891b9833af80441b
Author: Mark Wiebe <mwwiebe at gmail.com>
Date:   2011-04-22 (Fri, 22 Apr 2011)

Changed paths:
  M numpy/core/src/umath/ufunc_object.c

Log Message:
-----------
BUG: Fix type promotion regression for ufuncs (Ticket #1798)


Commit: d97a5e37b2085db9558ff64716e29e6cbf791a4c
    https://github.com/numpy/numpy/commit/d97a5e37b2085db9558ff64716e29e6cbf791a4c
Author: Mark Wiebe <mwwiebe at gmail.com>
Date:   2011-04-22 (Fri, 22 Apr 2011)

Changed paths:
  M doc/source/reference/c-api.array.rst
  M doc/source/reference/ufuncs.rst
  M numpy/add_newdocs.py

Log Message:
-----------
DOC: Improve the documentation about type promotion


Commit: 58b77b2268c36c4617fb7f1f4b1227eb347d2d5b
    https://github.com/numpy/numpy/commit/58b77b2268c36c4617fb7f1f4b1227eb347d2d5b
Author: Mark Wiebe <mwwiebe at gmail.com>
Date:   2011-04-22 (Fri, 22 Apr 2011)

Changed paths:
  M doc/source/reference/ufuncs.rst
  M numpy/add_newdocs.py

Log Message:
-----------
DOC: Document the new keyword arguments for ufuncs


Commit: fbdc4b737be69ab002957e5bfb0cea9d8a893788
    https://github.com/numpy/numpy/commit/fbdc4b737be69ab002957e5bfb0cea9d8a893788
Author: Mark Wiebe <mwwiebe at gmail.com>
Date:   2011-04-22 (Fri, 22 Apr 2011)

Changed paths:
  M numpy/core/tests/test_numeric.py

Log Message:
-----------
TST: Add some specific desirable type-promotion use cases to the tests


Compare: https://github.com/numpy/numpy/compare/137ec8e...fbdc4b7



More information about the Numpy-svn mailing list