[Numpy-svn] [numpy/numpy] 3d8da0: BUG: Removed the inconsistencies of the function m...

GitHub noreply at github.com
Mon Jan 27 12:34:18 EST 2014


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 3d8da08211406bafb6cf2b95794a3911447b22ba
      https://github.com/numpy/numpy/commit/3d8da08211406bafb6cf2b95794a3911447b22ba
  Author: Janani <jenny.stone125 at gmail.com>
  Date:   2014-01-27 (Mon, 27 Jan 2014)

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

  Log Message:
  -----------
  BUG: Removed the inconsistencies of the function ma.count
The inconsistency of ma.count when appled on masked_array with mask as
'nomask' has been removed. the return type of the function has also been
standardized according to the docs.Corresponding changes in testing to
check the functioning of ma.count
Closes gh-3368 and gh-4228


  Commit: 05b236430617dfc6003f60b513c072870d577b2a
      https://github.com/numpy/numpy/commit/05b236430617dfc6003f60b513c072870d577b2a
  Author: seberg <sebastian at sipsolutions.net>
  Date:   2014-01-27 (Mon, 27 Jan 2014)

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

  Log Message:
  -----------
  Merge pull request #4234 from jennystone/Branch1

BUG: removed inconsistencies of count (Issues #3368 and #4228)


Compare: https://github.com/numpy/numpy/compare/0f7dffa43a06...05b236430617


More information about the Numpy-svn mailing list