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

GitHub noreply at github.com
Sat Feb 28 20:06:31 EST 2015


  Branch: refs/heads/master
  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: a29f50ef84aa0f3cec0253691dacd9a3cddbb3a6
      https://github.com/numpy/numpy/commit/a29f50ef84aa0f3cec0253691dacd9a3cddbb3a6
  Author: Julian Taylor <juliantaylor108 at gmail.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/96abd32de241...a29f50ef84aa


More information about the Numpy-svn mailing list