-
Notifications
You must be signed in to change notification settings - Fork 24.2k
std/var: Deprecate default correction
value and unbiased
argument
#55679
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
[ghstack-poisoned]
🔗 Helpful links
❌ 9 New FailuresAs of commit 888dcb3 (more details on the Dr. CI page): Expand to see more
🕵️ 9 new failures recognized by patternsThe following CI failures do not appear to be due to upstream breakages
|
[ghstack-poisoned]
[ghstack-poisoned]
[ghstack-poisoned]
[ghstack-poisoned]
[ghstack-poisoned]
[ghstack-poisoned]
[ghstack-poisoned]
[ghstack-poisoned]
[ghstack-poisoned]
[ghstack-poisoned]
[ghstack-poisoned]
[ghstack-poisoned]
[ghstack-poisoned]
[ghstack-poisoned]
[ghstack-poisoned]
…d` argument" The default correction value of 1 is incompatible with the array api which defaults to 0 correction. So, we should deprecate the existing default as the first step in changing the default without introducing a silent BC-break. This also deprecates the unbiased overloads entirely, since it for better consistency with the array API. [ghstack-poisoned]
…tion` value and `unbiased` argument" The default correction value of 1 is incompatible with the array api which defaults to 0 correction. So, we should deprecate the existing default as the first step in changing the default without introducing a silent BC-break. This also deprecates the unbiased overloads entirely, since it for better consistency with the array API. [ghstack-poisoned]
…tion` value and `unbiased` argument" The default correction value of 1 is incompatible with the array api which defaults to 0 correction. So, we should deprecate the existing default as the first step in changing the default without introducing a silent BC-break. This also deprecates the unbiased overloads entirely, since it for better consistency with the array API. [ghstack-poisoned]
…d` argument" The default correction value of 1 is incompatible with the array api which defaults to 0 correction. So, we should deprecate the existing default as the first step in changing the default without introducing a silent BC-break. This also deprecates the unbiased overloads entirely, since it for better consistency with the array API. [ghstack-poisoned]
…d` argument" The default correction value of 1 is incompatible with the array api which defaults to 0 correction. So, we should deprecate the existing default as the first step in changing the default without introducing a silent BC-break. This also deprecates the unbiased overloads entirely, since it for better consistency with the array API. [ghstack-poisoned]
…d` argument" The default correction value of 1 is incompatible with the array api which defaults to 0 correction. So, we should deprecate the existing default as the first step in changing the default without introducing a silent BC-break. This also deprecates the unbiased overloads entirely, since it for better consistency with the array API. [ghstack-poisoned]
…d` argument" The default correction value of 1 is incompatible with the array api which defaults to 0 correction. So, we should deprecate the existing default as the first step in changing the default without introducing a silent BC-break. This also deprecates the unbiased overloads entirely, since it for better consistency with the array API. [ghstack-poisoned]
…d` argument" The default correction value of 1 is incompatible with the array api which defaults to 0 correction. So, we should deprecate the existing default as the first step in changing the default without introducing a silent BC-break. This also deprecates the unbiased overloads entirely, since it for better consistency with the array API. [ghstack-poisoned]
…d` argument" The default correction value of 1 is incompatible with the array api which defaults to 0 correction. So, we should deprecate the existing default as the first step in changing the default without introducing a silent BC-break. This also deprecates the unbiased overloads entirely, since it for better consistency with the array API. [ghstack-poisoned]
The default correction value of 1 is incompatible with the array api which defaults to 0 correction. So, we should deprecate the existing default as the first step in changing the default without introducing a silent BC-break. This also deprecates the unbiased overloads entirely, since it for better consistency with the array API. ghstack-source-id: 955bfe6 Pull Request resolved: pytorch#55679
The default correction value of 1 is incompatible with the array api which defaults to 0 correction. So, we should deprecate the existing default as the first step in changing the default without introducing a silent BC-break. This also deprecates the unbiased overloads entirely, since it for better consistency with the array API. ghstack-source-id: 955bfe6 Pull Request resolved: pytorch#55679
…d` argument" The default correction value of 1 is incompatible with the array api which defaults to 0 correction. So, we should deprecate the existing default as the first step in changing the default without introducing a silent BC-break. This also deprecates the unbiased overloads entirely, since it for better consistency with the array API. [ghstack-poisoned]
Looks like this PR hasn't been updated in a while so we're going to go ahead and mark this as |
No one has reviewed this, and the original author has removed stale and added no-stale, even though there has been no activity in more than a year. |
Closing as the deprecation isn't going ahead, see #50010 (comment) |
Stack from ghstack (oldest at bottom):
correction
value andunbiased
argument #55679The default correction value of 1 is incompatible with the array api
which defaults to 0 correction. So, we should deprecate the existing
default as the first step in changing the default without introducing
a silent BC-break.
This also deprecates the unbiased overloads entirely,
for better consistency with the array API.