[Numpy-svn] [numpy/numpy] acc336: ENH: avoid meshgrid and fancy indexing for 1d mask...

GitHub noreply at github.com
Wed Jul 16 19:51:11 EDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: acc3369adebf1cd5c6df7f58fe691be1a80a484a
      https://github.com/numpy/numpy/commit/acc3369adebf1cd5c6df7f58fe691be1a80a484a
  Author: Julian Taylor <jtaylor.debian at googlemail.com>
  Date:   2014-07-16 (Wed, 16 Jul 2014)

  Changed paths:
    M numpy/ma/core.py

  Log Message:
  -----------
  ENH: avoid meshgrid and fancy indexing for 1d masked sort

Improves performance by using the simple indexing path and memory by
avoiding creating a full meshgrid.


  Commit: 92ead9b3b0db4b8af8f142aff916b043ca08acab
      https://github.com/numpy/numpy/commit/92ead9b3b0db4b8af8f142aff916b043ca08acab
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2014-07-16 (Wed, 16 Jul 2014)

  Changed paths:
    M numpy/ma/core.py

  Log Message:
  -----------
  Merge pull request #4873 from juliantaylor/masked-sort-memory

ENH: avoid meshgrid and fancy indexing for 1d masked sort


Compare: https://github.com/numpy/numpy/compare/4e41192f2e78...92ead9b3b0db


More information about the Numpy-svn mailing list