On Wed, Feb 10, 2016 at 5:36 PM, Charles R Harris <charlesr.har...@gmail.com > wrote:
> > > On Wed, Feb 10, 2016 at 2:58 PM, Pauli Virtanen <p...@iki.fi> wrote: > >> 10.02.2016, 04:09, Charles R Harris kirjoitti: >> > I'm pleased to announce the release of NumPy 1.11.0b3. This beta >> contains >> [clip] >> > Please test, hopefully this will be that last beta needed. >> >> FWIW, https://travis-ci.org/pv/testrig/builds/108384173 > > > Thanks Pauli, very interesting. > Thanks Pauli, me too is this intended?: return np.r_[[np.nan] * head, x, [np.nan] * tail] TypeError: 'numpy.float64' object cannot be interpreted as an index In the old times of Python 2.x, statsmodels avoided integers so we don't get accidental integer division. Python wanted float() everywhere. Looks like numpy wants int() everywhere. (fixed in statsmodels master) Josef > > Chuck > > _______________________________________________ > NumPy-Discussion mailing list > NumPy-Discussion@scipy.org > https://mail.scipy.org/mailman/listinfo/numpy-discussion > >
_______________________________________________ NumPy-Discussion mailing list NumPy-Discussion@scipy.org https://mail.scipy.org/mailman/listinfo/numpy-discussion