Discussion:
[Numpy-discussion] Removiing 1.10.0 and 1.10.1 from sourceforge and pypi
Thomas Caswell
2015-11-14 23:34:38 UTC
Permalink
I would also vote for leaving them up.
On Fri, Nov 13, 2015 at 9:04 PM, Charles R Harris <
Hi All,
I think 1.10.0 and 1.10.1 are sufficiently buggy that they should be
removed from circulation as soon as 1.10.2 comes out. The inner product bug
for non contiguous arrays is particularly egregious. It is not customary to
remove outdated Numpy releases from sourceforge and pypi, but I'd like to
make an exception for those two.
Can you elaborate on what you're trying to accomplish? Like Matthew
says, they'll effectively be removed from circulation once 1.10.2 is
released, regardless of whether we actually delete the files. But deleting
rerunning an analysis with both 1.10.1 and 1.10.2 to check whether some
published results were affected by one of the bugs in 1.10.1.)
Basically, they should never be used, but they will always be tagged in
the repo. That said, if the consensus is to leave them up I won't be
bothered much. <https://mail.scipy.org/mailman/listinfo/numpy-discussion>
I'd also vote for leaving them up.
Ralf
_______________________________________________
NumPy-Discussion mailing list
https://mail.scipy.org/mailman/listinfo/numpy-discussion
Charles R Harris
2015-11-13 19:16:09 UTC
Permalink
The inner product bug
for non contiguous arrays is particularly egregious.
Could you please post a link to the related issue? I have been seeing
very strange things with scipy.integrate.odeint, and I wonder if they
are related.
Here you go: https://github.com/numpy/numpy/issues/6532
<https://github.com/numpy/numpy/issues/6532.>.

Chuck
Manolo Martínez
2015-11-13 19:26:01 UTC
Permalink
Post by Charles R Harris
The inner product bug
for non contiguous arrays is particularly egregious.
Could you please post a link to the related issue? I have been seeing
very strange things with scipy.integrate.odeint, and I wonder if they
are related.
Here you go: https://github.com/numpy/numpy/issues/6532
<https://github.com/numpy/numpy/issues/6532.>.
Thanks!

M
Post by Charles R Harris
Chuck
_______________________________________________
NumPy-Discussion mailing list
https://mail.scipy.org/mailman/listinfo/numpy-discussion
--
Matthew Brett
2015-11-13 18:21:51 UTC
Permalink
Hi,

On Fri, Nov 13, 2015 at 10:06 AM, Charles R Harris
Hi All,
I think 1.10.0 and 1.10.1 are sufficiently buggy that they should be removed
from circulation as soon as 1.10.2 comes out. The inner product bug for non
contiguous arrays is particularly egregious. It is not customary to remove
outdated Numpy releases from sourceforge and pypi, but I'd like to make an
exception for those two.
First pass, that doesn't seem like a good idea to me. No-one will
get these releases unless they ask for them specifically, once 1.10.2
is out. Imagine for example that someone does have one of these
versions already and is making a bug report, we might want to test
against those versions to replicate the bug.

Cheers,

Matthew

Loading...