[Numpy-svn] [numpy/numpy] 8b6c85: ENH: New sample function, bugs in tests fixed

noreply at github.com noreply at github.com
Sat Dec 17 11:20:01 EST 2011


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy

  Commit: 8b6c850cf3e6ec664705e9823014e59edc1a26e7
      https://github.com/numpy/numpy/commit/8b6c850cf3e6ec664705e9823014e59edc1a26e7
  Author: Chris Jordan-Squire <cjordan1 at uw.edu>
  Date:   2011-12-16 (Fri, 16 Dec 2011)

  Changed paths:
    M doc/source/reference/routines.random.rst
  M numpy/core/tests/test_multiarray.py
  M numpy/fft/tests/test_fftpack.py
  M numpy/lib/tests/test_index_tricks.py
  M numpy/lib/tests/test_io.py
  M numpy/lib/tests/test_regression.py
  M numpy/random/__init__.py
  M numpy/random/mtrand/mtrand.c
  M numpy/random/mtrand/mtrand.pyx
  M numpy/random/tests/test_random.py

  Log Message:
  -----------
  ENH: New sample function, bugs in tests fixed


  Commit: 67f24e8f2e12d9f5b8510ffd0769b13f18f5636a
      https://github.com/numpy/numpy/commit/67f24e8f2e12d9f5b8510ffd0769b13f18f5636a
  Author: Chris Jordan-Squire <cjordan1 at uw.edu>
  Date:   2011-12-17 (Sat, 17 Dec 2011)

  Changed paths:
    M doc/source/reference/routines.random.rst
  M numpy/core/tests/test_multiarray.py
  M numpy/fft/tests/test_fftpack.py
  M numpy/lib/tests/test_index_tricks.py
  M numpy/lib/tests/test_io.py
  M numpy/lib/tests/test_regression.py
  M numpy/random/__init__.py
  M numpy/random/mtrand/mtrand.c
  M numpy/random/mtrand/mtrand.pyx
  M numpy/random/tests/test_random.py

  Log Message:
  -----------
  FIX: Changed named to choice, reverted other changes.


  Commit: 26195cfe921818d97776c83f4c84286ae79bf1de
      https://github.com/numpy/numpy/commit/26195cfe921818d97776c83f4c84286ae79bf1de
  Author: Chris Jordan-Squire <cjordan1 at uw.edu>
  Date:   2011-12-17 (Sat, 17 Dec 2011)

  Changed paths:
    M doc/release/2.0.0-notes.rst
  M numpy/random/mtrand/mtrand.c
  M numpy/random/mtrand/mtrand.pyx
  M numpy/random/tests/test_random.py

  Log Message:
  -----------
  FIX: Add release notes, use inverse cdf method for non-uniform
sampling with replacement, change searchsorted to use side='right',
and regenerate mtrand.c.


  Commit: 2988b0e6726c3c581bbede2d2c1cc5df0b629fab
      https://github.com/numpy/numpy/commit/2988b0e6726c3c581bbede2d2c1cc5df0b629fab
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2011-12-17 (Sat, 17 Dec 2011)

  Changed paths:
    M doc/release/2.0.0-notes.rst
  M doc/source/reference/routines.random.rst
  M numpy/random/__init__.py
  M numpy/random/mtrand/mtrand.c
  M numpy/random/mtrand/mtrand.pyx
  M numpy/random/tests/test_random.py

  Log Message:
  -----------
  Merge branch 'pull-151'

* pull-151:
  FIX: Add release notes, use inverse cdf method for non-uniform sampling with replacement, change searchsorted to use side='right', and regenerate mtrand.c.
  FIX: Changed named to choice, reverted other changes.
  ENH: New sample function, bugs in tests fixed


Compare: https://github.com/numpy/numpy/compare/3d0b348...2988b0e



More information about the Numpy-svn mailing list