Skip to content

Releases: cooperative-computing-lab/cctools

release/7.4.10

27 Jul 17:50
Compare
Choose a tag to compare
  • Fix compiler pointer warnings (#2933, #2935)
  • wq: equal resource proportions mode (#2932)
  • jx pprint: fix sign when printing subexpr (#2940)

release/7.4.9

21 Jul 17:26
Compare
Choose a tag to compare
  • wq: always provide t.resources_measured
    
  • wq: fix needed worker size message
    
  • update osx in github actions (10.5 deprecated)
    

release/7.4.8

05 Jul 18:03
Compare
Choose a tag to compare
  • JX: Added flags to enable/disable external function calls. (#2891)
    
  • wq: wait for resources tag before comparing worker to task (#2887)
    
  • include wq transfer stats in transactions log per task (#2885)
    
  • Doc: Split JX Expressions and JX Workflow (#2873)
    
  • Include cache information in the transfer transaction (#2897)
    
  • Fix transfer log (#2889)
    
  • Doc: Add Logos to Manuals (#2890)
    
  • wq stats log small fixes (#2886)
    
  • wq: add input and output lines in the transaction log (#2879)
    
  • OSX m1 fixes (#2896)
    
  • wq stats doc: fix table format (#2900)
    
  • correctly handle empty class ads option in condor_submit_workers (#2902)
    
  • Update copyright statement for 2022 (#2905)
    
  • wq: use cache path to remove file at worker (#2914)
    
  • rephrase rejected workers because of protocol mismatch (#2915)
    

release/7.4.7

02 Jun 16:34
Compare
Choose a tag to compare
  • activate env before conda-unpack (#2880)

release/7.4.6

02 Jun 14:18
Compare
Choose a tag to compare
  • use python wq factory in wq_alloc_test.py (#2842)
  • batch_job_cluster: abs name for logfile (#2848)
  • adds makeflow metadata for https://workflows.community/systems (#2849)
  • Checks for pip environment in poncho_package_create (#2857)
  • Changed deprecated method for checking pip versions. (#2858)
  • copy_stream operations should not indicate failure if end-of-file is reached with no data. (#2859)
  • Add options in makeflow_graph_log to support specifying paths for gnuplot and convert (#2864)
  • JX: Short Circuit AND/OR (#2877)
  • Misc OSX 12.0.1 Build Fixes (#2878)

release/7.4.5

10 Apr 11:59
Compare
Choose a tag to compare
  • wq factory python: correctly initialize scratch dir path

release/7.4.4

08 Apr 16:30
Compare
Choose a tag to compare
  • Work Queue: Add wait_for_tag in Python abstractions (#2798)
  • Work Queue: factory, fix shared scratch space (#2812)
  • Modified chirp_client_getdir to consider >=0 a success. (#2814)
  • Chirp: Escape Names for HTCondor (#2817)
  • resource_monitor correct pgid (#2821)
  • add gcc O3 optimization to jx_parse.c and jx.c (#2832)
  • Work Queue: factory, rename --python-package to --python-env (#2833)
  • rmonitor: fix --pid mode (#2834)
  • poncho_package_run: remove sync call (#2836)
  • poncho_package_create: ignore version when looking at locally pip packages (#2835)
  • guard against incorrect values in cpu_time (#2838)

release/7.4.4rc1

08 Apr 15:16
Compare
Choose a tag to compare
release/7.4.4rc1 Pre-release
Pre-release
Bump to 7.4.4rc1

release/7.4.3

03 Feb 15:52
Compare
Choose a tag to compare
  • Work Queue: Minor changes for backwards compatibility to Python 2.7 (#2776)
  • Work Queue: check close for errors at manager (#2786)
  • Starch: small bug fixes (#2780)
  • Work Queue: print a warning for tasks that don't fit workers (#2771)
  • JX: Dictionary Comprehensions (#2775)
  • Work Queue: adds output transfer error as a task result (#2787)
  • Work Queue: changed disk to gpus in status (#2789)
  • Work Queue: Adds kwargs to PythonTask (#2793)
  • DeltaDB: Temporal Reductions (#2757)
  • DeltaDB: Various Query Fixups (#2790)
  • Batch: cluster, several bug fixes when constructing command line (#2797)
  • Work Queue: use max_resources_seen only in steady state, and max throughput/min waste modes (#2807)

release/7.4.2

17 Dec 16:35
Compare
Choose a tag to compare
  • use static openssl when available (thus work queue workers can be executed outside their conda environments)