[Numpy-discussion] Numpy 1.6 schedule (was: Numpy 2.0 schedule)

Ralf Gommers ralf.gommers at googlemail.com
Fri Mar 4 23:37:38 EST 2011


On Fri, Mar 4, 2011 at 5:00 PM, Christoph Gohlke <cgohlke at uci.edu> wrote:
>
>
> On 3/3/2011 10:54 PM, Ralf Gommers wrote:
>> Before the first beta can be released I think #1748 should be fixed.
>> Before the first RC the Solaris segfaults should be investigated, and
>> documentation for the new iterator (Python docstrings and C API docs)
>> and datetime should be written.
>>
>> Also, some testing on 64-bit Windows would be great, that usually
>> turns up new issues so the sooner the better.
>>
>> Ralf
>
> Hi Ralf,
>
> the numpy master branch on github can not be compiled with Visual Studio. A
> patch is attached. I'll test the builds tomorrow.

That looks fine to me, but I'll leave it to someone more familiar with
that code to commit it.

I'm also wondering whether the printf debug code should not be removed
completely. Either way, using variadic macros is not a good idea I
think, since that's a C99 feature which seems to not be supported well
by non-gcc compilers.

Cheers,
Ralf



More information about the NumPy-Discussion mailing list