Skip to content

release/7.12.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Aug 16:35
· 61 commits to master since this release
  • Futures stream output (#3899)
    
  • fix task disk measurement (#3895)
    
  • Vine: add wait and as_completed for futures (#3876)
    
  • vine: fix useless recovery tasks submission (#3891)
    
  • vine: recover lost temporary files on worker removal (#3887)
    
  • vine: submit all potential recovery tasks for one task in one go (#3885)
    
  • vine: stage out pythontask input properly (#3884)
    
  • vine: prune stale files in daskvine (#3880)
    
  • fix calloc arguments, batch_job_dryrun (#3881)
    
  • Better error handling for GPU detection. (#3879)
    
  • vine: sum disk usage to avoid overfilling worker allocation (#3877)
    
  • disable centos7 (#3878)
    
  • Use vine_set_framework to indicate when makeflow is using taskvine. (#3875)
    
  • Makeflow: Add SSL Key/Cert for WQ/Vine (#3874)
    
  • Chirp: Cleanup code and remove some dependencies. (#3873)
    
  • Format: Fix Crazy Line Breaks (#3872)
    
  • Port: Patches to Build on FreeBSD (#3871)
    
  • Chirp: Use openssl pkeyutl instead of rsautl (#3869)
    
  • List all authentication methods in man pages. (#3870)
    
  • vine: assign size to t->size in stage_output_file (#3867)
    
  • vine: consistently use int64 in copy_file_to_file (#3863)
    
  • Vine: Keep Scheduler Stateless for Libraries/Functions (#3857)
    
  • Factory: Check protocol version before submitting workers. (#3861)
    
  • Give C compile command relative to CONDA_PREFIX (#3860)
    
  • Build: M1 (#3859)
    
  • vine: handle library failures (#3855)
    
  • Vine: Buffer Asynchronous Messages From Worker for Async Task Completion (#3669)
    
  • VINE: add miscellaneous plotting tools (#3852)
    
  • vine: compute hash only when cache level requires it (#3853)
    
  • vine: combine imports when calculating function hash (#3837)