File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -224,10 +224,11 @@ def dunnett(
224
224
225
225
As part of the `SPEC-007 <https://scientific-python.org/specs/spec-0007/>`_
226
226
transition from use of `numpy.random.RandomState` to
227
- `numpy.random.Generator`, this keyword was changed from `random_state` to `rng`.
228
- For an interim period, both keywords will continue to work, although only one
229
- may be specified at a time. After the interim period, function calls using the
230
- `random_state` keyword will emit warnings.
227
+ `numpy.random.Generator`, this keyword was changed from `random_state` to
228
+ `rng`. For an interim period, both keywords will continue to work, although
229
+ only one may be specified at a time. After the interim period, function
230
+ calls using the `random_state` keyword will emit warnings. Following a
231
+ deprecation period, the `random_state` keyword will be removed.
231
232
232
233
Returns
233
234
-------
Original file line number Diff line number Diff line change @@ -321,10 +321,11 @@ def sobol_indices(
321
321
322
322
As part of the `SPEC-007 <https://scientific-python.org/specs/spec-0007/>`_
323
323
transition from use of `numpy.random.RandomState` to
324
- `numpy.random.Generator`, this keyword was changed from `random_state` to `rng`.
325
- For an interim period, both keywords will continue to work, although only one
326
- may be specified at a time. After the interim period, function calls using the
327
- `random_state` keyword will emit warnings.
324
+ `numpy.random.Generator`, this keyword was changed from `random_state` to
325
+ `rng`. For an interim period, both keywords will continue to work, although
326
+ only one may be specified at a time. After the interim period, function
327
+ calls using the `random_state` keyword will emit warnings. Following a
328
+ deprecation period, the `random_state` keyword will be removed.
328
329
329
330
Returns
330
331
-------
You can’t perform that action at this time.
0 commit comments