ANN Jug 0.8 : Task based python programming.

Luis Pedro Coelho luis at luispedro.org
Mon Mar 28 19:23:58 CEST 2011


Hello List,

This is to let you know of a new release of Jug, version 0.8 final.

NEW IN VERSION 0.8

Version 0.8 introduces the Taskslet, which is a light-weight task, which
does not save its results to disk (or database). For more details, see
http://packages.python.org/Jug/tasklets.html

Many bugfixes too since the 0.8 Beta: CompoundTask works correctly now
(before you had to run it twice in some situations), and so does status
--cache. Some bugfixes since 0.7.4 in cleanup and sleep-until.

WHAT IS JUG?

Jug allows you to write code that is broken up into tasks and run
different tasks on different processors (even across a cluster).

Jug is a pure Python implementation and should work on any platform.

LINKS

*Mailing List*: http://groups.google.com/group/jug-users
*Documentation*: http://packages.python.org/Jug
*Code*: http://github.com/luispedro/jug
*Video*: http://vimeo.com/8972696

Bug reports, suggestions, &c are welcome. On the jug-users mailing list
(see link above) or by private email to me: luis at luispedro.org
-- 
Luis Pedro Coelho | Carnegie Mellon University | http://luispedro.org



More information about the Python-announce-list mailing list