2012/2/24 Sébastien Sablé Sablé <sa...@users.sourceforge.net>: > Hi, > > could you please also look at incorporating the following patch before > releasing 0.16? (if it has not already been merged) > > https://github.com/cython/cython/pull/67 > > It has been more or less validated, but a test case is needed. > > This patch makes using C++ templates much more convenient with Cython. > > Currently I have to use hacks like the following which looks ugly and make > the code less readable: > ctypedef TCacheVarData[float] TCacheVarData_float "TCacheVarData<float>" > > Also thank you for all the work done on Cython, I have been using it (and > Pyrex before) intensively for more than 6 years now, and it makes > integrating Python and C/C++ really convenient. > > Thanks in advance > > Sébastien > > _______________________________________________ > cython-devel mailing list > cython-devel@python.org > http://mail.python.org/mailman/listinfo/cython-devel >
Ok I merged it and added a test. I also fixed a lot of tests to run under MSVC on windows. I'm thinking to merge https://github.com/cython/cython/pull/77, see if everything still passes on Jenkins, and then pushing out a beta release for 0.16. I created some release notes, please feel free to add to the page (especially to the feature and improvements lists), they might be incomplete: http://wiki.cython.org/ReleaseNotes-0.16 Are there any other last-minute bug fixes pending? _______________________________________________ cython-devel mailing list cython-devel@python.org http://mail.python.org/mailman/listinfo/cython-devel