Hi,
I added a CHANGES.rst file now that collects the changes for each release.
Please add to it as you see fit.
The content is reversed engineered from the Wiki pages. It would be good if
others could give it a glance - I'm sure there are things to improve.
Stefan
__
On 4 November 2012 01:23, Robert Bradshaw wrote:
>
> On Nov 3, 2012 4:22 PM, "Stefan Behnel" wrote:
>>
>> Hi,
>>
>> the 0.17 branch has gained a couple of fixes, so I'd like to release a
>> 0.17.2 some time next week.
>
> You read my mind.
>
>> In case you have other things to add to it within th
mark florisson, 04.11.2012 13:00:
On Nov 3, 2012 4:22 PM, "Stefan Behnel" wrote:
the 0.17 branch has gained a couple of fixes, so I'd like to release a
0.17.2 some time next week.
>
In case you have other things to add to it within the next few days,
please do, or send a quick reply if you'd l
On 4 November 2012 12:04, Stefan Behnel wrote:
> mark florisson, 04.11.2012 13:00:
>>>
>>> On Nov 3, 2012 4:22 PM, "Stefan Behnel" wrote:
the 0.17 branch has gained a couple of fixes, so I'd like to release a
0.17.2 some time next week.
>>>
>>> >
In case you have other thi
mark florisson, 04.11.2012 13:45:
It seems that some tests are failing in cython-devel
since commit 'disable some Cython syntax in .py compilation mode:
typecasts, &..., sizeof()', but you're probably aware of that.
Erm, no? Which ones?
That change is also in cython-release, which tests cleanl
On 4 November 2012 12:56, Stefan Behnel wrote:
> mark florisson, 04.11.2012 13:45:
>
>> It seems that some tests are failing in cython-devel
>> since commit 'disable some Cython syntax in .py compilation mode:
>> typecasts, &..., sizeof()', but you're probably aware of that.
>
>
> Erm, no? Which o
On 4 November 2012 12:04, Stefan Behnel wrote:
>
> mark florisson, 04.11.2012 13:00:
>>>
>>> On Nov 3, 2012 4:22 PM, "Stefan Behnel" wrote:
the 0.17 branch has gained a couple of fixes, so I'd like to release a
0.17.2 some time next week.
>>>
>>> >
In case you have other t
Hello,
I would like to write some automatic C++/python conversionsfor the
classes of my project
in addition to std::vector and others std:: objects.
Conversions for std:: objects are written in
Cython/Utility/CppConvert.pyx, i.e. an internal cython file.
The question is then simply to load anoth