Great, thanks!<br><br><div class="gmail_quote">2012/2/25 mark florisson <span dir="ltr">&lt;<a href="mailto:markflorisson88@gmail.com">markflorisson88@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
2012/2/24 Sébastien Sablé Sablé &lt;<a href="mailto:sable@users.sourceforge.net">sable@users.sourceforge.net</a>&gt;:<br>
<div><div class="h5">&gt; Hi,<br>
&gt;<br>
&gt; could you please also look at incorporating the following patch before<br>
&gt; releasing 0.16? (if it has not already been merged)<br>
&gt;<br>
&gt; <a href="https://github.com/cython/cython/pull/67" target="_blank">https://github.com/cython/cython/pull/67</a><br>
&gt;<br>
&gt; It has been more or less validated, but a test case is needed.<br>
&gt;<br>
&gt; This patch makes using C++ templates much more convenient with Cython.<br>
&gt;<br>
&gt; Currently I have to use hacks like the following which looks ugly and make<br>
&gt; the code less readable:<br>
&gt; ctypedef TCacheVarData[float] TCacheVarData_float &quot;TCacheVarData&lt;float&gt;&quot;<br>
&gt;<br>
&gt; Also thank you for all the work done on Cython, I have been using it (and<br>
&gt; Pyrex before) intensively  for more than 6 years now, and it makes<br>
&gt; integrating Python and C/C++ really convenient.<br>
&gt;<br>
&gt; Thanks in advance<br>
&gt;<br>
&gt; Sébastien<br>
&gt;<br>
</div></div><div class="im">&gt; _______________________________________________<br>
&gt; cython-devel mailing list<br>
&gt; <a href="mailto:cython-devel@python.org">cython-devel@python.org</a><br>
&gt; <a href="http://mail.python.org/mailman/listinfo/cython-devel" target="_blank">http://mail.python.org/mailman/listinfo/cython-devel</a><br>
&gt;<br>
<br>
</div>Ok I merged it and added a test. I also fixed a lot of tests to run<br>
under MSVC on windows. I&#39;m thinking to merge<br>
<a href="https://github.com/cython/cython/pull/77" target="_blank">https://github.com/cython/cython/pull/77</a>, see if everything still<br>
passes on Jenkins, and then pushing out a beta release for 0.16. I<br>
created some release notes, please feel free to add to the page<br>
(especially to the feature and improvements lists), they might be<br>
incomplete: <a href="http://wiki.cython.org/ReleaseNotes-0.16" target="_blank">http://wiki.cython.org/ReleaseNotes-0.16</a><br>
<br>
Are there any other last-minute bug fixes pending?<br>
<div class="HOEnZb"><div class="h5">_______________________________________________<br>
cython-devel mailing list<br>
<a href="mailto:cython-devel@python.org">cython-devel@python.org</a><br>
<a href="http://mail.python.org/mailman/listinfo/cython-devel" target="_blank">http://mail.python.org/mailman/listinfo/cython-devel</a><br>
</div></div></blockquote></div><br>