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
Pyramid 1.1 released
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Chris McDonough  
View profile  
 More options Jul 22 2011, 12:08 am
From: Chris McDonough <chr...@plope.com>
Date: Fri, 22 Jul 2011 00:08:12 -0400
Local: Fri, Jul 22 2011 12:08 am
Subject: Pyramid 1.1 released
Pyramid 1.1 has been released.  This is the first non-beta release
in the 1.1 series.  Thanks to everyone who contributed!

Here are the changes from Pyramid 1.1b4:

Features
--------

- Added the ``pyramid.renderers.null_renderer`` object as an API.  The
  null renderer is an object that can be used in advanced integration
  cases as input to the view configuration ``renderer=`` argument.
  When the null renderer is used as a view renderer argument, Pyramid
  avoids converting the view callable result into a Response object.
  This is useful if you want to reuse the view configuration and
  lookup machinery outside the context of its use by the Pyramid
  router.  This feature was added for consumption by the
  ``pyramid_rpc`` package, which uses view configuration and lookup
  outside the context of a router in exactly this way.
  ``pyramid_rpc`` has been broken under 1.1 since 1.1b1; adding it
  allows us to make it work again.

- Change all scaffolding templates that point to
  docs.pylonsproject.org to use ``/projects/pyramid/current`` rather
  than ``/projects/pyramid/dev``.

Internals
---------

- Remove ``compat`` code that served only the purpose of providing
  backwards compatibility with Python 2.4.

- Add a deprecation warning for non-API function
  ``pyramid.renderers.renderer_from_name`` which has seen use in the
  wild.

- Add a ``clone`` method to ``pyramid.renderers.RendererHelper`` for
  use by the ``pyramid.view.view_config`` decorator.

Documentation
-------------

- Fixed two typos in wiki2 (SQLA + URL Dispatch) tutorial.

- Reordered chapters in narrative section for better new user
  friendliness.

- Added more indexing markers to sections in documentation.

More
----

A "What's New In Pyramid 1.1" document exists at
http://docs.pylonsproject.org/projects/pyramid/1.1/whatsnew-1.1.html .

You will be able to see the 1.1 release documentation (across all
alphas and betas, as well as when it eventually gets to final release)
at http://docs.pylonsproject.org/projects/pyramid/1.1/ .

You can install it via PyPI:

  easy_install Pyramid==1.1

Enjoy, and please report any issues you find to the issue tracker at
https://github.com/Pylons/pyramid/issues

Thanks!

- C


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mike Orr  
View profile  
 More options Jul 22 2011, 3:22 pm
From: Mike Orr <sluggos...@gmail.com>
Date: Fri, 22 Jul 2011 12:22:59 -0700
Local: Fri, Jul 22 2011 3:22 pm
Subject: Re: Pyramid 1.1 released

On Thu, Jul 21, 2011 at 9:08 PM, Chris McDonough <chr...@plope.com> wrote:
> Pyramid 1.1 has been released.

Akhet 1.1 will be coming in the next week or two.

EXISTING AKHET APPLICATIONS:
if you don't want to automatically upgrade when the time comes, please
set version constraints in your application now:
    Akhet>=1.0, <=1.0.99
    pyramid>=1.0a10, <=1.0.99

--
Mike Orr <sluggos...@gmail.com>


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »