Robert Bradshaw, 17.04.2013 06:02:
> On Tue, Apr 16, 2013 at 6:46 PM, pythonOmetrist
>> Attached HTML seems mostly white, and not clear where to go from here. Nogil
>> seems to be one option.
>
> Just a brief glance at the code, you have a lot of n_k_w[x][y] which
> is vastly more expensive than n
Hi all,
Cython 0.19 has cleared the dockyard. This is a feature release that adds
some major usability features especially for code that needs to run in both
Py2 and Py3, as well as better Python compatibility and optimisations.
You can get it from here:
http://cython.org/release/Cython-0.19.tar
Nikita Nemkin, 18.04.2013 07:07:
> Three improvements are included in this patch that I have found helpful when
> using Sphinx autodoc to document my project:
>
> 1) Default values preserve and display binary expressions and attribute
> access. For example, the following function will have its s
Hi,
since the current code base can explicitly express dependencies between
utility code sections, do we still need this branch? Or can we close it
together with the ticket?
ISTM that explicit dependencies are a more general feature than just
honouring type hierarchies.
Stefan
__