pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-distributed: Update to 2023.1.1



Module Name:	pkgsrc-wip
Committed By:	Matthew Danielson <matthewd%fastmail.us@localhost>
Pushed By:	matthewd
Date:		Thu Feb 2 18:54:38 2023 -0800
Changeset:	f397b00c2e4214041513421cafe4ea663e52973e

Modified Files:
	py-distributed/Makefile
	py-distributed/PLIST
	py-distributed/distinfo

Log Message:
py-distributed: Update to 2023.1.1

2023.1.1
Released on January 27, 2023
Enhancements
    P2P shuffle deduplicates data and can be run several times (GH#7486) Hendrik Makait
    Reverse order of get_logs() and get_worker_logs() (GH#7475) Nicholas R. Knezek
    Add prometheus metric for time and memory used per task prefix (GH#7406) Thomas Grainger
    Additive worker counts in Prometheus (GH#7468) crusaderky
    Add help tool for taskstream (GH#7478) Florian Jetter
Bug Fixes
    Do not allow for a worker to reject a drop replica request (GH#7490) Hendrik Makait
    Fix un/packing for namedtuples with custom constructors (GH#7465) antonymayi
Documentation
    Remove timeout= from docstring example for worker_client (GH#7497) Florian Jetter
Maintenance
    Ignore get_default_shuffle_algorithm linting issue (GH#7506) Florian Jetter
    Remove set_config when using default client (GH#7482) Florian Jetter
    Update gpuCI RAPIDS_VER to 23.04 (GH#7501)
    Fix test_balance_expensive_tasks and improve helper functions in test_steal.py (GH#7253) Hendrik Makait
    Sign every compute task with run ID to correlate response (GH#7463) Hendrik Makait
2023.1.0
Released on January 13, 2023
New Features
    Add local SubprocessCluster that runs workers in separate processes (GH#7431) Hendrik Makait
Enhancements
    Ensure client session is quiet after cluster.close() or client.shutdown() (GH#7429) James Bourbeau
    Set lifetime-stagger default value to None (GH#7445) bstadlbauer
    Memory thresholds should never be exactly 0.0 (GH#7458) Stuart Berg
    Remove the Incorrect-Sizeof-Warning (GH#7450) Mads R. B. Kristensen
    Log exceptions in P2P shuffle tasks (GH#7442) Hendrik Makait
    Add support for packing namedtuple and add test for future resolution in submit (GH#7292) Andrew
    Avoid deep copy on lz4 decompression (GH#7437) crusaderky
    Avoid deep copy of numpy buffers on unspill (GH#7435) crusaderky
    Don’t error when clicking on empty task stream plot (GH#7432) James Bourbeau
    Do not count spilled memory when comparing vs. process memory (GH#7430) crusaderky
    Stop Client periodic callbacks during shutdown() (GH#7428) James Bourbeau
    Add dask spec CLI (GH#7427) Matthew Rocklin
    Create new zstd (de)compressor for each compression call (GH#7404) Dylan Wragge
    Rename managed_in_memory etc. to match GUI (GH#7418) crusaderky
    Warn users when sizeof() returns inflated output (GH#7419) crusaderky
Bug Fixes
    Ensure dicts are properly recognized as msgpack serializable (GH#7473) Florian Jetter
    Reset state of ShuffleSchedulerExtension on restart (GH#7446) Hendrik Makait
    Reject non-string column names in P2P shuffle (GH#7447) Hendrik Makait
    Avoid int32 in dashboard (GH#7443) Matthew Rocklin
    Fix P2PShuffle serialization for categorical data (GH#7410) Hendrik Makait
    WorkerPorcess blocks on kill if still starting (GH#7424) Matthew Rocklin
Documentation
    Move Prometheus docs from dask/dask (GH#7405) crusaderky
Maintenance
    Various cleanups in semaphore (GH#5885) Florian Jetter
    test_rlimit fails on MacOSX (GH#7457) crusaderky
    Bump actions/checkout from 3.2.0 to 3.3.0 (GH#7464)
    Remove conditional imports of psutil (GH#7462) crusaderky
    Drop support for zict < 2.1.0 (GH#7456) crusaderky
    Fix flaky test_digests (GH#7454) crusaderky
    Add minimum dependency testing to CI (GH#7285) Charles Blackmon-Luca
    Avoid overflow in statitics.mean (GH#7426) Matthew Rocklin
    Ignore numpy bool8 deprecation (GH#7423) Matthew Rocklin
    Add missing skips for pyarrow (GH#7416) Elliott Sales de Andrade
    Be more permissive about expected ciphers in tests (GH#7417) Elliott Sales de Andrade
    Revert “TST: Fetch executables from build root (GH#2551)” (GH#7415) Elliott Sales de Andrade
2022.12.1
Released on December 16, 2022
Enhancements
    SpillBuffer metrics (GH#7368) crusaderky
    Prometheus: measure how much spilling blocks the event loop (GH#7370) crusaderky
    Add transfer_outgoing_bytes_total metric (GH#7388) Gabe Joseph
    Fail P2PShuffle gracefully upon worker failure (GH#7326) Hendrik Makait
Bug Fixes
    Select queued tasks in stimuli, not transitions (GH#7402) Gabe Joseph
    Check ContextVar in default_client (GH#7369) Matthew Rocklin
    Fix sending event messages to non-subscribers (GH#7014) Laurence Watts
    Set sizing mode on Tabs to avoid layout collapse (GH#7365) Mateusz Paprocki
Maintenance
    Restructure P2PShuffle extensions (GH#7390) Hendrik Makait
    Add Python 3.11 classifier (GH#7408) James Bourbeau
    Add support for Python 3.11 (GH#7249) Thomas Grainger
    Add test for using annotations with client.submit and client.map (GH#7399) James Bourbeau
    Bump actions/checkout from 3.1.0 to 3.2.0 (GH#7393)
    Remove superfluous ShuffleSchedulerExtension.barriers (GH#7389) Hendrik Makait
    Remove ignore annotation-unchecked (GH#7379) crusaderky
    Remove tornado max version from nightly recipe (GH#7376) Charles Blackmon-Luca
    Remove the experimental feature warning for Semaphore (GH#7373) Florian Jetter

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f397b00c2e4214041513421cafe4ea663e52973e

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-distributed/Makefile | 2 +-
 py-distributed/PLIST    | 2 ++
 py-distributed/distinfo | 6 +++---
 3 files changed, 6 insertions(+), 4 deletions(-)

diffs:
diff --git a/py-distributed/Makefile b/py-distributed/Makefile
index 825b18a88c..2f25c75068 100644
--- a/py-distributed/Makefile
+++ b/py-distributed/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	distributed-2022.12.1
+DISTNAME=	distributed-2023.1.1
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	devel net
 GITHUB_PROJECT=	distributed
diff --git a/py-distributed/PLIST b/py-distributed/PLIST
index 128bf1f611..c76b2ee1ab 100644
--- a/py-distributed/PLIST
+++ b/py-distributed/PLIST
@@ -121,6 +121,8 @@ ${PYSITELIB}/distributed/deploy/spec.py
 ${PYSITELIB}/distributed/deploy/spec.pyc
 ${PYSITELIB}/distributed/deploy/ssh.py
 ${PYSITELIB}/distributed/deploy/ssh.pyc
+${PYSITELIB}/distributed/deploy/subprocess.py
+${PYSITELIB}/distributed/deploy/subprocess.pyc
 ${PYSITELIB}/distributed/deploy/utils.py
 ${PYSITELIB}/distributed/deploy/utils.pyc
 ${PYSITELIB}/distributed/diagnostics/__init__.py
diff --git a/py-distributed/distinfo b/py-distributed/distinfo
index deef05acf0..40f61e873c 100644
--- a/py-distributed/distinfo
+++ b/py-distributed/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (distributed-2022.12.1.tar.gz) = a7ac26cf2aea8cd1ee2c89f4cc5cf164263a499a0bf76ee6839931d3cc403da9
-SHA512 (distributed-2022.12.1.tar.gz) = 72c687b0640bbfb414f0148cce75b5e4da2742b53bf583b49439d2175f09090aee6b7fac43ea63cd122a61f3fcd2bd7e75cacb79bff28dcbd185de3b1af67666
-Size (distributed-2022.12.1.tar.gz) = 1796755 bytes
+BLAKE2s (distributed-2023.1.1.tar.gz) = 5387e210f063b0084ea5de4603c5220e4ff397a6327b7a4538a8b821e9296944
+SHA512 (distributed-2023.1.1.tar.gz) = c4e809171c41b5ee7053f2cdcd2ca98e11277e9981e7d9725dd6599ddd08358fd751cde27d887c567e34a9a14104ca086f417a603bfc3bbf90eeab425d9ffca4
+Size (distributed-2023.1.1.tar.gz) = 1809809 bytes


Home | Main Index | Thread Index | Old Index