# HG changeset patch # User paulb # Date 1189819345 0 # Node ID 599439ea0126e35d274ee0046dc7ad5c5ee4207e # Parent a87586a22725e1773bb819e80ae960c69bf30238 [project @ 2007-09-15 01:22:25 by paulb] Updated release information. diff -r a87586a22725 -r 599439ea0126 packages/ubuntu-hoary/python2.4-parallel-pprocess/debian/changelog --- a/packages/ubuntu-hoary/python2.4-parallel-pprocess/debian/changelog Sat Sep 15 01:22:20 2007 +0000 +++ b/packages/ubuntu-hoary/python2.4-parallel-pprocess/debian/changelog Sat Sep 15 01:22:25 2007 +0000 @@ -1,4 +1,4 @@ -parallel-pprocess (0.2.6-0ubuntu1) hoary; urgency=low +parallel-pprocess (0.3-0ubuntu1) hoary; urgency=low * Added managed callables: wrappers around callables which cause them to be automatically managed by the exchange @@ -9,9 +9,21 @@ * Added a Map class which attempts to emulate the built-in map function, along with a pmap function using this class. - * Extended and updated the examples. + * Added a Queue class which provides a simpler + iterator-style interface to data produced by created + processes. + * Added a create method to the Exchange class and an exit + convenience function to the module. + * Changed the Exchange implementation to not block when + attempting to start new processes beyond the process + limit: such requests are queued and performed as running + processes are completed. This permits programs using + the start method to proceed to consumption of results + more quickly. + * Extended and updated the examples. Added a tutorial. + * Added Ubuntu Feisty (7.04) package support. - -- Paul Boddie Sun, 15 Jul 2007 01:12:48 +0200 + -- Paul Boddie Sat, 15 Sep 2007 03:05:37 +0200 parallel-pprocess (0.2.5-0ubuntu1) hoary; urgency=low