[Numpy-svn] [numpy/numpy] 0b150b: MAINT: Simplified mtrand.pyx helpers

GitHub noreply at github.com
Wed Jan 20 13:00:34 EST 2016


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 0b150b8cfafa4d8c75e47e6e9c8b3b23d7c0a2b6
      https://github.com/numpy/numpy/commit/0b150b8cfafa4d8c75e47e6e9c8b3b23d7c0a2b6
  Author: gfyoung <gfyoung at mit.edu>
  Date:   2016-01-20 (Wed, 20 Jan 2016)

  Changed paths:
    M numpy/random/mtrand/mtrand.pyx

  Log Message:
  -----------
  MAINT: Simplified mtrand.pyx helpers

Refactored methods that broadcast arguments
together by finding additional common ground
between code in the if...else branches that
involved a size parameter being passed in.


  Commit: 9ad54ae775a2e828907556f4fa30ade8780b8bf6
      https://github.com/numpy/numpy/commit/9ad54ae775a2e828907556f4fa30ade8780b8bf6
  Author: Jaime <jaime.frio at gmail.com>
  Date:   2016-01-20 (Wed, 20 Jan 2016)

  Changed paths:
    M numpy/random/mtrand/mtrand.pyx

  Log Message:
  -----------
  Merge pull request #6997 from gfyoung/mtrand_helpers_compress

MAINT: Simplify mtrand.pyx helpers


Compare: https://github.com/numpy/numpy/compare/a38942a87f9b...9ad54ae775a2


More information about the Numpy-svn mailing list