[Numpy-svn] [numpy/numpy] 8af02f: BUG: Fix casting warnings during masked array in-p...

GitHub noreply at github.com
Wed Feb 18 21:50:35 EST 2015


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 8af02f701cb94cbfad3b7972d6d106a66fee4f62
      https://github.com/numpy/numpy/commit/8af02f701cb94cbfad3b7972d6d106a66fee4f62
  Author: John Kirkham <kirkhamj at janelia.hhmi.org>
  Date:   2015-02-18 (Wed, 18 Feb 2015)

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

  Log Message:
  -----------
  BUG: Fix casting warnings during masked array in-place operations. (numpy/numpy#5563)


  Commit: d770034969e35907e7497d5fe9053df4bdac2fd2
      https://github.com/numpy/numpy/commit/d770034969e35907e7497d5fe9053df4bdac2fd2
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2015-02-18 (Wed, 18 Feb 2015)

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

  Log Message:
  -----------
  Merge pull request #5563 from jakirkham/fix_masked_casting_warning

BUG: Avoid casting warning with masked arrays when using in-place operations


Compare: https://github.com/numpy/numpy/compare/6032b8d7fc8a...d770034969e3


More information about the Numpy-svn mailing list