pkgsrc-WIP-changes archive

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

py-dask: Update to 2022.10.0



Module Name:	pkgsrc-wip
Committed By:	Matthew Danielson <matthewd%fastmail.us@localhost>
Pushed By:	matthewd
Date:		Fri Oct 21 13:02:40 2022 -0700
Changeset:	960c6a1758d55c30eabb89643f1b1c6e814af9eb

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

Log Message:
py-dask: Update to 2022.10.0

2022.10.0

Released on October 14, 2022
New Features
    Backend library dispatching for IO in Dask-Array and Dask-DataFrame (GH#9475) Richard (Rick) Zamora
    Add new CLI that is extensible (GH#9283) Doug Davis
Enhancements
    Groupby median (GH#9516) Ian Rose
    Fix array copy not being a no-op (GH#9555) David Hoese
    Add support for string timedelta in map_overlap (GH#9559) Nicolas Grandemange
    Shuffle-based groupby for single functions (GH#9504) Ian Rose
    Make datetime.datetime tokenize idempotantly (GH#9532) Martin Durant
    Support tokenizing datetime.time (GH#9528) Tim Paine
Bug Fixes
    Avoid race condition in lazy dispatch registration (GH#9545) James Bourbeau
    Do not allow setitem to np.nan for int dtype (GH#9531) Doug Davis
    Stable demo column projection (GH#9538) Ian Rose
    Ensure pickle-able binops in delayed (GH#9540) Ian Rose
    Fix project CSV columns when selecting (GH#9534) Martin Durant
Documentation
    Update Parquet best practice (GH#9537) Matthew Rocklin
Maintenance
    Restrict tiledb-py version to avoid CI failures (GH#9569) James Bourbeau
    Bump actions/github-script from 3 to 6 (GH#9564)
    Bump actions/stale from 4 to 6 (GH#9551)
    Bump peter-evans/create-pull-request from 3 to 4 (GH#9550)
    Bump actions/checkout from 2 to 3.1.0 (GH#9552)
    Bump codecov/codecov-action from 1 to 3 (GH#9549)
    Bump the-coding-turtle/ga-yaml-parser from 0.1.1 to 0.1.2 (GH#9553)
    Move dependabot configuration file (GH#9547) James Bourbeau
    Add dependabot for GitHub actions (GH#9542) James Bourbeau
    Run mypy on Windows and Linux (GH#9530) crusaderky
    Update gpuCI RAPIDS_VER to 22.12 (GH#9524)

2022.9.2
Released on September 30, 2022
Enhancements
    Remove factorization logic from array auto chunking (GH#9507) James Bourbeau
Documentation
    Add docs on running Dask in a standalone Python script (GH#9513) James Bourbeau
    Clarify custom-graph multiprocessing example (GH#9511) nouman
Maintenance
    Groupby sort upstream compatibility (GH#9486) Ian Rose

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

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

diffstat:
 py-dask/Makefile |  4 ++--
 py-dask/PLIST    | 12 ++++++++++++
 py-dask/distinfo |  6 +++---
 3 files changed, 17 insertions(+), 5 deletions(-)

diffs:
diff --git a/py-dask/Makefile b/py-dask/Makefile
index dd27cb2509..b93ad3023c 100644
--- a/py-dask/Makefile
+++ b/py-dask/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-GITHUB_TAG=	2022.9.1
+GITHUB_TAG=	2022.10.0
 DISTNAME=	dask-${GITHUB_TAG}
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 GITHUB_PROJECT=	dask
@@ -21,7 +21,7 @@ DEPENDS+=	${PYPKGPREFIX}-numpy>=1.18:../../math/py-numpy
 DEPENDS+=	${PYPKGPREFIX}-pandas>=1.0:../../math/py-pandas
 DEPENDS+=	${PYPKGPREFIX}-partd>=0.3.10:../../wip/py-partd
 DEPENDS+=	${PYPKGPREFIX}-yaml>=5.3.1:../../textproc/py-yaml
-DEPENDS+=	${PYPKGPREFIX}-distributed>=2022.8.0:../../wip/py-distributed
+DEPENDS+=	${PYPKGPREFIX}-distributed>=2022.10.0:../../wip/py-distributed
 DEPENDS+=	${PYPKGPREFIX}-cloudpickle>=1.1.1:../../wip/py-cloudpickle
 DEPENDS+=	${PYPKGPREFIX}-fsspec>=2022.7.1:../../wip/py-fsspec
 DEPENDS+=	${PYPKGPREFIX}-zict>=2.1.0:../../wip/py-zict
diff --git a/py-dask/PLIST b/py-dask/PLIST
index f8330207f0..b4f18c7a55 100644
--- a/py-dask/PLIST
+++ b/py-dask/PLIST
@@ -1,4 +1,5 @@
 @comment $NetBSD$
+bin/dask
 ${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
@@ -7,9 +8,12 @@ ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
 ${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/dask/__init__.py
 ${PYSITELIB}/dask/__init__.pyc
+${PYSITELIB}/dask/__main__.py
+${PYSITELIB}/dask/__main__.pyc
 ${PYSITELIB}/dask/_version.py
 ${PYSITELIB}/dask/_version.pyc
 ${PYSITELIB}/dask/array/NUMPY_LICENSE.txt
@@ -27,6 +31,8 @@ ${PYSITELIB}/dask/array/core.py
 ${PYSITELIB}/dask/array/core.pyc
 ${PYSITELIB}/dask/array/creation.py
 ${PYSITELIB}/dask/array/creation.pyc
+${PYSITELIB}/dask/array/cupy_entry_point.py
+${PYSITELIB}/dask/array/cupy_entry_point.pyc
 ${PYSITELIB}/dask/array/dispatch.py
 ${PYSITELIB}/dask/array/dispatch.pyc
 ${PYSITELIB}/dask/array/einsumfuncs.py
@@ -159,6 +165,8 @@ ${PYSITELIB}/dask/array/utils.py
 ${PYSITELIB}/dask/array/utils.pyc
 ${PYSITELIB}/dask/array/wrap.py
 ${PYSITELIB}/dask/array/wrap.pyc
+${PYSITELIB}/dask/backends.py
+${PYSITELIB}/dask/backends.pyc
 ${PYSITELIB}/dask/bag/__init__.py
 ${PYSITELIB}/dask/bag/__init__.pyc
 ${PYSITELIB}/dask/bag/avro.py
@@ -209,6 +217,8 @@ ${PYSITELIB}/dask/cache.py
 ${PYSITELIB}/dask/cache.pyc
 ${PYSITELIB}/dask/callbacks.py
 ${PYSITELIB}/dask/callbacks.pyc
+${PYSITELIB}/dask/cli.py
+${PYSITELIB}/dask/cli.pyc
 ${PYSITELIB}/dask/compatibility.py
 ${PYSITELIB}/dask/compatibility.pyc
 ${PYSITELIB}/dask/config.py
@@ -422,6 +432,8 @@ ${PYSITELIB}/dask/tests/test_cache.py
 ${PYSITELIB}/dask/tests/test_cache.pyc
 ${PYSITELIB}/dask/tests/test_callbacks.py
 ${PYSITELIB}/dask/tests/test_callbacks.pyc
+${PYSITELIB}/dask/tests/test_cli.py
+${PYSITELIB}/dask/tests/test_cli.pyc
 ${PYSITELIB}/dask/tests/test_compatibility.py
 ${PYSITELIB}/dask/tests/test_compatibility.pyc
 ${PYSITELIB}/dask/tests/test_config.py
diff --git a/py-dask/distinfo b/py-dask/distinfo
index a0c32c285d..c39c06eccd 100644
--- a/py-dask/distinfo
+++ b/py-dask/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (dask-2022.9.1.tar.gz) = 74dae733fb10e8472bbf5475da9a018e55fa842e04f45cbf89ba04068ed501b1
-SHA512 (dask-2022.9.1.tar.gz) = 944d333bbe2f946b85173d289e287737816359a959b61d9bf2b9ef0f75173482a2912355fd71f8a8aa29e58f5b66a91909dc53c1cd269ab2bc569bad62a67f6c
-Size (dask-2022.9.1.tar.gz) = 8766675 bytes
+BLAKE2s (dask-2022.10.0.tar.gz) = ccd94f8fd096929b23f4b0a08850e1899d0802bb7642ccb5b4734609e7b7cabd
+SHA512 (dask-2022.10.0.tar.gz) = d35ee0c710f4cccbdddca028a33f3f855ea26f94bebae1dd2a8c761cd0d116324daa03fd7fb5a4cb57d040f549f922b7373a0c089c9667b4da25fbb3b83efa02
+Size (dask-2022.10.0.tar.gz) = 8778168 bytes


Home | Main Index | Thread Index | Old Index