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
Message from discussion Cython 0.15.1 release candidate

Received: by 10.52.25.72 with SMTP id a8mr581864vdg.19.1316118854510;
        Thu, 15 Sep 2011 13:34:14 -0700 (PDT)
X-BeenThere: cython-users@googlegroups.com
Received: by 10.52.24.113 with SMTP id t17ls3906828vdf.2.gmail; Thu, 15 Sep
 2011 13:34:13 -0700 (PDT)
Received: by 10.52.96.200 with SMTP id du8mr588055vdb.13.1316118853437;
        Thu, 15 Sep 2011 13:34:13 -0700 (PDT)
Received: by 10.52.96.200 with SMTP id du8mr588054vdb.13.1316118853429;
        Thu, 15 Sep 2011 13:34:13 -0700 (PDT)
Return-Path: <rober...@gmail.com>
Received: from mail-qy0-f178.google.com (mail-qy0-f178.google.com [209.85.216.178])
        by gmr-mx.google.com with ESMTPS id f5si3672170vdu.1.2011.09.15.13.34.13
        (version=TLSv1/SSLv3 cipher=OTHER);
        Thu, 15 Sep 2011 13:34:13 -0700 (PDT)
Received-SPF: pass (google.com: domain of rober...@gmail.com designates 209.85.216.178 as permitted sender) client-ip=209.85.216.178;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of rober...@gmail.com designates 209.85.216.178 as permitted sender) smtp.mail=rober...@gmail.com; dkim=pass (test mode) header...@gmail.com
Received: by qyg14 with SMTP id 14so3536461qyg.2
        for <cython-users@googlegroups.com>; Thu, 15 Sep 2011 13:34:13 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=mime-version:sender:from:date:x-google-sender-auth:message-id
         :subject:to:content-type;
        bh=h2q6/4xpaWiS1MapvNdk1GbbzWeZOIrEy+rPL2ID1Cg=;
        b=KFs9x5y6ocRgTxH19MqU5nnUhujKkDJ+BlmaTHw8NIVTH6eUkCHuqTG6FtuVcJOMty
         5utLdWfpCNJU3xygKK/QSYb97bw8kkFUWyK02cVDSnuaJvF+eCv5qMGRb0GP/tjIVtVO
         u0fZ7PzoFpvzjiTxvAx0T8pERvvWqa34h7bYs=
Received: by 10.52.114.68 with SMTP id je4mr542477vdb.232.1316118853131; Thu,
 15 Sep 2011 13:34:13 -0700 (PDT)
MIME-Version: 1.0
Sender: rober...@gmail.com
Received: by 10.52.186.168 with HTTP; Thu, 15 Sep 2011 13:33:53 -0700 (PDT)
From: Robert Bradshaw <rober...@math.washington.edu>
Date: Thu, 15 Sep 2011 13:33:53 -0700
Message-ID: <CADiQ+QAAOhGve4iL27RL9HoA1ZEbTdfQ=P_kmyjJiuPXk_1...@mail.gmail.com>
Subject: Cython 0.15.1 release candidate
To: cython-users@googlegroups.com, 
	Core developer mailing list of the Cython compiler <cython-de...@python.org>
Content-Type: text/plain; charset=ISO-8859-1

See http://wiki.cython.org/ReleaseNotes-0.15.1 This is a bugfix only
release, we hope to get it out shortly.

- Robert