Robert Bradshaw, 31.01.2010 02:56:
> On Jan 26, 2010, at 10:44 AM, Robert Bradshaw wrote:
> 
>> I've posted http://cython.org/release/Cython-0.12.1.beta0.tar.gz .  
>> Sage now compiles and passes all doctests. At this point it'd be  
>> good to have some widespread testing--if all goes well we'll release  
>> in a week.
> 
> Given the apparent lack of issues with the beta (which is a good thing  
> I hope), I've posted http://cython.org/release/ 
> Cython-0.12.1.rc1.tar.gz which, unless something unexpected comes up,  
> will be the actual release.

Latest cython-devel, it seems. Fine with me.


> One last thing we need to resolve is 
> http://trac.cython.org/cython_trac/ticket/387 
>   (the doctesting support via __test__). So far it hasn't seemed to be  
> causing any problems, should we just leave it on and close that  
> ticket? I agree the implementation could be improved.

Dag should comment on this, but my take is, if it works, it works. We can
always revisit the implementation once the infrastructure is there. (The
ticket mentions CythonUtilityCode, I assume that's a way to implement
utility functions in Cython rather than C?)


> Preliminary release notes: http://wiki.cython.org/ReleaseNotes-0.12.1
> 
> 
> = Cython 0.11.2 =
>   * Release date: February X, 2010

Agreed that January 31 is a bit too close by now, but early next week
should be fine (assuming the week starts on Monday, which it doesn't do
everywhere). We've waited long enough during the alpha/beta cycle.


>   * Type inference improvements.
> 
>     There have been several bug fixes and improvements to the type  
> inferencer.
>     Notably, there is now a "safe" mode enabled by  setting the  
> infer_types directive to None.
>     (The None here refers to the "default" mode, which will be the  
> default in 0.13.)

I think that explanation is needed, but also sufficient.

I added some fixes in the Wiki.

Stefan
_______________________________________________
Cython-dev mailing list
Cython-dev@codespeak.net
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to