You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cython...@googlegroups.com
Is it possible to declare arrays datetime64 in Cython? If I try cdef np.ndarray[np.datetime64, ndim = 1] tv
I get an "invalid type" error. Any way around this?
John
Adam Klein
unread,
Feb 7, 2012, 10:12:18 PM2/7/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cython...@googlegroups.com
The way I've been going about this is passing array.view('i8') buffer into the cython code and treating it as a 64 bit int. No datetime64 support in cython right now -
John Salvatier
unread,
Feb 8, 2012, 1:42:42 AM2/8/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message