Re: [Cython] Hashability of Python memoryviews

2012-08-30 Thread Lisandro Dalcin
On 30 August 2012 14:54, Stefan Behnel wrote: > Hi, > > there's a ticket on the CPython bug tracker where correct hashability of > the "memoryview" type is being discussed. I don't have an opinion on it, > but some of you might. It could translate into a similar feature for > Cython's array and me

[Cython] Hashability of Python memoryviews

2012-08-30 Thread Stefan Behnel
Hi, there's a ticket on the CPython bug tracker where correct hashability of the "memoryview" type is being discussed. I don't have an opinion on it, but some of you might. It could translate into a similar feature for Cython's array and memory view types (no idea if hashability has been considere

Re: [Cython] array expressions

2012-08-30 Thread Sturla Molden
While I have not tried this yet, array expressions in Cython might be the final nails in the coffin for Fortran 90 as far as I am concerned. Great work! :-) Sturla On 24.08.2012 20:40, mark florisson wrote: Hey, Here a pull request for element-wise array expressions for Cython: https://git

[Cython] Cython 0.17 beta 4 released - final release candidate

2012-08-30 Thread Stefan Behnel
Hello everyone, on behalf of the Cython project team, I'm proud to announce the release of our fourth beta of Cython 0.17. Unless something truly unforseen happens, this will become our final release. So please give it another test run against your code. Cython 0.17 is another major step forward