Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Cython 0.16 RC 1
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
mark florisson  
View profile  
 More options Apr 12 2012, 10:38 am
From: mark florisson <markflorisso...@gmail.com>
Date: Thu, 12 Apr 2012 15:38:37 +0100
Local: Thurs, Apr 12 2012 10:38 am
Subject: Cython 0.16 RC 1
Yet another release candidate, this will hopefully be the last before
the 0.16 release. You can grab it from here:
http://wiki.cython.org/ReleaseNotes-0.16

There were several fixes for the numpy attribute rewrite, memoryviews
and fused types. Accessing the 'base' attribute of a typed ndarray now
goes through the object layer, which means direct assignment is no
longer supported.

If there are any problems, please let us know.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Lisandro Dalcin  
View profile  
 More options Apr 12 2012, 12:39 pm
From: Lisandro Dalcin <dalc...@gmail.com>
Date: Thu, 12 Apr 2012 19:39:47 +0300
Local: Thurs, Apr 12 2012 12:39 pm
Subject: Re: [cython-users] Cython 0.16 RC 1
On 12 April 2012 17:38, mark florisson <markflorisso...@gmail.com> wrote:

> Yet another release candidate, this will hopefully be the last before
> the 0.16 release. You can grab it from here:
> http://wiki.cython.org/ReleaseNotes-0.16

> There were several fixes for the numpy attribute rewrite, memoryviews
> and fused types. Accessing the 'base' attribute of a typed ndarray now
> goes through the object layer, which means direct assignment is no
> longer supported.

> If there are any problems, please let us know.

I really need this fix from Dag:
https://github.com/dagss/cython/commit/6f2271d2b3390d869a53d15b2b7076...

--
Lisandro Dalcin
---------------
CIMEC (INTEC/CONICET-UNL)
Predio CONICET-Santa Fe
Colectora RN 168 Km 472, Paraje El Pozo
3000 Santa Fe, Argentina
Tel: +54-342-4511594 (ext 1011)
Tel/Fax: +54-342-4511169


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Lisandro Dalcin  
View profile  
 More options Apr 12 2012, 12:51 pm
From: Lisandro Dalcin <dalc...@gmail.com>
Date: Thu, 12 Apr 2012 19:51:22 +0300
Local: Thurs, Apr 12 2012 12:51 pm
Subject: Re: [cython-users] Cython 0.16 RC 1
On 12 April 2012 19:39, Lisandro Dalcin <dalc...@gmail.com> wrote:

> On 12 April 2012 17:38, mark florisson <markflorisso...@gmail.com> wrote:
>> Yet another release candidate, this will hopefully be the last before
>> the 0.16 release. You can grab it from here:
>> http://wiki.cython.org/ReleaseNotes-0.16

>> There were several fixes for the numpy attribute rewrite, memoryviews
>> and fused types. Accessing the 'base' attribute of a typed ndarray now
>> goes through the object layer, which means direct assignment is no
>> longer supported.

>> If there are any problems, please let us know.

> I really need this fix from Dag:
> https://github.com/dagss/cython/commit/6f2271d2b3390d869a53d15b2b7076...

Sorry for the noise, I was using the master branch instead of release.

--
Lisandro Dalcin
---------------
CIMEC (INTEC/CONICET-UNL)
Predio CONICET-Santa Fe
Colectora RN 168 Km 472, Paraje El Pozo
3000 Santa Fe, Argentina
Tel: +54-342-4511594 (ext 1011)
Tel/Fax: +54-342-4511169


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Al Danial  
View profile  
 More options Apr 15 2012, 12:14 am
From: Al Danial <al.dan...@gmail.com>
Date: Sat, 14 Apr 2012 21:14:24 -0700
Local: Sun, Apr 15 2012 12:14 am
Subject: Re: [cython-users] Cython 0.16 RC 1

On Thu, Apr 12, 2012 at 7:38 AM, mark florisson
<markflorisso...@gmail.com>wrote:

> Yet another release candidate, this will hopefully be the last before
> the 0.16 release. You can grab it from here:
> http://wiki.cython.org/ReleaseNotes-0.16
> If there are any problems, please let us know.

I'm having the same problem ("Cannot convert 'PyObject *' to Python object",
ref my posts at
http://groups.google.com/group/cython-users/browse_thread/thread/d1a7...
)
on my code as with the release candidate 0.  The code builds and runs
cleanly with 0.15.1.  To duplicate:

 svn co http://pynastran.googlecode.com/svn/trunk/pyNastran/op4
 cd op4
 make clean ; make

 -- Al


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Robert Bradshaw  
View profile  
 More options Apr 15 2012, 3:43 am
From: Robert Bradshaw <rober...@gmail.com>
Date: Sun, 15 Apr 2012 00:43:44 -0700
Local: Sun, Apr 15 2012 3:43 am
Subject: Re: [cython-users] Cython 0.16 RC 1

Including the problematic line would have been helpful.

                        ndarray.base = <PyObject*> array_wrapper_RS

This is due to the Numpy 1.7 fix. I think we need to pull these
commits out for now: https://github.com/cython/cython/pull/112

- Robert


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »