pkgsrc-WIP-changes archive

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

py-dask: Update to 2.24.2.0



Module Name:	pkgsrc-wip
Committed By:	Matthew Danielson <matthewd%fastmail.us@localhost>
Pushed By:	matthewd
Date:		Fri Mar 1 15:30:47 2024 -0800
Changeset:	7a1caef4087204e7c0b57e7d676c59b0bb4bdb26

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

Log Message:
py-dask: Update to 2.24.2.0

Highlights
Deprecate Dask DataFrame implementation
The current Dask DataFrame implementation is deprecated. In a future release, Dask DataFrame will use new implementation that contains several improvements including a logical query planning. The user-facing DataFrame API will remain unchanged.
The new implementation is already available and can be enabled by installing the dask-expr library:
$ pip install dask-expr
and turning the query planning option on:
import dask
dask.config.set({'dataframe.query-planning': True})
import dask.dataframe as dd
API documentation for the new implementation is available at https://docs.dask.org/en/stable/dask-expr-api.html
Any feedback can be reported on the Dask issue tracker https://github.com/dask/dask/issues
See GH#10912 from Patrick Hoefler for details.
This release contains several improvements to Dask’s object tokenization logic. More objects now produce deterministic tokens, which can lead to improved performance through caching of intermediate results.
See GH#10898, GH#10904, GH#10876, GH#10874, and GH#10865 from crusaderky for details.

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

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/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs:
diff --git a/py-dask/Makefile b/py-dask/Makefile
index 3de635df93..47290bda95 100644
--- a/py-dask/Makefile
+++ b/py-dask/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-GITHUB_TAG=	2024.1.1
+GITHUB_TAG=	2024.2.1
 DISTNAME=	dask-${GITHUB_TAG}
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 GITHUB_PROJECT=	dask
diff --git a/py-dask/distinfo b/py-dask/distinfo
index 410546e06d..ffbad31d19 100644
--- a/py-dask/distinfo
+++ b/py-dask/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (dask-2024.1.1.tar.gz) = c618e01e1f1788e8c3daf71534dd78143b9f906dd50292b30b1000f0044ca0c6
-SHA512 (dask-2024.1.1.tar.gz) = a5e424333c5d19f67d73c2b036544ef03122a99c2eb6a52019929f1e7b87297c776cbea713062372cf1685ef3b79d47734d6d0acd2c054ffadcbb3d96fb6deeb
-Size (dask-2024.1.1.tar.gz) = 9328425 bytes
+BLAKE2s (dask-2024.2.1.tar.gz) = 6799a8f03ecfb71ed69206fbc660d7fbd9ecd054db49d501eabf530e0605bcea
+SHA512 (dask-2024.2.1.tar.gz) = 3863ec9126ba9fa0cf067a62d3d763d7cf52c6e49cdbfc258336b4536922c46f23443ff8aa4eb49176a38d2a70e03e2d5ca8a2c4b96c98d474654eec4e44c9c5
+Size (dask-2024.2.1.tar.gz) = 9341330 bytes


Home | Main Index | Thread Index | Old Index