Re: [Cython] Any news from the IronPython port?

2011-07-18 Thread Matthew Brett
Hi, On Mon, Jul 18, 2011 at 3:45 PM, Jason McCampbell wrote: > Hi Stefan, > Definitely not buried for good, though we haven't made a lot of changes > recently. :)  We used it for porting SciPy to .NET and re-wrote a large > number of the SciPy C module implementations in Cython. That sounds very

Re: [Cython] 0.17

2012-05-06 Thread Matthew Brett
Hi, On Sun, May 6, 2012 at 7:28 AM, mark florisson wrote: > Hey, > > I think we already have quite a bit of functionality (nearly) ready, > after merging some pending pull requests maybe it will be a good time > for a 0.17 release? I think it would be good to also document to what > extent pypy s

Re: [Cython] 0.17

2012-05-23 Thread Matthew Brett
Hi, For the promised memoryview doc edits: Sorry - I'm in Cuba - not much internet. I will push something for review by Friday, but please go ahead without me if that's not fast enough. Sorry to be the blocker, Best, Matthew On 5/23/12, mark florisson wrote: > On 23 May 2012 12:31, Robert

Re: [Cython] 0.17

2012-05-23 Thread Matthew Brett
Hi, For the promised memoryview doc edits: Sorry - I'm in Cuba - not much internet. I will push something for review by Friday, but please go ahead without me if that's not fast enough. Sorry to be the blocker, Best, Matthew On 5/23/12, Matthew Brett wrote: > Hi, > &g

Re: [Cython] 0.17

2012-05-24 Thread Matthew Brett
Hey, On Wed, May 23, 2012 at 9:35 PM, mark florisson wrote: > Hey Matthew, > > Seriously, no problem, we're still getting stuff in there, no need to > hurry. If you're in Cuba it sounds like you have better stuff to do > than improve Cython's documentation :) Not to discourage contributors, > but

[Cython] In-place division in memoryview, ndarray causes compiler error

2012-08-15 Thread Matthew Brett
Hi, For this file: def div1(int[:] A): A[0] /= 1 or this one: def div2(object[int, ndim=1] A): A[0] /= 1 I get: File "/Users/mb312/usr/local/lib/python2.7/site-packages/Cython/Compiler/Nodes.py", line 354, in generate_execution_code stat.generate_execution_code(code) File

[Cython] Qt bindings discussion on PySide list

2013-01-13 Thread Matthew Brett
Hi, Sorry - this is a wild question. There's a discussion going on on the PySide mailing list about how to get going on bindings for the new Qt5. There is a feeling I think that the current shiboken binding generator is not maintainable in the current state, and there's a discussion about trying

[Cython] Travis-ci builds of OSX wheels

2014-07-03 Thread Matthew Brett
Hi, We just got scikit-image OSX wheel builds more or less fully automated on travis-ci : https://travis-ci.org/scikit-image/scikit-image-wheels https://github.com/scikit-image/scikit-image-wheels Any interest in getting the same thing working for Cython? Cheers, Matthew __

Re: [Cython] Travis-ci builds of OSX wheels

2014-07-04 Thread Matthew Brett
On Fri, Jul 4, 2014 at 5:51 AM, Robert Bradshaw wrote: > Sure! > > On Thu, Jul 3, 2014 at 3:49 AM, Matthew Brett wrote: >> Hi, >> >> We just got scikit-image OSX wheel builds more or less fully automated >> on travis-ci : >> >> https://travis-ci.

Re: [Cython] Travis-ci builds of OSX wheels

2014-07-05 Thread Matthew Brett
Hi, On Sun, Jul 6, 2014 at 1:31 AM, Robert Bradshaw wrote: > On Fri, Jul 4, 2014 at 3:04 PM, Matthew Brett wrote: >> On Fri, Jul 4, 2014 at 5:51 AM, Robert Bradshaw wrote: >>> Sure! >>> >>> On Thu, Jul 3, 2014 at 3:49 AM, Matthew Brett >>> wrote

Re: [Cython] Test/example for cpdef enum

2014-08-02 Thread Matthew Brett
On Sat, Aug 02, 2014 at 10:08 AM, Robert Bradshaw wrote: > from: Robert Bradshaw > date: Sat, Aug 02 10:08 AM -07:00 2014 > to: Core developer mailing list of the Cython compiler > > reply-to: Core developer mailing list of the Cython compiler > > subject: Re: [Cython] Test/example for cpdef

Re: [Cython] Test/example for cpdef enum

2014-08-04 Thread Matthew Brett
Hi, On Mon, Aug 4, 2014 at 4:11 PM, Ian Bell wrote: > > > > On Sat, Aug 2, 2014 at 7:42 PM, Matthew Brett > wrote: >> >> On Sat, Aug 02, 2014 at 10:08 AM, Robert Bradshaw >> wrote: >> >> > from: Robert Bradshaw >> > date: Sat, Aug 02

Re: [Cython] Test/example for cpdef enum

2014-08-04 Thread Matthew Brett
On Mon, Aug 4, 2014 at 4:19 PM, Ian Bell wrote: > > > > On Tue, Aug 5, 2014 at 1:16 AM, Matthew Brett > wrote: >> >> Hi, >> >> On Mon, Aug 4, 2014 at 4:11 PM, Ian Bell wrote: >> > >> > >> > >> > On Sat, Aug 2, 2014 at 7:

Re: [Cython] Travis-ci builds of OSX wheels

2014-10-16 Thread Matthew Brett
Hi, On Sat, Jul 5, 2014 at 6:37 PM, Robert Bradshaw wrote: > On Sat, Jul 5, 2014 at 6:27 PM, Matthew Brett wrote: >> Hi, >> >> On Sun, Jul 6, 2014 at 1:31 AM, Robert Bradshaw wrote: >>> On Fri, Jul 4, 2014 at 3:04 PM, Matthew Brett >>> wrote: >

Re: [Cython] Travis-ci builds of OSX wheels

2014-10-16 Thread Matthew Brett
On Thu, Oct 16, 2014 at 3:03 PM, Robert Bradshaw wrote: > Thanks. > > On Thu, Oct 16, 2014 at 1:46 PM, Matthew Brett > wrote: >> >> Hi, >> >> On Sat, Jul 5, 2014 at 6:37 PM, Robert Bradshaw >> wrote: >> > On Sat, Jul 5, 2014 at 6:27 PM, Matt

Re: [Cython] Cython sometimes fails to build on Travis

2014-11-14 Thread Matthew Brett
Hi, On Sat, Nov 8, 2014 at 11:59 AM, Stefan Behnel wrote: > Yury V. Zaytsev schrieb am 08.11.2014 um 18:55: >> On Sat, 2014-11-08 at 00:53 +0100, Stefan Behnel wrote: >>> >>> Also, compiling the resulting C code with CFLAGS="-O0" (or "-O0 -ggdb" >>> etc.) usually gives another speed boost for tes

Re: [Cython] Compilation failes if a class member is named "INFINITY"

2015-01-31 Thread Matthew Brett
Hi, On Fri, Jan 30, 2015 at 1:49 AM, Michael wrote: > Hello, > > if I try to compile the following minimal example: > > cdef class Test: > > cdef readonly int INFINITY > > cython does not complain but gcc refuses with an error message: > In file included from /usr/include/math.h:38:0, >

Re: [Cython] New hosting

2015-04-27 Thread Matthew Brett
Hi, On Mon, Apr 27, 2015 at 11:56 AM, Stefan Behnel wrote: > Robert Bradshaw schrieb am 27.04.2015 um 20:15: >> We also have travis.ci, >> which isn't as configurable as jenkins, but may be good enough. (The >> biggest deficiency is that it probably wouldn't allow for building and >> testing Sage

[Cython] Manylinux wheels for Cython

2016-03-07 Thread Matthew Brett
Hi, I don't know whether y'all have been following over at distutils-sig, but there's a new distutils PEP that defines a `manylinux` format for Linux wheels that work on many different x86 Linux distributions: https://www.python.org/dev/peps/pep-0513/ https://github.com/pypa/manylinux The latest

Re: [Cython] Manylinux wheels for Cython

2016-03-15 Thread Matthew Brett
Hi, On Mon, Mar 7, 2016 at 5:47 PM, Matthew Brett wrote: > Hi, > > I don't know whether y'all have been following over at distutils-sig, > but there's a new distutils PEP that defines a `manylinux` format for > Linux wheels that work on many different x86

Re: [Cython] Manylinux wheels for Cython

2016-03-25 Thread Matthew Brett
Hi, On Tue, Mar 15, 2016 at 2:58 PM, Matthew Brett wrote: > Hi, > > On Mon, Mar 7, 2016 at 5:47 PM, Matthew Brett wrote: >> Hi, >> >> I don't know whether y'all have been following over at distutils-sig, >> but there's a new distutils PEP that

Re: [Cython] Manylinux wheels for Cython

2016-03-28 Thread Matthew Brett
Hi, On Fri, Mar 25, 2016 at 11:46 AM, Matthew Brett wrote: > Hi, > > On Tue, Mar 15, 2016 at 2:58 PM, Matthew Brett > wrote: >> Hi, >> >> On Mon, Mar 7, 2016 at 5:47 PM, Matthew Brett >> wrote: >>> Hi, >>> >>> I don't k

Re: [Cython] [cython-users] Re: Cython 0.23.5 released

2016-03-30 Thread Matthew Brett
appveyor.yml https://ci.appveyor.com/project/matthew-brett/cython-wheels http://win-wheels.scikit-image.org/ Do they work for you? Best, Matthew ___ cython-devel mailing list cython-devel@python.org https://mail.python.org/mailman/listinfo/cython-devel

Re: [Cython] Cannot cythonize subclasses of setuptools.extension._Extension

2016-04-14 Thread Matthew Brett
On Thu, Apr 14, 2016 at 6:08 AM, Erik Bray wrote: > On Wed, Apr 13, 2016 at 9:35 PM, Manuel Nuno Melo > wrote: >> Hello devs, >> >> I'm developing the setup.py for a scientific package, MDAnalysis (see PR >> #799). We depend on distutils and setuptool. Namely, we use >> setuptools.extension.Exten

Re: [Cython] Manylinux wheels for Cython

2016-04-21 Thread Matthew Brett
Hi, On Mon, Mar 28, 2016 at 10:54 AM, Matthew Brett wrote: > Hi, > > On Fri, Mar 25, 2016 at 11:46 AM, Matthew Brett > wrote: >> Hi, >> >> On Tue, Mar 15, 2016 at 2:58 PM, Matthew Brett >> wrote: >>> Hi, >>> >>> On Mon, Mar 7, 2

Re: [Cython] Manylinux wheels for Cython

2016-04-22 Thread Matthew Brett
On Fri, Apr 22, 2016 at 12:01 AM, Stefan Behnel wrote: > Matthew Brett schrieb am 21.04.2016 um 19:47: >> I haven't heard of any problems, and both current and historical numpy >> and scipy wheels appear to be working without problems as well. >> >> So, I pro

Re: [Cython] [cython-users] Cython 0.24.1 released

2016-07-15 Thread Matthew Brett
Hi, On Fri, Jul 15, 2016 at 9:32 AM, Stefan Behnel wrote: > Hi all! > > I just pushed a bug-fix-only release for the current 0.24 series. > The update should be safe for everyone using 0.24. > > https://pypi.python.org/pypi/Cython/0.24.1 > > Complete changelog follows below. > > SHA1 sum: > a837e

Re: [Cython] [cython-users] Cython 0.24.1 released

2016-07-18 Thread Matthew Brett
Hi, On Mon, Jul 18, 2016 at 4:56 PM, Robert Bradshaw wrote: > On Fri, Jul 15, 2016 at 4:22 AM, Matthew Brett > wrote: >> Hi, >> >> On Fri, Jul 15, 2016 at 9:32 AM, Stefan Behnel wrote: >>> Hi all! >>> >>> I just pushed a bug-fix-only release

Re: [Cython] [cython-users] Re: Cython 0.25 alpha0

2016-09-24 Thread Matthew Brett
ds on OSX and Windows: https://ci.appveyor.com/project/matthew-brett/cython-wheels/build/1.0.20/job/eu6n2eyc07a33ojl https://travis-ci.org/MacPython/cython-wheels/jobs/162527865#L235 Can it be renamed? Cheers, Matthew ___ cython-devel mailing list cython-d

Re: [Cython] [cython-users] Re: Cython 0.25 alpha0

2016-09-26 Thread Matthew Brett
Hi, On Mon, Sep 26, 2016 at 1:42 AM, Alexey Buluy wrote: > > Who is this smart guy who decided to release this version into the open > without proper testing? > Now all packages in pip which use Cython are failing to install: > >> sudo pip install cassandra-driver==2.7.2 >> Downloading/unpacking

Re: [Cython] Preparations for Cython 0.26.1 and 0.27

2017-08-03 Thread Matthew Brett
Hi, On Thu, Aug 3, 2017 at 2:12 PM, Andy wrote: > One more thing: If there was a nightly wheel like for scipy and numpy, > we could run CI with Cython master. That might lead to finding issues > earlier. > We probably don't want to build cython from source on CI, as I expect that > would > take t

Re: [Cython] Preparations for Cython 0.26.1 and 0.27

2017-08-03 Thread Matthew Brett
Hi, On Thu, Aug 3, 2017 at 4:04 PM, Matthew Brett wrote: > Hi, > > On Thu, Aug 3, 2017 at 2:12 PM, Andy wrote: >> One more thing: If there was a nightly wheel like for scipy and numpy, >> we could run CI with Cython master. That might lead to finding issues >> earlier

Re: [Cython] Preparations for Cython 0.26.1 and 0.27

2017-08-03 Thread Matthew Brett
Hi, On Thu, Aug 3, 2017 at 2:39 PM, James C. McPherson wrote: > On 4/08/17 04:10 am, Matthew Brett wrote: >> >> Hi, >> >> On Thu, Aug 3, 2017 at 4:04 PM, Matthew Brett >> wrote: >>> >>> Hi, >>> >>> On Thu, Aug 3, 2017 at 2

Re: [Cython] Preparations for Cython 0.26.1 and 0.27

2017-08-04 Thread Matthew Brett
On Thu, Aug 3, 2017 at 10:15 PM, Stefan Behnel wrote: > Am 3. August 2017 20:10:14 MESZ schrieb Matthew Brett: >>OK - I have set that up, wheels building on the "daily" branch here: >> >>https://travis-ci.org/MacPython/cython-wheels/branches > > Nice. > >

[Cython] Drop Cython wheels for 2.6?

2017-11-20 Thread Matthew Brett
Hi, The manylinux1 docker image has just stopped supporting Python 2.6, so we can no longer build Python 2.6 wheels without putting some hacks on top: https://github.com/pypa/manylinux/pull/125#issuecomment-345770870 Do y'all care about that? Cheers, Matthew ___