[Numpy-svn] [numpy/numpy] 36f76e: ENH: add extra kwargs and update doc of many MA me...

GitHub noreply at github.com
Mon Apr 4 17:00:39 EDT 2016


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 36f76ea2e6e91062df12d3a46ccaed7822bc82f2
      https://github.com/numpy/numpy/commit/36f76ea2e6e91062df12d3a46ccaed7822bc82f2
  Author: Allan Haldane <allan.haldane at gmail.com>
  Date:   2016-04-04 (Mon, 04 Apr 2016)

  Changed paths:
    M numpy/ma/core.py

  Log Message:
  -----------
  ENH: add extra kwargs and update doc of many MA methods

Updated any, all, sum, prod, cumsum, cumprod, min, max, argmin, argmax,
mean, var


  Commit: f1c35214269a471507d8d814cca0c0d2b20f1abc
      https://github.com/numpy/numpy/commit/f1c35214269a471507d8d814cca0c0d2b20f1abc
  Author: Allan Haldane <allan.haldane at gmail.com>
  Date:   2016-04-04 (Mon, 04 Apr 2016)

  Changed paths:
    M numpy/ma/extras.py

  Log Message:
  -----------
  ENH: update MA average, median


  Commit: 798dd4f22af98facd5113cbbf1b62fd27ad420e3
      https://github.com/numpy/numpy/commit/798dd4f22af98facd5113cbbf1b62fd27ad420e3
  Author: Allan Haldane <allan.haldane at gmail.com>
  Date:   2016-04-04 (Mon, 04 Apr 2016)

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

  Log Message:
  -----------
  TST: Unit tests for new kwd args in MA methods


  Commit: c6e65b7aa63bf5f81b83abd54347d9cdd3a286e5
      https://github.com/numpy/numpy/commit/c6e65b7aa63bf5f81b83abd54347d9cdd3a286e5
  Author: seberg <sebastian at sipsolutions.net>
  Date:   2016-04-04 (Mon, 04 Apr 2016)

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

  Log Message:
  -----------
  Merge pull request #5706 from ahaldane/ma_methods_args

ENH: make some masked array methods behave more like ndarray methods


Compare: https://github.com/numpy/numpy/compare/49e3716ae684...c6e65b7aa63b


More information about the Numpy-svn mailing list