[Numpy-svn] [numpy/numpy] 19aa50: ENH: added functionality nanpercentile to numpy

GitHub noreply at github.com
Mon May 26 12:31:29 EDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 19aa50901e96a8428950da062d0d60c760232395
      https://github.com/numpy/numpy/commit/19aa50901e96a8428950da062d0d60c760232395
  Author: David Freese <dfreese at stanford.edu>
  Date:   2014-05-22 (Thu, 22 May 2014)

  Changed paths:
    M numpy/lib/nanfunctions.py
    M numpy/lib/tests/test_nanfunctions.py

  Log Message:
  -----------
  ENH: added functionality nanpercentile to numpy
Implemented a nanpercentile and associated tests
as an extension of np.percentile to complement the
other nanfunctions.


  Commit: 5bbccc5940dba709a0e90f1f433674cc625aa4ad
      https://github.com/numpy/numpy/commit/5bbccc5940dba709a0e90f1f433674cc625aa4ad
  Author: Julian Taylor <juliantaylor108 at gmail.com>
  Date:   2014-05-26 (Mon, 26 May 2014)

  Changed paths:
    M numpy/lib/nanfunctions.py
    M numpy/lib/tests/test_nanfunctions.py

  Log Message:
  -----------
  Merge pull request #4734 from dfreese/feature/nanpercentile

ENH: added functionality nanpercentile to numpy


Compare: https://github.com/numpy/numpy/compare/d2a56ee8e86a...5bbccc5940db


More information about the Numpy-svn mailing list