[Numpy-svn] [numpy/numpy] 11dfe9: BUG: arr.fill() should accept the max uint64 value

GitHub noreply at github.com
Sat Feb 28 20:07:51 EST 2015


  Branch: refs/heads/maintenance/1.9.x
  Home:   https://github.com/numpy/numpy
  Commit: 11dfe938a485500a94de8c01157ea6319afcffd0
      https://github.com/numpy/numpy/commit/11dfe938a485500a94de8c01157ea6319afcffd0
  Author: John Tyree <johntyree at gmail.com>
  Date:   2015-02-28 (Sat, 28 Feb 2015)

  Changed paths:
    M numpy/core/src/multiarray/convert.c
    M numpy/core/tests/test_multiarray.py

  Log Message:
  -----------
  BUG: arr.fill() should accept the max uint64 value


  Commit: bf6f80d994a154f25eb5e8beca5babdf31b13eca
      https://github.com/numpy/numpy/commit/bf6f80d994a154f25eb5e8beca5babdf31b13eca
  Author: Julian Taylor <jtaylor.debian at googlemail.com>
  Date:   2015-03-01 (Sun, 01 Mar 2015)

  Changed paths:
    M numpy/core/src/multiarray/convert.c
    M numpy/core/tests/test_multiarray.py

  Log Message:
  -----------
  Merge pull request #5618 from johntyree/arrfill_ulonglong

BUG: Fixes ndarray.fill to accept maximum uint64 value


Compare: https://github.com/numpy/numpy/compare/1f72899ac674...bf6f80d994a1


More information about the Numpy-svn mailing list