[Numpy-svn] [numpy/numpy] 6e141d: BUG: fix incorrect type in binomial ditsributions....

GitHub noreply at github.com
Wed Dec 4 08:52:42 EST 2013


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 6e141d70edf8872a42cefdcbad49725a5a882467
      https://github.com/numpy/numpy/commit/6e141d70edf8872a42cefdcbad49725a5a882467
  Author: Sebastian Berg <sebastian at sipsolutions.net>
  Date:   2013-12-04 (Wed, 04 Dec 2013)

  Changed paths:
    M numpy/random/mtrand/distributions.c

  Log Message:
  -----------
  BUG: fix incorrect type in binomial ditsributions.c

This caused slowness and wrong/potentially wrong results
when the binomial result is larger then a native C int.

Closes gh-3352


  Commit: 056ab73e567b8dae84055108dee6166d637baa57
      https://github.com/numpy/numpy/commit/056ab73e567b8dae84055108dee6166d637baa57
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2013-12-04 (Wed, 04 Dec 2013)

  Changed paths:
    M numpy/random/mtrand/distributions.c

  Log Message:
  -----------
  Merge pull request #4098 from seberg/issue-3352

BUG: fix incorrect type in binomial ditsributions.c


Compare: https://github.com/numpy/numpy/compare/043e3574f3bd...056ab73e567b


More information about the Numpy-svn mailing list