-
-
Notifications
You must be signed in to change notification settings - Fork 10.8k
DOC: Document our backcompat guarantees for np.random #6084 #6180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…andomState stability guarantee
|
…andomState stability guarantee
…andomState stability guarantee
This looks good to me. |
There was some discussion on #5851 on whether this is the way to go, e.g. we now that |
I guess the rule has been, similar to the rules for deprecations, On Thu, Aug 20, 2015 at 12:28 AM, Jaime notifications@github.com wrote:
Nathaniel J. Smith -- http://vorpus.org |
We've also fixed outright wrong results in the distributions before, and that has been our (my) stated policy. |
Oh? All the more important that we document it then :-) One possible policy going forward:
does that sound good? ...and with the whole how-we-make-decisions discussion in mind, I guess it would be a good idea if whatever complete policy we come up with were sent to the list. I don't imagine anyone will object, esp. since it's mostly codifying how we've always done things, but it's good to do these things publicly. |
This used to be documented on the Trac wiki back when we used that old thing, and I do restate our (my) policy whenever it comes up. I like documenting when such necessary changes do happen. That's a good idea. In addition, to be more specific about common cases:
|
Squashed and updated in #6405, closing this. Thanks @trankmichael . |
DOC Update gh-6180: Add RandomState stability guarantee.
updated the np.RandomState documentation to address/include the RandomState stability guarantee described in issue #6084