pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-dask: Update to 2023.3.1
Module Name: pkgsrc-wip
Committed By: Matthew Danielson <matthewd%fastmail.us@localhost>
Pushed By: matthewd
Date: Thu Mar 16 04:48:34 2023 -0700
Changeset: 3b76e008f71ecfe0f692b32550f2f02f2a1e000a
Modified Files:
py-dask/Makefile
py-dask/PLIST
py-dask/distinfo
Log Message:
py-dask: Update to 2023.3.1
2023.3.1
Released on March 10, 2023
Enhancements
Add Jupyter link to dashboard menu if --jupyter flag is set (GH#7638) Jacob Tomlinson
Bump minimum click version from 7.0 to 8.0 (GH#7637) Miles
Extend dask metapackage dependencies (GH#7630) James Bourbeau
Further improvements to Client.restart_workers (GH#7620) Miles
P2P offload get_output_partition (GH#7587) Florian Jetter
Initial integration of GIL contention metric (GH#7624) Miles
Add dashboard documentation links (GH#7610) Miles
Rename shuffle/rechunk config option/kwarg to method (GH#7623) Hendrik Makait
Return results in restart_workers (GH#7606) Miles
Ensure client key cancellation uses ordered messages (GH#7583) Florian Jetter
Bug Fixes
Fix undefined async_wait_for -> async_poll_for (GH#7627) Miles
Don’t send client heartbeat without a scheduler_comm (GH#7612) James Bourbeau
Do not unspill on free-keys (GH#7607) crusaderky
Documentation
Add notes to Client.submit, Client.map, and Client.scatter with the description of the current task graph resolution algorithm limitations (GH#7588) Eugene Druzhynin
Maintenance
Use range with pickle protocol versions (GH#7635) jakirkham
Share thread pool among P2P shuffle runs (GH#7621) Hendrik Makait
Replace psutil suspend with BlockedGatherDep in test_failing_worker_with_additional_replicas_on_cluster (GH#7633) Thomas Grainger
Ignore pkg_resources DeprecationWarning for mindeps (GH#7626) Miles
Implement wait_for using asyncio.timeout() on 3.11 (GH#7571) Thomas Grainger
Use tmp_path fixture instead of outdated tmpdir fixture (GH#7582) ypogorelova
Only one crick callback (GH#7614) crusaderky
Add mindeps + numpy job to tests CI (GH#7609) Miles
Do not xfail whole tests due to (GH#6705) (GH#7611) crusaderky
2023.3.0
Released on March 1, 2023
Bug Fixes
Remove pyarrow dependency for rechunking (GH#7604) Florian Jetter
Update rechunk_transfer and rechunk_unpack errors (GH#7600) James Bourbeau
Maintenance
Remove dead code and document arguments to ShardBuffer constructors (GH#7590) Lawrence Mitchell
Fix tests for p2p by default (GH#7595) Florian Jetter
Remove obsolete cast (GH#7596) Florian Jetter
2023.2.1
Released on February 24, 2023
Enhancements
P2P for array rechunking (GH#7534) Hendrik Makait
P2P HashJoin (GH#7514) Florian Jetter
Unpickle Events, Variables, Queues and Semaphore safely without Client context (GH#7579) Florian Jetter
Allow pickle to fall back to dask_serialize (GH#7567) Florian Jetter
make ConnectionPool.remove cancel connection attempts (GH#7547) Thomas Grainger
Meter how long each task prefix stays in each state (GH#7560) crusaderky
Bug Fixes
Avoid parsing sys.argv when starting jupyter server (GH#7573) Brett Naul
str/bytes compatibility for PyNVML device name (GH#7563) James Bourbeau
metrics.monotonic() is not monotonic on Windows (GH#7558) crusaderky
Fix for bytes/str discrepancy after PyNVML update (GH#7544) Peter Andreas Entschev
Maintenance
Raise when attempting P2P with active fuse optimization (GH#7585) Hendrik Makait
Fix test_shuffling (GH#7581) Hendrik Makait
P2P: raise RuntimeError if pyarrow version is not sufficient (GH#7578) Florian Jetter
Check for dtype support in p2p (GH#7425) Hendrik Makait
Update parsing of FULL_RAPIDS_VER/FULL_UCX_PY_VER (GH#7568) Charles Blackmon-Luca
move retry from get_data_from_worker to gather_from_workers (GH#7546) Thomas Grainger
Increase numpy and pandas version pins for nightlies (GH#7562) James Bourbeau
Set validate=True in all tests (GH#7557) crusaderky
Remove dead code from _get_task_finished_msg (GH#7561) crusaderky
Mark tests that take >2s as slow (GH#7556) crusaderky
Fix test_scatter_no_workers on slow CI (GH#7559) crusaderky
Unskip test_delete_some_results (GH#7508) Hendrik Makait
scatter() should not sidestep the worker transition machinery (GH#7545) crusaderky
pre-commit bump (GH#7541) crusaderky
Better assertions in Worker.validate_state() (GH#7549) crusaderky
Bump jacobtomlinson/gha-find-replace from 2 to 3 (GH#7540) James Bourbeau
Bump black to 23.1.0 (GH#7542) crusaderky
Run GPU tests on python 3.8 & 3.10 (GH#7537) Charles Blackmon-Luca
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3b76e008f71ecfe0f692b32550f2f02f2a1e000a
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-dask/Makefile | 2 +-
py-dask/PLIST | 6 +++++-
py-dask/distinfo | 6 +++---
3 files changed, 9 insertions(+), 5 deletions(-)
diffs:
diff --git a/py-dask/Makefile b/py-dask/Makefile
index ee165bd676..68eb256ef4 100644
--- a/py-dask/Makefile
+++ b/py-dask/Makefile
@@ -1,6 +1,6 @@
# $NetBSD$
-GITHUB_TAG= 2023.2.0
+GITHUB_TAG= 2023.3.1
DISTNAME= dask-${GITHUB_TAG}
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
GITHUB_PROJECT= dask
diff --git a/py-dask/PLIST b/py-dask/PLIST
index ba3a8e11cd..4a11846584 100644
--- a/py-dask/PLIST
+++ b/py-dask/PLIST
@@ -1,5 +1,5 @@
@comment $NetBSD$
-bin/dask-3.10
+bin/dask-${PYVERSSUFFIX}
${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
@@ -235,6 +235,8 @@ ${PYSITELIB}/dask/dataframe/_compat.py
${PYSITELIB}/dask/dataframe/_compat.pyc
${PYSITELIB}/dask/dataframe/_dtypes.py
${PYSITELIB}/dask/dataframe/_dtypes.pyc
+${PYSITELIB}/dask/dataframe/_pyarrow.py
+${PYSITELIB}/dask/dataframe/_pyarrow.pyc
${PYSITELIB}/dask/dataframe/_pyarrow_compat.py
${PYSITELIB}/dask/dataframe/_pyarrow_compat.pyc
${PYSITELIB}/dask/dataframe/accessor.py
@@ -355,6 +357,8 @@ ${PYSITELIB}/dask/dataframe/tests/test_numeric.py
${PYSITELIB}/dask/dataframe/tests/test_numeric.pyc
${PYSITELIB}/dask/dataframe/tests/test_optimize_dataframe.py
${PYSITELIB}/dask/dataframe/tests/test_optimize_dataframe.pyc
+${PYSITELIB}/dask/dataframe/tests/test_pyarrow.py
+${PYSITELIB}/dask/dataframe/tests/test_pyarrow.pyc
${PYSITELIB}/dask/dataframe/tests/test_pyarrow_compat.py
${PYSITELIB}/dask/dataframe/tests/test_pyarrow_compat.pyc
${PYSITELIB}/dask/dataframe/tests/test_reshape.py
diff --git a/py-dask/distinfo b/py-dask/distinfo
index a8b4da2fcd..0d4c7a8572 100644
--- a/py-dask/distinfo
+++ b/py-dask/distinfo
@@ -1,5 +1,5 @@
$NetBSD$
-BLAKE2s (dask-2023.2.0.tar.gz) = babaea07bc72690c3cdaf0e6f8ffa06bf6111e680e9ad4d2fafd9b64a38fac59
-SHA512 (dask-2023.2.0.tar.gz) = 787f1a9e3c7d27f7fe78c5cd1f6ab0a2c30c36298ec8af4555711cd63018d6d92ed26ef5159cd81b65f1c30c74d24e81c0a2277e00a5cb621b5fd2abff8b3462
-Size (dask-2023.2.0.tar.gz) = 8499228 bytes
+BLAKE2s (dask-2023.3.1.tar.gz) = 06057d863ee083daae47e20ab7fc979b02da60525f801768a72fcb6d290ecc35
+SHA512 (dask-2023.3.1.tar.gz) = e4b8306a900453b27bc19055b5a5bfd0d0ed2dc143be854d8f056ede8b1e4bdc5e91a54c674201b1b1f27cbc0c9ba908e5a82a12f52d337c3cb23cbc2e6ef199
+Size (dask-2023.3.1.tar.gz) = 8520302 bytes
Home |
Main Index |
Thread Index |
Old Index