Re: [Cython] Cython 0.25 beta

2016-10-10 Thread Joshua
On Monday, October 10, 2016 at 3:51:37 PM UTC-4, Robert Bradshaw wrote: > > Thanks for all of those to tested the alpha release. I think we've managed > to fix all the issues and regressions raised in that thread; here's a beta > that's likely to turn into a release candidate. > > https://gith

Re: [Cython] Cython 0.25 alpha0

2016-09-25 Thread Joshua
On Sunday, September 25, 2016 at 12:48:17 AM UTC-4, Robert Bradshaw wrote: > > Please download and test the upcoming release of Cython: > > https://github.com/cython/cython/archive/0.25a0.tar.gz > > This is not the final release (more pull requests and bug fixes may > still go in) but a lot ha

Re: [Cython] Cython alpha 0.24

2016-03-19 Thread Joshua
On Friday, March 11, 2016 at 3:24:26 AM UTC-5, Robert Bradshaw 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 > I ran across a compilat

[Cython] undefined reference to `__Pyx_PyInt_As_unsigned_int error

2014-05-20 Thread Joshua Adelman
Hello all, I wanted to try to get some traction on this issue that I raised on the Cython-user google group list: https://groups.google.com/forum/#!topic/cython-users/l9wD4w2lcw8 The basic issue is that I get an error of "undefined reference to `__Pyx_PyInt_As_unsigned_int". The strange part is

[Cython] Bug: Memoryview of struct with adjacent string fields does not detect string boundaries

2014-02-06 Thread Joshua Adelman
This discussion was initially started on the cython user google group, but I wanted to move the issue over to the dev list, as per the suggestion on cython_trac. Given a numpy recarray containing two or more fixed-length string fields, if those string fields are adjacent to one another cython