[Numpy-discussion] NumPy 1.11.0b3 released.

josef.pktd at gmail.com josef.pktd at gmail.com
Wed Feb 10 18:55:09 EST 2016


On Wed, Feb 10, 2016 at 5:36 PM, Charles R Harris <charlesr.harris at gmail.com
> wrote:

>
>
> On Wed, Feb 10, 2016 at 2:58 PM, Pauli Virtanen <pav at 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 at scipy.org
> https://mail.scipy.org/mailman/listinfo/numpy-discussion
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20160210/12abe38f/attachment.html>


More information about the NumPy-Discussion mailing list