On Mon, Feb 8, 2010 at 11:11 AM, Alan G Isaac wrote:
> I see that NumPy 1.4.0 is still the download
> offered on SourceForge. Did I misunderstand
> that a decision had been made to withdraw it,
> at least until the ongoing discussion about
> ABI breakage is resolved?
I went ahead and set the def
I see that NumPy 1.4.0 is still the download
offered on SourceForge. Did I misunderstand
that a decision had been made to withdraw it,
at least until the ongoing discussion about
ABI breakage is resolved?
(Btw, as a user, I'm hoping Jarrod's sensible proposal
prevails in that discussion. That pr
On Mon, Feb 8, 2010 at 11:16 AM, Charles R Harris wrote:
>
>
> On Mon, Feb 8, 2010 at 10:19 AM, Peter Notebaert wrote:
>
>> I have made an extension that also uses numpy.
>> I developed with Python 2.6 and numpy 1.4.0
>> This works all fine.
>>
>> The problem is that users that use this extensio
On Mon, Feb 8, 2010 at 10:19 AM, Peter Notebaert wrote:
> I have made an extension that also uses numpy.
> I developed with Python 2.6 and numpy 1.4.0
> This works all fine.
>
> The problem is that users that use this extension get crahes from the
> moment they use the extension and this because
I have made an extension that also uses numpy.
I developed with Python 2.6 and numpy 1.4.0
This works all fine.
The problem is that users that use this extension get crahes from the moment
they use the extension and this because of numpy. It crashes when numpy is
initialised.
This because those us