[Numpy-svn] [numpy/numpy] aa0532: MANT: handling of axis in np.ma.compress_nd

GitHub noreply at github.com
Sun May 17 13:17:43 EDT 2015


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: aa0532f362dc2fd398a78a838f0cd2c95cad19d8
      https://github.com/numpy/numpy/commit/aa0532f362dc2fd398a78a838f0cd2c95cad19d8
  Author: Jaime Fernandez <jaime.frio at gmail.com>
  Date:   2015-05-17 (Sun, 17 May 2015)

  Changed paths:
    M numpy/ma/extras.py

  Log Message:
  -----------
  MANT: handling of axis in np.ma.compress_nd

Modified the handling that np.ma.compress_nd does of its 'axis'
argument, to more closely follow that of ufunc methods, including
error messages for wrong values.


  Commit: 86f99e867151ead43838eda2f214d42d833dd64a
      https://github.com/numpy/numpy/commit/86f99e867151ead43838eda2f214d42d833dd64a
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2015-05-17 (Sun, 17 May 2015)

  Changed paths:
    M numpy/ma/extras.py

  Log Message:
  -----------
  Merge pull request #5884 from jaimefrio/ma_compress_cleanup

MANT: handling of axis in np.ma.compress_nd


Compare: https://github.com/numpy/numpy/compare/0a02b82ed72f...86f99e867151


More information about the Numpy-svn mailing list