Menu

Version 3.13 released

dispy version 3.13 has been released. This version fixes an issue with processing provisional results. asyncoro has also been updated to latest version.

Note that asyncoro project now supports distributed / parallel computing (among other features) where computations are distributed to nodes, as done by dispy. With asyncoro the computation tasks and client(s) can communicate using message passing, which is not possible with dispy (other than sending provisional results). However, asyncoro doesn't provide job scheduling. See 'discoro_client.py' in asyncoro's files for an example.

Posted by Giridhar Pemmasani 2014-06-10

Log in to post a comment.