tilg 发表于 2015-8-30 14:21:37

Jug 1.2.0 发布,Python 并行处理框架

欢迎加入运维网交流群:263444886
  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。
页: [1]
查看完整版本: Jug 1.2.0 发布,Python 并行处理框架