[Numpy-svn] [numpy/numpy] ad902f: ENH: use copy to move the masked values into the r...

GitHub noreply at github.com
Sun Jun 29 21:54:28 EDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: ad902ff2e3b2be2bc33b65e6eaef857a2d3b5e6b
      https://github.com/numpy/numpy/commit/ad902ff2e3b2be2bc33b65e6eaef857a2d3b5e6b
  Author: Julian Taylor <jtaylor.debian at googlemail.com>
  Date:   2014-06-23 (Mon, 23 Jun 2014)

  Changed paths:
    M numpy/ma/core.py

  Log Message:
  -----------
  ENH: use copy to move the masked values into the result

saves a relatively expensive bool -> x cast


  Commit: 305b26bfc96cdd7c3f5be4f5bba011186e061910
      https://github.com/numpy/numpy/commit/305b26bfc96cdd7c3f5be4f5bba011186e061910
  Author: Julian Taylor <jtaylor.debian at googlemail.com>
  Date:   2014-06-23 (Mon, 23 Jun 2014)

  Changed paths:
    M numpy/ma/core.py

  Log Message:
  -----------
  MAINT: replace two step errstate change with a direct change


  Commit: efb203ce22f5c4c43bbe641275101289f5a0cdbf
      https://github.com/numpy/numpy/commit/efb203ce22f5c4c43bbe641275101289f5a0cdbf
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2014-06-29 (Sun, 29 Jun 2014)

  Changed paths:
    M numpy/ma/core.py

  Log Message:
  -----------
  Merge pull request #4822 from juliantaylor/masked-improv

small masked array performance enhancement


Compare: https://github.com/numpy/numpy/compare/ad48eaa76403...efb203ce22f5


More information about the Numpy-svn mailing list