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

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


  Branch: refs/heads/maintenance/1.9.x
  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: b583637db9c16c687ceed4c0bf992327a2e89de7
      https://github.com/numpy/numpy/commit/b583637db9c16c687ceed4c0bf992327a2e89de7
  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 #4874 from juliantaylor/masked-sort-memory

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


Compare: https://github.com/numpy/numpy/compare/029662b9ae07...b583637db9c1


More information about the Numpy-svn mailing list