[Numpy-svn] [numpy/numpy] dfebb5: BUG: Ensure MaskedArray.flat can access single ite...

GitHub noreply at github.com
Thu Apr 10 22:04:40 EDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: dfebb5a9a6664148b32444497bb792ecbb2f56f5
      https://github.com/numpy/numpy/commit/dfebb5a9a6664148b32444497bb792ecbb2f56f5
  Author: Marten van Kerkwijk <mhvk at astro.utoronto.ca>
  Date:   2014-04-04 (Fri, 04 Apr 2014)

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

  Log Message:
  -----------
  BUG: Ensure MaskedArray.flat can access single items


  Commit: a7eef2de430edd3ee066da6194e6a38d58f9eec2
      https://github.com/numpy/numpy/commit/a7eef2de430edd3ee066da6194e6a38d58f9eec2
  Author: Marten van Kerkwijk <mhvk at astro.utoronto.ca>
  Date:   2014-04-10 (Thu, 10 Apr 2014)

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

  Log Message:
  -----------
  Ensure single record items also work correctly with MaskedIterator; tests


  Commit: f9e0771632428e7594ad3106019cc6cb96498b64
      https://github.com/numpy/numpy/commit/f9e0771632428e7594ad3106019cc6cb96498b64
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2014-04-10 (Thu, 10 Apr 2014)

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

  Log Message:
  -----------
  Merge pull request #4585 from mhvk/ma/iterator-get-single-item

BUG: Ensure MaskedArray.flat can access single items


Compare: https://github.com/numpy/numpy/compare/89daa7c12227...f9e077163242


More information about the Numpy-svn mailing list