[Numpy-svn] [numpy/numpy] 1b6f46: BUG: Fixes #5524 and adds test

GitHub noreply at github.com
Wed Feb 25 10:09:41 EST 2015


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 1b6f46ae7ca3361c029c480a76c737268bc8713b
      https://github.com/numpy/numpy/commit/1b6f46ae7ca3361c029c480a76c737268bc8713b
  Author: hannaro <hroehling at gmx.net>
  Date:   2015-02-25 (Wed, 25 Feb 2015)

  Changed paths:
    M numpy/core/fromnumeric.py
    M numpy/core/tests/test_multiarray.py

  Log Message:
  -----------
  BUG: Fixes #5524 and adds test

argpartition does not fail anymore on non-ndarray array-likes.
Fix as implemented by @maniteja123.


  Commit: 5e9750dee0d861342c2fe184b755454d7215f10a
      https://github.com/numpy/numpy/commit/5e9750dee0d861342c2fe184b755454d7215f10a
  Author: Jaime <jaime.frio at gmail.com>
  Date:   2015-02-25 (Wed, 25 Feb 2015)

  Changed paths:
    M numpy/core/fromnumeric.py
    M numpy/core/tests/test_multiarray.py

  Log Message:
  -----------
  Merge pull request #5584 from hannaro/bugfix_argpartition

BUG: Fixed issue #5524 and added test


Compare: https://github.com/numpy/numpy/compare/2e016ac65ace...5e9750dee0d8


More information about the Numpy-svn mailing list