[Numpy-svn] [numpy/numpy] 787fbf: BUG: Masked array filled method ignores fill value

GitHub noreply at github.com
Wed Mar 5 14:41:37 EST 2014


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 787fbff92bef3940dc8e10ca657cc983f8cdbbb9
      https://github.com/numpy/numpy/commit/787fbff92bef3940dc8e10ca657cc983f8cdbbb9
  Author: Lev Abalkin <abalkin at enlnt.com>
  Date:   2014-03-04 (Tue, 04 Mar 2014)

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

  Log Message:
  -----------
  BUG: Masked array filled method ignores fill value

When string fill value is passed to the filled method of
a masked array with object ('O') dtype, it is ignored and
masked elements are filled with '?' instead.

Fixes #4436


  Commit: 30b24450537ae4805c281b29e2aec6674c8880e6
      https://github.com/numpy/numpy/commit/30b24450537ae4805c281b29e2aec6674c8880e6
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2014-03-05 (Wed, 05 Mar 2014)

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

  Log Message:
  -----------
  Merge pull request #4437 from abalkin/issue-4436

BUG: Masked array filled method ignores fill value


Compare: https://github.com/numpy/numpy/compare/baf254c3550e...30b24450537a


More information about the Numpy-svn mailing list