ANN Jug 0.8 : Task based python programming.
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@luispedro.org -- Luis Pedro Coelho | Carnegie Mellon University | http://luispedro.org
participants (1)
-
Luis Pedro Coelho