[Numpy-svn] [numpy/numpy] 123b31: ENH: Speed improvements and deprecations for np.se...

GitHub noreply at github.com
Mon Mar 24 12:20:28 EDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 123b319be37f01e3c4f2e42552d4ca121b27ca38
      https://github.com/numpy/numpy/commit/123b319be37f01e3c4f2e42552d4ca121b27ca38
  Author: Sebastian Berg <sebastian at sipsolutions.net>
  Date:   2014-03-23 (Sun, 23 Mar 2014)

  Changed paths:
    M doc/release/1.9.0-notes.rst
    M numpy/core/src/multiarray/multiarraymodule.c
    M numpy/lib/function_base.py
    M numpy/lib/tests/test_function_base.py

  Log Message:
  -----------
  ENH: Speed improvements and deprecations for np.select

The idea for this (and some of the code) originally comes from
Graeme B Bell (gh-3537).
Choose is not as fast and pretty limited, so an iterative
copyto is used instead.

Closes gh-3259, gh-3537, gh-3551, and gh-3254


  Commit: 3a4030c650a0510b8e673f34464f4ef64212b022
      https://github.com/numpy/numpy/commit/3a4030c650a0510b8e673f34464f4ef64212b022
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2014-03-24 (Mon, 24 Mar 2014)

  Changed paths:
    M doc/release/1.9.0-notes.rst
    M numpy/core/src/multiarray/multiarraymodule.c
    M numpy/lib/function_base.py
    M numpy/lib/tests/test_function_base.py

  Log Message:
  -----------
  Merge pull request #4358 from seberg/fast-select

ENH: Speed improvements and deprecations for np.select


Compare: https://github.com/numpy/numpy/compare/a0bbdcfda546...3a4030c650a0


More information about the Numpy-svn mailing list