Changes
- Avoid rounding error in
test_prometheus_collect_count_total_by_cost_multipliers
@hendrikmakait (#8687) - Log key collision count in
update_graph
log event @hendrikmakait (#8692) - Automate GitHub Releases when new tags are pushed @jacobtomlinson (#8626)
- Fix
log_event
plugin hook with multiple topics @hendrikmakait (#8691) - Rename
safe
toexpected
inScheduler.remove_worker
. @hendrikmakait (#8686) - [P2P] Log event during failure @hendrikmakait (#8663)
- Eagerly update aggregate statistics for
TaskPrefix
instead of calculating them on-demand @hendrikmakait (#8681) - Improve graph submission time for P2P rechunking by avoiding unpack recursion into indices @fjetter (#8672)
- Adding_suspicious_worker @alex-rakowski (#8647)
- Improved errors and reduced logging for P2P RPC calls @hendrikmakait (#8666)
- Adjust P2P tests for dask-expr @hendrikmakait (#8662)
- Iterate over copy of
Server.digests_total_since_heartbeat
to avoidRuntimeError
@hendrikmakait (#8670) - Log task state in "Compute Failed" message @hendrikmakait (#8668)
- Add Prometheus gauge for task groups @hendrikmakait (#8661)
- Fix too strict assertion in shuffle code for pandas subclasses @jorisvandenbossche (#8667)
- Reduce noise from erring tasks that are not supposed to be running @hendrikmakait (#8664)
- Reduce task group count for partial P2P rechunks @hendrikmakait (#8655)
- Update gpuCI
RAPIDS_VER
to24.08
@github-actions (#8652) - Submit collections metadata to scheduler @fjetter (#8612)
- DOC: fix indent in code example in Update task-launch.rst @raybellwaves (#8650)
- Avoid multiple WorkerState sphinx error @jrbourbeau (#8643)
- Fix clocks on Windows with Python 3.13 @vstinner (#8642)
- Fix "Print host info" CI step on Mac OS (arm64) @hendrikmakait (#8638)
- Move P2P's
split_by_*
tests @hendrikmakait (#8631) - Bump actions/checkout from 4.1.2 to 4.1.3 @dependabot (#8628)
See the Changelog for more information.