[Numpy-discussion] Status of fixing bugs for the 1.7.0rc1 release

Christoph Gohlke cgohlke at uci.edu
Sun Sep 16 18:23:42 EDT 2012


On 9/16/2012 3:06 PM, Han Genuit wrote:
> [snip]
>
>> Hello,
>>
>> I ran some compatibility tests on Windows, using
>> numpy-MKL-1.7.x.dev.win-amd64-py2.7 with packages built against
>> numpy-MKL-1.6.2.
>>
>> There are new test failures in scipy, bottleneck, pymc, and mvpa2 of the
>> following types:
>>
>> IndexError: too many indices
>> ValueError: negative dimensions are not allowed
>>
>> The test results are at
>> <http://www.lfd.uci.edu/~gohlke/pythonlibs/tests/20120916-win-amd64-py2.7-numpy-MKL-1.7.0rc1.dev-50f71cb/>
>>
>> Christoph
>
> Hi,
>
> https://github.com/numpy/numpy/pull/445 should fix "negative
> dimensions are not allowed", the other one I have not yet been able to
> pinpoint.
>
> Regards,
> Han

I just tracked the "IndexError: too many indices" errors to

>>> list(np.ndindex(*()))
[(0,)]

I'll check your PR. It might fix this too.

Christoph



More information about the NumPy-Discussion mailing list