diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release/2.0.0-notes.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/release/2.0.0-notes.rst b/doc/release/2.0.0-notes.rst index daec1013f..d950181d2 100644 --- a/doc/release/2.0.0-notes.rst +++ b/doc/release/2.0.0-notes.rst @@ -87,7 +87,9 @@ to the original operand which was reduced. Custom formatter for printing arrays ------------------------------------ - +New function numpy.random.choice +--------------------------------- +A generic sampling function has been added which will generate samples from a given array-like. The samples can be with or without replacement, and with uniform or given non-uniform probabilities. Changes ======= |