[Numpy-svn] [numpy/numpy] 7a73ba: BUG: fix issue #8250 where np.random.permutation f...

GitHub noreply at github.com
Sun Mar 12 11:25:54 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 7a73bad2d9c04e4f16e87dbed9d7b627327fe814
      https://github.com/numpy/numpy/commit/7a73bad2d9c04e4f16e87dbed9d7b627327fe814
  Author: Evan Limanto <evanlimanto at gmail.com>
  Date:   2017-03-10 (Fri, 10 Mar 2017)

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

  Log Message:
  -----------
  BUG: fix issue #8250 where np.random.permutation fails when np.array gets called on an invalid sequence.


  Commit: cf349c91e22b2195b32290f14777be79acc9af15
      https://github.com/numpy/numpy/commit/cf349c91e22b2195b32290f14777be79acc9af15
  Author: Eric Wieser <wieser.eric at gmail.com>
  Date:   2017-03-12 (Sun, 12 Mar 2017)

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

  Log Message:
  -----------
  Merge pull request #8570 from evanlimanto/random-permutation-shuffle-fix

BUG: fix issue #8250 when np.array gets called on an invalid sequence


Compare: https://github.com/numpy/numpy/compare/f819cc17baf3...cf349c91e22b


More information about the Numpy-svn mailing list