| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
Looks good - thanks!
Sorry, something went wrong.
|
Does this have a chance of breaking existing (bad) code in odd ways? (I.e. should we add a release note and consider probably not backport?) |
Sorry, something went wrong.
|
The bug has existed for 19 years (I tracked the behavior to 959f36c via git blame) so probably no backport is necessary. We should treat it as a behavior change rather than a typical bug fix. |
Sorry, something went wrong.
|
I agree, let's add a release note and then merge this. |
Sorry, something went wrong.
* Fixes numpy#27658 * Use a more sensible filter for controlling the decision to transpose the design matrix received by `np.cov`. * Add a release note.
|
Ok, I added a release note/towncrier fragment (amending the original commit since the diff is so small here). The release note looks like this locally via spin docs: |
Sorry, something went wrong.
|
Thanks Tyler and Jake! |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Fixes BUG: np.cov with rowvar=False returns the wrong shape for N=1 #27658
Use a more sensible filter for controlling the decision to transpose the design matrix received by np.cov.