Yes, Julia looks really cool. It's been on my radar for a while, but I
haven't had a chance to really try it out for anything yet. But I
hadn't thought about low-level Python/Cython <-> Julia integration.
That sounds very interesting. I wonder if Jython could give any
insight into to the tight inte
Dear all,
On OS X Snow Leopard with XCode 3.2.*, I encountered the following issues when
using "easy_install" to install the new Cython 0.16:
(a) With Python 2.7 where Cython 0.15.1 had previously been installed,
"easy_install" failed with the below error message; looks like it's somehow
using
Dimitri Tcaciuc, 21.04.2012 21:17:
> On a somewhat relevant node, have you considered enabling Issues page on
> Github?
It was discussed, but the drawback of having two separate bug trackers is
non-negligible.
Stefan
___
cython-devel mailing list
cytho
Hey everyone,
Congratulations on shipping 0.16! I think I found a problem which
seems pretty straight forward. Say I want to factor out inner part of
some N^2 loops over a flow array, I write something like
cdef inline float _inner(size_t i, size_t j, float[:] x):
cdef float d = x[i] - x[j
2012/4/21 Stefan Behnel :
> mark florisson, 21.04.2012 15:02:
>> We are pleased to announce a new version of Cython, 0.16
>> Many thanks to the many contributors of this release and to all bug
>> reporters and supporting users!
>> Enjoy!
>
> Thanks, Mark!
>
Cool, thanks!
--
vitja.
__
mark florisson, 21.04.2012 15:02:
> We are pleased to announce a new version of Cython, 0.16
> Many thanks to the many contributors of this release and to all bug
> reporters and supporting users!
> Enjoy!
Thanks, Mark!
Stefan
___
cython-devel mailing l
We are pleased to announce a new version of Cython, 0.16
(http://cython.org/release/Cython-0.16.tar.gz). It comes with new
features, improvements and bug fixes, including
- super() without arguments
- fused types
- memoryviews
- more Python-like functions
Many thanks to the many c
On 20 April 2012 20:04, Stefan Behnel wrote:
> mark florisson, 15.04.2012 20:59:
>> Hopefully a final release candidate for the 0.16 release can be found
>> here: http://wiki.cython.org/ReleaseNotes-0.16 . This corresponds to
>> the 'release' branch of the cython repository on github.
>
> I pushed
On 20 April 2012 20:04, Stefan Behnel wrote:
> mark florisson, 15.04.2012 20:59:
>> Hopefully a final release candidate for the 0.16 release can be found
>> here: http://wiki.cython.org/ReleaseNotes-0.16 . This corresponds to
>> the 'release' branch of the cython repository on github.
>
> I pushed