[Numpy-svn] [numpy/numpy] b3dfa8: STY: Remove trailing whitespace from numpy/ma/core...

GitHub noreply at github.com
Sun Oct 4 11:11:44 EDT 2015


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: b3dfa8de56c4a892db58284aebe7554e25829c64
      https://github.com/numpy/numpy/commit/b3dfa8de56c4a892db58284aebe7554e25829c64
  Author: Jonathan Helmus <jjhelmus at gmail.com>
  Date:   2015-10-02 (Fri, 02 Oct 2015)

  Changed paths:
    M numpy/ma/core.py

  Log Message:
  -----------
  STY: Remove trailing whitespace from numpy/ma/core.py


  Commit: 7744de5cb61f279a05f5a8b139e5a8a58b4d8c98
      https://github.com/numpy/numpy/commit/7744de5cb61f279a05f5a8b139e5a8a58b4d8c98
  Author: Jonathan Helmus <jjhelmus at gmail.com>
  Date:   2015-10-02 (Fri, 02 Oct 2015)

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

  Log Message:
  -----------
  BUG: numpy.ma.round works on zero dimensional arrays

numpy.ma.round returns a scalar or np.ma.masked when called with a zero
dimensional array.  This behavior is consistent with numpy.round.

closes #2244


  Commit: 11dea9e4701d0b1a6e163e8a70d33d5fc806941a
      https://github.com/numpy/numpy/commit/11dea9e4701d0b1a6e163e8a70d33d5fc806941a
  Author: Jonathan Helmus <jjhelmus at gmail.com>
  Date:   2015-10-04 (Sun, 04 Oct 2015)

  Changed paths:
    M numpy/ma/core.py

  Log Message:
  -----------
  MAINT: More expressive if statement in np.ma.round


  Commit: 530c3eb948c50d24ce09232ec65a0496498ce74e
      https://github.com/numpy/numpy/commit/530c3eb948c50d24ce09232ec65a0496498ce74e
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2015-10-04 (Sun, 04 Oct 2015)

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

  Log Message:
  -----------
  Merge pull request #6400 from jjhelmus/fix_ma_round

BUG: numpy.ma.round works on zero dimensional arrays


Compare: https://github.com/numpy/numpy/compare/66d357ae3aed...530c3eb948c5


More information about the Numpy-svn mailing list