<div dir="ltr"><div><div><div>Hello All,<br><br></div>there seems to be a performance issue with the covariance function in numpy 1.9 and later.<br><br></div>Code example:<br><b>np.cov(np.random.randn(700,37000))</b> <br><br><div></div><div>In numpy  1.8, this line of code requires 4.5755 seconds.</div>In numpy 1.9 and later, the same line of code requires more than 30.3709 s execution time.<br><br></div><div>Has anyone else observed this problem and is there a known bugfix?<br><br></div></div>