pkgsrc-WIP-changes archive

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

py-dask: Update to 2022.9.1



Module Name:	pkgsrc-wip
Committed By:	Matthew Danielson <matthewd%fastmail.us@localhost>
Pushed By:	matthewd
Date:		Mon Sep 26 07:33:52 2022 -0700
Changeset:	6d716f8913dde2a1427ea7ddbbaf4ead2fe5cb12

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

Log Message:
py-dask: Update to 2022.9.1

2022.9.1
Released on September 16, 2022
New Features
    Add DataFrame and Series median methods (GH#9483) James Bourbeau
Enhancements
    Shuffle groupby default (GH#9453) Ian Rose
    Filter by list (GH#9419) Greg Hayes
    Added distributed.utils.key_split functionality to dask.utils.key_split (GH#9464) Luke Conibear
Bug Fixes
    Fix overlap so that set_index doesn’t drop rows (GH#9423) Julia Signell
    Fix assigning pandas Series to column when ddf.columns.min() raises (GH#9485) Erik Welch
    Fix metadata comparison stack_partitions (GH#9481) James Bourbeau
    Provide default for split_out (GH#9493) Lawrence Mitchell
Deprecations
    Allow split_out to be None, which then defaults to 1 in groupby().aggregate() (GH#9491) Ian Rose
Documentation
    Fixing enforce_metadata documentation, not checking for dtypes (GH#9474) Nicolas Grandemange
    Fix it's –> its typo (GH#9484) Nat Tabris
Maintenance
    Workaround for parquet writing failure using some datetime series but not others (GH#9500) Ian Rose
    Filter out numeric_only warnings from pandas (GH#9496) James Bourbeau
    Avoid set_index(..., inplace=True) where not necessary (GH#9472) James Bourbeau
    Avoid passing groupby key list of length one (GH#9495) James Bourbeau
    Update test_groupby_dropna_cudf based on cudf support for group_keys (GH#9482) James Bourbeau
    Remove dd.from_bcolz (GH#9479) James Bourbeau
    Added flake8-bugbear to pre-commit hooks (GH#9457) Luke Conibear
    Bind loop variables in function definitions (B023) (GH#9461) Luke Conibear
    Added assert for comparisons (B015) (GH#9459) Luke Conibear
    Set top-level default shell in CI workflows (GH#9469) James Bourbeau
    Removed unused loop control variables (B007) (GH#9458) Luke Conibear
    Replaced getattr calls for constant attributes (B009) (GH#9460) Luke Conibear
    Pin libprotobuf to allow nightly pyarrow in the upstream CI build (GH#9465) Joris Van den Bossche
    Replaced mutable data structures for default arguments (B006) (GH#9462) Luke Conibear
    Changed flake8 mirror and updated version (GH#9456) Luke Conibear

2022.9.0
Released on September 2, 2022
Enhancements
    Enable automatic column projection for groupby aggregations (GH#9442) Richard (Rick) Zamora
    Accept superclasses in NEP-13/17 dispatching (GH#6710) Gabe Joseph
Bug Fixes
    Rename by columns internally for cumulative operations on the same by columns (GH#9430) Pavithra Eswaramoorthy
    Fix get_group with categoricals (GH#9436) Pavithra Eswaramoorthy
    Fix caching-related MaterializedLayer.cull performance regression (GH#9413) Richard (Rick) Zamora
Documentation
    Add maintainer documentation page (GH#9309) James Bourbeau
Maintenance
    Revert skipped fastparquet test (GH#9439) Pavithra Eswaramoorthy
    tmpfile does not end files with period on empty extension (GH#9429) Hendrik Makait
    Skip failing fastparquet test with latest release (GH#9432) James Bourbeau

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

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 df0b7c348b..dd27cb2509 100644
--- a/py-dask/Makefile
+++ b/py-dask/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-GITHUB_TAG=	2022.8.1
+GITHUB_TAG=	2022.9.1
 DISTNAME=	dask-${GITHUB_TAG}
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 GITHUB_PROJECT=	dask
diff --git a/py-dask/distinfo b/py-dask/distinfo
index 46d1f29671..a0c32c285d 100644
--- a/py-dask/distinfo
+++ b/py-dask/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (dask-2022.8.1.tar.gz) = 66f8dccd087993549afa1e599a3864574cc1929df02a906e9e0500df9c07e1c9
-SHA512 (dask-2022.8.1.tar.gz) = ba042cf069b88c752a371a6ea2df69dd75dabd934befa2d91f4e1e754ad197a14369935452125a621d14527e0d6a0a3a2abdee8f127aa05c6c812116cb27dc3e
-Size (dask-2022.8.1.tar.gz) = 8759920 bytes
+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


Home | Main Index | Thread Index | Old Index