[Numpy-svn] [numpy/numpy] 04e40f: MAINT: random: allow nonc==0 in noncentral_chisqua...

GitHub noreply at github.com
Mon Nov 2 13:01:20 EST 2015


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 04e40fc5c21335f296009f40f4599b66dc099e6d
      https://github.com/numpy/numpy/commit/04e40fc5c21335f296009f40f4599b66dc099e6d
  Author: Evgeni Burovski <evgeni at burovski.me>
  Date:   2015-11-02 (Mon, 02 Nov 2015)

  Changed paths:
    M numpy/random/mtrand/distributions.c
    M numpy/random/mtrand/mtrand.pyx
    M numpy/random/tests/test_random.py

  Log Message:
  -----------
  MAINT: random: allow nonc==0 in noncentral_chisquare.

Noncentral chi-square reduces to a central chi-square, so
just defer to that.


  Commit: f2f61b84b78909aa8c8aa6574b643de937d3348b
      https://github.com/numpy/numpy/commit/f2f61b84b78909aa8c8aa6574b643de937d3348b
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2015-11-02 (Mon, 02 Nov 2015)

  Changed paths:
    M numpy/random/mtrand/distributions.c
    M numpy/random/mtrand/mtrand.pyx
    M numpy/random/tests/test_random.py

  Log Message:
  -----------
  Merge pull request #6613 from ev-br/noncentral_chisq

MAINT: random: allow nonc==0 in noncentral_chisquare.


Compare: https://github.com/numpy/numpy/compare/80abf6ebf89c...f2f61b84b789


More information about the Numpy-svn mailing list