[Numpy-svn] [numpy/numpy] 2a8efb: BUG: make empty inputs to ix_ create an empty int ...

GitHub noreply at github.com
Tue May 5 09:46:23 EDT 2015


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 2a8efb1850f9be15c5129369a127fb56dabf0fb3
      https://github.com/numpy/numpy/commit/2a8efb1850f9be15c5129369a127fb56dabf0fb3
  Author: Jaime Fernandez <jaime.frio at gmail.com>
  Date:   2015-04-27 (Mon, 27 Apr 2015)

  Changed paths:
    M numpy/lib/index_tricks.py

  Log Message:
  -----------
  BUG: make empty inputs to ix_ create an empty int typed output

Fixes #5804


  Commit: f06b1210d7171b4a452d0c9c67cde7b1a130303e
      https://github.com/numpy/numpy/commit/f06b1210d7171b4a452d0c9c67cde7b1a130303e
  Author: Jaime Fernandez <jaime.frio at gmail.com>
  Date:   2015-04-27 (Mon, 27 Apr 2015)

  Changed paths:
    M numpy/lib/tests/test_index_tricks.py

  Log Message:
  -----------
  TST: Added tests for ix_


  Commit: c01165f43068fea96722c172eb23efed4ca99763
      https://github.com/numpy/numpy/commit/c01165f43068fea96722c172eb23efed4ca99763
  Author: Jaime Fernandez <jaime.frio at gmail.com>
  Date:   2015-05-04 (Mon, 04 May 2015)

  Changed paths:
    M numpy/lib/index_tricks.py
    M numpy/lib/tests/test_index_tricks.py

  Log Message:
  -----------
  BUG: Fix handling of non-empty ndarrays


  Commit: 09e38f9e2f3a81a9a4c98f36780e791f60c665b1
      https://github.com/numpy/numpy/commit/09e38f9e2f3a81a9a4c98f36780e791f60c665b1
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2015-05-05 (Tue, 05 May 2015)

  Changed paths:
    M numpy/lib/index_tricks.py
    M numpy/lib/tests/test_index_tricks.py

  Log Message:
  -----------
  Merge pull request #5805 from jaimefrio/ix_intp

Ix intp


Compare: https://github.com/numpy/numpy/compare/7b0b7cc601d1...09e38f9e2f3a


More information about the Numpy-svn mailing list