summaryrefslogtreecommitdiff
path: root/numpy
diff options
context:
space:
mode:
authorMatti Picus <matti.picus@gmail.com>2019-06-01 23:04:13 +0300
committerGitHub <noreply@github.com>2019-06-01 23:04:13 +0300
commit3c71fffb15bedd4317bd92799d11fae035268e21 (patch)
treeeaede8c0c1491cdf025219833fc481b1916e48b6 /numpy
parent80ef0e7e30f6837db5fde499ca46a26a944e3c50 (diff)
parent984e6d0155cc32b04dda3c1024941681ab20ebf4 (diff)
downloadnumpy-3c71fffb15bedd4317bd92799d11fae035268e21.tar.gz
Merge pull request #13690 from bashtage/generator-version-added
MAINT: Remove version added from Generator
Diffstat (limited to 'numpy')
-rw-r--r--numpy/random/generator.pyx5
1 files changed, 0 insertions, 5 deletions
diff --git a/numpy/random/generator.pyx b/numpy/random/generator.pyx
index cb3df2626..e84a98150 100644
--- a/numpy/random/generator.pyx
+++ b/numpy/random/generator.pyx
@@ -370,9 +370,6 @@ cdef class Generator:
name, i.e., 'int64', 'int', etc, so byteorder is not available
and a specific precision may have different C types depending
on the platform. The default value is 'np.int'.
-
- .. versionadded:: 1.11.0
-
endpoint : bool, optional
If true, sample from the interval [low, high] instead of the
default [low, high)
@@ -508,8 +505,6 @@ cdef class Generator:
Generates a random sample from a given 1-D array
- .. versionadded:: 1.7.0
-
Parameters
----------
a : 1-D array-like or int