pkgsrc-WIP-changes archive

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

py-dask: Update to 2023.2.0



Module Name:	pkgsrc-wip
Committed By:	Matthew Danielson <matthewd%fastmail.us@localhost>
Pushed By:	matthewd
Date:		Sun Feb 19 19:52:29 2023 -0800
Changeset:	3ff9b1478f2475edf4feb410fdc73161e38e0566

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

Log Message:
py-dask: Update to 2023.2.0

2023.2.0
Released on February 10, 2023
Enhancements
    Update numeric_only default in quantile for pandas 2.0 (GH#9854) Irina Truong
    Make repartition a no-op when divisions match (GH#9924) James Bourbeau
    Update datetime_is_numeric behavior in describe for pandas 2.0 (GH#9868) Irina Truong
    Update value_counts to return correct name in pandas 2.0 (GH#9919) Irina Truong
    Support new axis=None behavior in pandas 2.0 for certain reductions (GH#9867) James Bourbeau
    Filter out all-nan RuntimeWarning at the chunk level for nanmin and nanmax (GH#9916) Julia Signell
    Fix numeric meta_nonempty index creation for pandas 2.0 (GH#9908) James Bourbeau
    Fix DataFrame.info() tests for pandas 2.0 (GH#9909) James Bourbeau
Bug Fixes
    Fix GroupBy.value_counts handling for multiple groupby columns (GH#9905) Charles Blackmon-Luca
Documentation
    Fix some outdated information/typos in development guide (GH#9893) Patrick Hoefler
    Add note about keep=False in drop_duplicates docstring (GH#9887) Jayesh Manani
    Add meta details to dask Array (GH#9886) Jayesh Manani
    Clarify task stream showing more rows than threads (GH#9906) Gabe Joseph
Maintenance
    Fix test_numeric_column_names for pandas 2.0 (GH#9937) Irina Truong
    Fix dask/dataframe/tests/test_utils_dataframe.py tests for pandas 2.0 (GH#9788) James Bourbeau
    Replace index.is_numeric with is_any_real_numeric_dtype for pandas 2.0 compatibility (GH#9918) Irina Truong
    Avoid pd.core import in dask utils (GH#9907) Matthew Roeschke
    Use label for upstream build on pull requests (GH#9910) James Bourbeau
    Broaden exception catching for sqlalchemy.exc.RemovedIn20Warning (GH#9904) James Bourbeau
    Temporarily restrict sqlalchemy < 2 in CI (GH#9897) James Bourbeau
    Update isort version to 5.12.0 (GH#9895) Lawrence Mitchell
    Remove unused skiprows variable in read_csv (GH#9892) Patrick Hoefler

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

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 794b1390a0..ee165bd676 100644
--- a/py-dask/Makefile
+++ b/py-dask/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-GITHUB_TAG=	2023.1.1
+GITHUB_TAG=	2023.2.0
 DISTNAME=	dask-${GITHUB_TAG}
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 GITHUB_PROJECT=	dask
diff --git a/py-dask/distinfo b/py-dask/distinfo
index df161807ad..a8b4da2fcd 100644
--- a/py-dask/distinfo
+++ b/py-dask/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (dask-2023.1.1.tar.gz) = c443b816193d6b5b0a73f6ebdd1c64285bcd25151455d6b08703a916924bd961
-SHA512 (dask-2023.1.1.tar.gz) = 7638a8c8213bec4870bfc1d649bec6ab50354e20df722c3f715b9e438435838253907ead4c13a73d5f1570f63d745059e579274fd0e85c5cdf64411e9d8a761b
-Size (dask-2023.1.1.tar.gz) = 8497754 bytes
+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


Home | Main Index | Thread Index | Old Index