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
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
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
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
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
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
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
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
__
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.
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
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
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
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:
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:
>
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
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
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,
>
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
>
>
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
___
35 matches
Mail list logo