[Numpy-svn] [numpy/numpy] 9c93f7: Docstring: point to correct equivalent function

GitHub noreply at github.com
Wed Jul 24 02:16:18 EDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 9c93f75f02ae5c2c1d9e8a806bcdebc63c6ba98f
      https://github.com/numpy/numpy/commit/9c93f75f02ae5c2c1d9e8a806bcdebc63c6ba98f
  Author: K.-Michael Aye <kmichael.aye at gmail.com>
  Date:   2013-07-19 (Fri, 19 Jul 2013)

  Changed paths:
    M numpy/core/fromnumeric.py

  Log Message:
  -----------
  Docstring: point to correct equivalent function

np.compress' "See also" pointed to itself instead to equivalent np.extract


  Commit: 6352343b8ddbf88e3ebb8bf8b65bd08424ef729b
      https://github.com/numpy/numpy/commit/6352343b8ddbf88e3ebb8bf8b65bd08424ef729b
  Author: K.-Michael Aye <kmichael.aye at gmail.com>
  Date:   2013-07-23 (Tue, 23 Jul 2013)

  Changed paths:
    M numpy/core/fromnumeric.py

  Log Message:
  -----------
  Repaired my misunderstanding and added np.extract

I overlooked that np.compress and ndarray.compress are different things and wrongly assumed that it was a typo. I corrected that and added np.extract for equivalency for 1-D arrays.


  Commit: 7b2f20b406d27364c812f7a81a9c901afbd3600c
      https://github.com/numpy/numpy/commit/7b2f20b406d27364c812f7a81a9c901afbd3600c
  Author: Ralf Gommers <ralf.gommers at googlemail.com>
  Date:   2013-07-23 (Tue, 23 Jul 2013)

  Changed paths:
    M numpy/core/fromnumeric.py

  Log Message:
  -----------
  Merge pull request #3538 from michaelaye/patch-1

Docstring: point to correct equivalent function (one word change)


Compare: https://github.com/numpy/numpy/compare/90ececac5755...7b2f20b406d2


More information about the Numpy-svn mailing list