[Cython] Cython alpha 0.24

Kevin Thornton krthornt at uci.edu
Fri Mar 11 18:53:36 EST 2016


Hi,

I just built a large project with the alpha version.  All looks good.  The
only new/odd thing is a lot of warnings of this flavor:

warning: View.MemoryView:219:4: 'property memview:' syntax is deprecated,
use '@property'
warning: View.MemoryView:536:4: 'property T:' syntax is deprecated, use
'@property'
warning: View.MemoryView:543:4: 'property base:' syntax is deprecated, use
'@property'
warning: View.MemoryView:548:4: 'property shape:' syntax is deprecated, use
'@property'
warning: View.MemoryView:553:4: 'property strides:' syntax is deprecated,
use '@property'
warning: View.MemoryView:562:4: 'property suboffsets:' syntax is
deprecated, use '@property'
warning: View.MemoryView:570:4: 'property ndim:' syntax is deprecated, use
'@property'
warning: View.MemoryView:575:4: 'property itemsize:' syntax is deprecated,
use '@property'
warning: View.MemoryView:580:4: 'property nbytes:' syntax is deprecated,
use '@property'
warning: View.MemoryView:585:4: 'property size:' syntax is deprecated, use
'@property'
warning: View.MemoryView:984:4: 'property base:' syntax is deprecated, use
'@property'
warning: View.MemoryView:219:4: 'property memview:' syntax is deprecated,
use '@property'
warning: View.MemoryView:536:4: 'property T:' syntax is deprecated, use
'@property'
warning: View.MemoryView:543:4: 'property base:' syntax is deprecated, use
'@property'
warning: View.MemoryView:548:4: 'property shape:' syntax is deprecated, use
'@property'
warning: View.MemoryView:553:4: 'property strides:' syntax is deprecated,
use '@property'
warning: View.MemoryView:562:4: 'property suboffsets:' syntax is
deprecated, use '@property'
warning: View.MemoryView:570:4: 'property ndim:' syntax is deprecated, use
'@property'
warning: View.MemoryView:575:4: 'property itemsize:' syntax is deprecated,
use '@property'
warning: View.MemoryView:580:4: 'property nbytes:' syntax is deprecated,
use '@property'

--Kevin
On Fri, Mar 11, 2016 at 12:26 AM Robert Bradshaw <robertwb at gmail.com> wrote:

> We are getting ready to push a new major release. A first alpha is up
> at http://cython.org/release/Cython-0.24a0.tar.gz
>
> To avoid surprises, please test and report.
>
> Thanks,
> Robert
> _______________________________________________
> cython-devel mailing list
> cython-devel at python.org
> https://mail.python.org/mailman/listinfo/cython-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/cython-devel/attachments/20160311/505ba155/attachment.html>


More information about the cython-devel mailing list