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 Pyramid 1.0 released.

Received: by 10.227.128.65 with SMTP id j1mr252296wbs.2.1296443498399;
        Sun, 30 Jan 2011 19:11:38 -0800 (PST)
X-BeenThere: pylons-devel@googlegroups.com
Received: by 10.227.184.76 with SMTP id cj12ls2040356wbb.3.p; Sun, 30 Jan 2011
 19:11:36 -0800 (PST)
Received: by 10.227.151.70 with SMTP id b6mr254158wbw.27.1296443496272;
        Sun, 30 Jan 2011 19:11:36 -0800 (PST)
Received: by 10.227.151.70 with SMTP id b6mr254157wbw.27.1296443496212;
        Sun, 30 Jan 2011 19:11:36 -0800 (PST)
Return-Path: <alexandre.con...@gmail.com>
Received: from mail-ww0-f54.google.com (mail-ww0-f54.google.com [74.125.82.54])
        by gmr-mx.google.com with ESMTPS id k2si2933293wbc.7.2011.01.30.19.11.35
        (version=TLSv1/SSLv3 cipher=RC4-MD5);
        Sun, 30 Jan 2011 19:11:35 -0800 (PST)
Received-SPF: pass (google.com: domain of alexandre.con...@gmail.com designates 74.125.82.54 as permitted sender) client-ip=74.125.82.54;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of alexandre.con...@gmail.com designates 74.125.82.54 as permitted sender) smtp.mail=alexandre.con...@gmail.com; dkim=pass (test mode) header...@gmail.com
Received: by mail-ww0-f54.google.com with SMTP id 31so5122677wwb.35
        for <pylons-devel@googlegroups.com>; Sun, 30 Jan 2011 19:11:35 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:mime-version:in-reply-to:references:from:date
         :message-id:subject:to:content-type:content-transfer-encoding;
        bh=bJxj+Wpc10YaPPXuxmsKB2XZvv5CUBO+DnTWtN2bjEM=;
        b=hGqvYuZw7SRSjtGX2MrsFzlhJ/A+us9GKMIFaHCfoFhNoCDMsiqCvkJIfywbm61UY3
         r/gP5tMaL4nVFXM25bDiBbhhfG0WARyX5MH/Bc3OoWUU2obSNKTT62nJHg0s4rql6t4F
         sNNIgsMQE6RXsFCj7oEtlZ/di8LlbdbWum6+A=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=mime-version:in-reply-to:references:from:date:message-id:subject:to
         :content-type:content-transfer-encoding;
        b=lYLcjndkXZh+2AxWpEbxJg3qaZZ3husffrrsaML9KJpfgMpKaYUJknPTJ/Utq9MPNr
         KPuRAK259sb/+EPr5uG4A1ZL5tVwysktziz48gnnrrCj8fRE5zxeq5/i/fJ4lRJ+7WAS
         GLmcD7UyhDOtInNZvurMag6tf2p+sqzTU9oCw=
Received: by 10.216.89.71 with SMTP id b49mr5542939wef.28.1296443494113; Sun,
 30 Jan 2011 19:11:34 -0800 (PST)
MIME-Version: 1.0
Received: by 10.216.54.65 with HTTP; Sun, 30 Jan 2011 19:11:04 -0800 (PST)
In-Reply-To: <1296433567.1923.27.camel@thinko>
References: <1296433567.1923.27.camel@thinko>
From: Alexandre Conrad <alexandre.con...@gmail.com>
Date: Sun, 30 Jan 2011 19:11:04 -0800
Message-ID: <AANLkTiknHeqhoGED8sPNRuwdh4M4HCBHWZ+kgSAkP...@mail.gmail.com>
Subject: Re: Pyramid 1.0 released.
To: pylons-devel@googlegroups.com
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

Congratulation for such a milestone! The work done so far is amazing,
specially the documentation. This will help grow a community around
the Pylons project. I envision a grand future for it.

You may want to post that announcement to the non-devel mailing list as wel=
l.

Cheers,

2011/1/30 Chris McDonough <chr...@plope.com>:
> Pyramid 1.0 (final) has been released to PyPI.
>
> It may be installed via:
>
> =C2=A0easy_install pyramid
>
> Existing installs can be updated via:
>
> =C2=A0easy_install -U pyramid
>
> The 1.0 release documentation exists at
> http://docs.pylonsproject.org/projects/pyramid/1.0/
>
> See http://docs.pylonsproject.org/projects/pyramid/1.0/whatsnew-1.0.html
> for an overview of the difference between Pyramid 1.0 and (the older)
> repoze.bfg 1.3.
>
> Thanks to everyone who contributed to making this release possible.
>
> The change log (vs. the previous 1.0b3 release) follows:
>
> 1.0 (2011-01-30)
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
>
> Documentation
> -------------
>
> - Fixed bug in ZODB Wiki tutorial (missing dependency on
> =C2=A0``docutils`` in "models" step within ``setup.py``).
>
> - Removed API documentation for ``pyramid.testing`` APIs named
> =C2=A0``registerDummySecurityPolicy``, ``registerResources``,
> =C2=A0``registerModels``, ``registerEventListener``,
> =C2=A0``registerTemplateRenderer``, ``registerDummyRenderer``,
> =C2=A0``registerView``, ``registerUtility``, ``registerAdapter``,
> =C2=A0``registerSubscriber``, ``registerRoute``, and
> =C2=A0``registerSettings``.
>
> - Moved "Using ZODB With ZEO" and "Using repoze.catalog Within
> =C2=A0Pyramid" tutorials out of core documentation and into the Pyramid
> =C2=A0Tutorials site
> =C2=A0(http://docs.pylonsproject.org/projects/pyramid_tutorials/dev/).
>
> - Changed "Cleaning up After a Request" section in the URL Dispatch
> =C2=A0chapter to use ``request.add_finished_callback`` instead of
> =C2=A0jamming an object with a ``__del__`` into the WSGI environment.
>
> - Remove duplication of ``add_route`` API documentation from URL
> =C2=A0Dispatch narrative chapter.
>
> - Remove duplication of API and narrative documentation in
> =C2=A0``pyramid.view.view_config`` API docs by pointing to
> =C2=A0``pyramid.config.add_view`` documentation and narrative chapter
> =C2=A0documentation.
>
> - Removed some API documentation duplicated in narrative portions of
> =C2=A0documentation
>
> - Removed "Overall Flow of Authentication" from SQLAlchemy + URL
> =C2=A0Dispatch wiki tutorial due to print space concerns (moved to
> =C2=A0Pyramid Tutorials site).
>
> Bug Fixes
> ---------
>
> - Deprecated-since-BFG-1.2 APIs from ``pyramid.testing`` now
> =C2=A0properly emit deprecation warnings.
>
> - Added ``egg:repoze.retry#retry`` middleware to the WSGI pipeline
> =C2=A0in ZODB templates (retry ZODB conflict errors which occur in
> =C2=A0normal operations).
>
> - Removed duplicate implementations of ``is_response``. =C2=A0Two
> =C2=A0competing implementations existed: one in ``pyramid.config`` and
> =C2=A0one in ``pyramid.view``. =C2=A0Now the one defined in ``pyramid.vie=
w``
> =C2=A0is used internally by ``pyramid.config`` and continues to be
> =C2=A0advertised as an API.
>
>
> --
> You received this message because you are subscribed to the Google Groups=
 "pylons-devel" group.
> To post to this group, send email to pylons-devel@googlegroups.com.
> To unsubscribe from this group, send email to pylons-devel+unsubscribe@go=
oglegroups.com.
> For more options, visit this group at http://groups.google.com/group/pylo=
ns-devel?hl=3Den.
>
>



--=20
Alex | twitter.com/alexconrad