-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Open
Labels
deprecatedItems related to behavior that has been deprecatedItems related to behavior that has been deprecatedscipy.stats
Description
Coming out of #15917 which addressed a deprecation from #11394
gh-11394 suggested that it was supposed to do something similar w.r.t.
random_state
: remove reliance of_rvs
methods on a_random_state
attribute and instead require that they accept arandom_state
parameter. However, it did not raise a deprecation warning for_rvs
methods that don't acceptrandom_state
, and_random_state
is still used throughout the distribution infrastructure, so I didn't touch that.
Metadata
Metadata
Assignees
Labels
deprecatedItems related to behavior that has been deprecatedItems related to behavior that has been deprecatedscipy.stats