[Numpy-svn] [numpy/numpy] 091db7: TST: Added broadcasting tests in test_random.py

GitHub noreply at github.com
Sat Jan 23 19:16:48 EST 2016


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 091db7d35249935913c84bfff1bd78da3cb4f556
      https://github.com/numpy/numpy/commit/091db7d35249935913c84bfff1bd78da3cb4f556
  Author: gfyoung <gfyoung at mit.edu>
  Date:   2016-01-23 (Sat, 23 Jan 2016)

  Changed paths:
    M numpy/random/mtrand/mtrand.pyx
    M numpy/random/tests/test_random.py

  Log Message:
  -----------
  TST: Added broadcasting tests in test_random.py

Added a whole new suite of tests to ensure that
functions in mtrand.pyx which are broadcastable
actually broadcast their arguments properly.


  Commit: c0980ff9d32e690b13b8d3c6b0a797771ee33b57
      https://github.com/numpy/numpy/commit/c0980ff9d32e690b13b8d3c6b0a797771ee33b57
  Author: gfyoung <gfyoung at mit.edu>
  Date:   2016-01-23 (Sat, 23 Jan 2016)

  Changed paths:
    M numpy/random/mtrand/mtrand.pyx

  Log Message:
  -----------
  DOC: Clarified output size for broadcastable mtrand.pyx functions

Clarified the output size depending on whether
scalar or non-scalar inputs are passed to
functions in mtrand.pyx that can broadcast
their arguments.


  Commit: 9849922aa4ace91906878df51053a32e2719a722
      https://github.com/numpy/numpy/commit/9849922aa4ace91906878df51053a32e2719a722
  Author: Jaime <jaime.frio at gmail.com>
  Date:   2016-01-24 (Sun, 24 Jan 2016)

  Changed paths:
    M numpy/random/mtrand/mtrand.pyx
    M numpy/random/tests/test_random.py

  Log Message:
  -----------
  Merge pull request #7082 from gfyoung/test_random_expand

TST, DOC: Added Broadcasting Tests in test_random.py


Compare: https://github.com/numpy/numpy/compare/639e2a3d9402...9849922aa4ac


More information about the Numpy-svn mailing list