[SciPy-Dev] 0.13.3 and 0.14.0 releases

Julian Taylor jtaylor.debian at googlemail.com
Wed Jan 15 17:47:05 EST 2014


On 15.01.2014 23:41, Julian Taylor wrote:
> On 15.01.2014 21:40, Ralf Gommers wrote:
>> Hi all,
>>
>> It looks to me like we should do an 0.13.3 bugfix release soon to fix
>> these two issues:
>> - another memory leak in ndimage.label:
>> https://github.com/scipy/scipy/issues/3148
>> - we broke weave.inline with Visual Studio:
>> https://github.com/scipy/scipy/issues/3216
>>
>> I propose to make this release within a week.
> 
> has it been tested with python3.4b2?
> I just tried with numpy 1.7.1 cython 0.19.2 and got a failure:
> 
> test_interpnd.TestEstimateGradients2DGlobal.test_regression_2359
> Exception: SyntaxError("Unsupported source construct: <class
> '_ast.NameConstant'>",)
> 
> 
> as neither the used numpy nor cython support python3.4 its probably an
> issue on of those two.
> 
> I can check in more detail and up to date dependencies this weekend but
> if somebody already knows what is to blame let me know.
> 

probably this:
https://github.com/numpy/numpy/pull/3701

so no issue in scipy.



More information about the SciPy-Dev mailing list