[Numpy-svn] [numpy/numpy] 222070: ENH: random: Allow ngood=0 or nbad=0 in mtrand.hyp...

GitHub noreply at github.com
Thu Jun 13 07:38:27 EDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 222070083a6051eceb9ba8a66efa56a92db4f1a5
      https://github.com/numpy/numpy/commit/222070083a6051eceb9ba8a66efa56a92db4f1a5
  Author: Warren Weckesser <warren.weckesser at gmail.com>
  Date:   2013-06-13 (Thu, 13 Jun 2013)

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

  Log Message:
  -----------
  ENH: random: Allow ngood=0 or nbad=0 in mtrand.hypergeometric.

Also edited the 'Parameters' section of the docstring to comply
with the numpy docstring standard.


  Commit: 65fe95ccc7366b8584aa1a4f88664950190b7143
      https://github.com/numpy/numpy/commit/65fe95ccc7366b8584aa1a4f88664950190b7143
  Author: seberg <sebastian at sipsolutions.net>
  Date:   2013-06-13 (Thu, 13 Jun 2013)

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

  Log Message:
  -----------
  Merge pull request #3431 from WarrenWeckesser/mtrand-hypergeom-edge-case

ENH: random: Allow ngood=0 or nbad=0 in mtrand.hypergeometric.


Compare: https://github.com/numpy/numpy/compare/266a968d5d9b...65fe95ccc736


More information about the Numpy-svn mailing list