[Numpy-svn] [numpy/numpy] 37d301: BUG: MA ufuncs should set mask to False, not array...

GitHub noreply at github.com
Mon Jun 13 10:47:21 EDT 2016


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 37d301949af456a7aa006ae79bfec910146732f8
      https://github.com/numpy/numpy/commit/37d301949af456a7aa006ae79bfec910146732f8
  Author: Allan Haldane <allan.haldane at gmail.com>
  Date:   2016-03-07 (Mon, 07 Mar 2016)

  Changed paths:
    M numpy/ma/core.py
    M numpy/ma/tests/test_core.py

  Log Message:
  -----------
  BUG: MA ufuncs should set mask to False, not array([False])


  Commit: 9d3f4757fe7600efc9c77aa945bea9476fa9dcd0
      https://github.com/numpy/numpy/commit/9d3f4757fe7600efc9c77aa945bea9476fa9dcd0
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2016-06-13 (Mon, 13 Jun 2016)

  Changed paths:
    M numpy/ma/core.py
    M numpy/ma/tests/test_core.py

  Log Message:
  -----------
  Merge pull request #7350 from ahaldane/ma_fix_2_ufuncfalse

BUG: MA ufuncs should set mask to False, not array([False])


Compare: https://github.com/numpy/numpy/compare/fd946f0f1879...9d3f4757fe76


More information about the Numpy-svn mailing list