[Numpy-svn] [numpy/numpy] 77b3df: RF - allow ndarray.searchsorted to avoid making a ...

GitHub noreply at github.com
Sat Aug 17 13:34:17 EDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 77b3df0f0571520eac7119a2d61a8b7fad249acc
      https://github.com/numpy/numpy/commit/77b3df0f0571520eac7119a2d61a8b7fad249acc
  Author: Bago Amirbekian <mrbago at gmail.com>
  Date:   2013-08-17 (Sat, 17 Aug 2013)

  Changed paths:
    M numpy/core/src/multiarray/item_selection.c

  Log Message:
  -----------
  RF - allow ndarray.searchsorted to avoid making a copy for non-contiguous arrays


  Commit: ebcae1b508dcb7a1b0278209ecbd235f9fca9d10
      https://github.com/numpy/numpy/commit/ebcae1b508dcb7a1b0278209ecbd235f9fca9d10
  Author: Bago Amirbekian <mrbago at gmail.com>
  Date:   2013-08-17 (Sat, 17 Aug 2013)

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

  Log Message:
  -----------
  TST - add testing of searchsorted on unaligned arrays


  Commit: a06b8005f042a46c0609a559f6bae21d43572d1e
      https://github.com/numpy/numpy/commit/a06b8005f042a46c0609a559f6bae21d43572d1e
  Author: Bago Amirbekian <mrbago at gmail.com>
  Date:   2013-08-17 (Sat, 17 Aug 2013)

  Changed paths:
    M numpy/core/src/multiarray/item_selection.c

  Log Message:
  -----------
  BF - cast psorter pointer to intp


  Commit: bb925ed337d0346c414a43506537750a87c4771d
      https://github.com/numpy/numpy/commit/bb925ed337d0346c414a43506537750a87c4771d
  Author: Bago Amirbekian <mrbago at gmail.com>
  Date:   2013-08-17 (Sat, 17 Aug 2013)

  Changed paths:
    M numpy/core/src/multiarray/item_selection.c

  Log Message:
  -----------
  RF - have searchsorted copy haystack when the needle is bigger than the haystack


  Commit: 4674b9ee89a641f3b9da2296079a6ed2167e1d8c
      https://github.com/numpy/numpy/commit/4674b9ee89a641f3b9da2296079a6ed2167e1d8c
  Author: Bago Amirbekian <mrbago at gmail.com>
  Date:   2013-08-17 (Sat, 17 Aug 2013)

  Changed paths:
    M numpy/core/src/multiarray/item_selection.c

  Log Message:
  -----------
  MAINT - update comments related to searchsorted to be consistent with code.


  Commit: aeb13affe23abaa9550521531b61f03850551106
      https://github.com/numpy/numpy/commit/aeb13affe23abaa9550521531b61f03850551106
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2013-08-17 (Sat, 17 Aug 2013)

  Changed paths:
    M numpy/core/src/multiarray/item_selection.c
    M numpy/core/tests/test_multiarray.py

  Log Message:
  -----------
  Merge pull request #3107 from MrBago/improve_searchsorted

Improve searchsorted


Compare: https://github.com/numpy/numpy/compare/4e16d97e1b1c...aeb13affe23a


More information about the Numpy-svn mailing list