Python 并行处理框架,Jug 1.2.0 发布
jopen 9年前
Jug 1.2 发布,Jug 是一个基于任务的并行处理框架,采用 Python 编写,可用来在不同的机器上运行同一个任务,使用 NFS 做文件系统的通讯。
Jug 1.2 主要是优化了代码,修复了一些问题,完整改进列表:
* Use HIGHEST_PROTOCOL when pickle()ing * Add compress_numpy option to file_store * Add register_hook_once function * Optimize case when most (or all) tasks are already run * Add --short option to 'jug status' and 'jug execute' * Fix bug with dictionary order in kwargs (fix by Andreas Sorge) * Fix ipython colors (fix by Andreas Sorge) * Sort tasks in 'jug status'
下载:https://github.com/luispedro/jug/archive/release-1.2.0.zip。