[Numpy-svn] [numpy/numpy] 2c0424: BUG: Ticket #808: Insert was not performing proper...

GitHub noreply at github.com
Tue Jul 17 22:26:40 EDT 2012


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 2c04244da264cb1665d6162ae119d2f05ad65150
      https://github.com/numpy/numpy/commit/2c04244da264cb1665d6162ae119d2f05ad65150
  Author: Loftie Ellis <lpellis at gmail.com>
  Date:   2012-07-14 (Sat, 14 Jul 2012)

  Changed paths:
    M numpy/lib/function_base.py
    M numpy/lib/tests/test_function_base.py

  Log Message:
  -----------
  BUG: Ticket #808: Insert was not performing properly when an integer was
the argument passed to be used as the item to be insterted, and a list was
passed as the positions. This was fixed by simply duplicating the item to
be inserted so that it was a list of equal length and then control was
passed to the already exsisting code to handel this case


  Commit: 578a4199a81e7464011661fcf8d46a8af2235db2
      https://github.com/numpy/numpy/commit/578a4199a81e7464011661fcf8d46a8af2235db2
  Author: Travis E. Oliphant <teoliphant at gmail.com>
  Date:   2012-07-17 (Tue, 17 Jul 2012)

  Changed paths:
    M numpy/lib/function_base.py
    M numpy/lib/tests/test_function_base.py

  Log Message:
  -----------
  Merge pull request #352 from HackerSchool12/bugfix808

BF bug #808


Compare: https://github.com/numpy/numpy/compare/0b2bfa9c1307...578a4199a81e


More information about the Numpy-svn mailing list