pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-dask: Update to 2023.7.0
Module Name: pkgsrc-wip
Committed By: Matthew Danielson <matthewd%fastmail.us@localhost>
Pushed By: matthewd
Date: Sun Jul 16 19:39:41 2023 -0700
Changeset: 98f16befd4793f937f100e6c12c0cd4f5dd39b87
Modified Files:
py-dask/Makefile
py-dask/distinfo
Log Message:
py-dask: Update to 2023.7.0
2023.7.0
Released on July 7, 2023
Enhancements
Catch exceptions when attempting to load CLI entry points (GH#10380) Jacob Tomlinson
Bug Fixes
Fix typo in _clean_ipython_traceback (GH#10385) Alexander Clausen
Ensure that df is immutable after from_pandas (GH#10383) Patrick Hoefler
Warn consistently for inplace in Series.rename (GH#10313) Patrick Hoefler
Documentation
Add clarification about output shape and reshaping in rechunk documentation (GH#10377) Swayam Patil
Maintenance
Simplify astype implementation (GH#10393) Patrick Hoefler
Fix test_first_and_last to accommodate deprecated last (GH#10373) James Bourbeau
Add level to create_merge_tree (GH#10391) Patrick Hoefler
Do not derive from scipy.stats.chisquare docstring (GH#10382) Doug Davis
2023.6.1
Released on June 26, 2023
Enhancements
Remove no longer supported clip_lower and clip_upper (GH#10371) Patrick Hoefler
Support DataFrame.set_index(..., sort=False) (GH#10342) Miles
Cleanup remote tracebacks (GH#10354) Irina Truong
Add dispatching mechanisms for pyarrow.Table conversion (GH#10312) Richard (Rick) Zamora
Choose P2P even if fusion is enabled (GH#10344) Hendrik Makait
Validate that rechunking is possible earlier in graph generation (GH#10336) Hendrik Makait
Bug Fixes
Fix issue with header passed to read_csv (GH#10355) GALI PREM SAGAR
Respect dropna and observed in GroupBy.var and GroupBy.std (GH#10350) Patrick Hoefler
Fix H5FD_lock error when writing to hdf with distributed client (GH#10309) Irina Truong
Fix for total_mem_usage of bag.map() (GH#10341) Irina Truong
Deprecations
Deprecate DataFrame.fillna/Series.fillna with method (GH#10349) Irina Truong
Deprecate DataFrame.first and Series.first (GH#10352) Irina Truong
Maintenance
Deprecate numpy.compat (GH#10370) Irina Truong
Fix annotations and spans leaking between threads (GH#10367) Irina Truong
Use general kwargs in pyarrow_table_dispatch functions (GH#10364) Richard (Rick) Zamora
Remove unnecessary try/except in isna (GH#10363) Patrick Hoefler
mypy support for numpy 1.25 (GH#10362) crusaderky
Bump actions/checkout from 3.5.2 to 3.5.3 (GH#10348)
Restore numba in upstream build (GH#10330) James Bourbeau
Update nightly wheel index for pandas/numpy/scipy (GH#10346) Matthew Roeschke
Add rechunk config values to yaml (GH#10343) Hendrik Makait
2023.6.0
Released on June 9, 2023
Enhancements
Add missing not in predicate support to read_parquet (GH#10320) Richard (Rick) Zamora
Bug Fixes
Fix for incorrect value_counts (GH#10323) Irina Truong
Update empty describe top and freq values (GH#10319) James Bourbeau
Documentation
Fix hetzner typo (GH#10332) Sarah Charlotte Johnson
Maintenance
Test with numba and sparse on Python 3.11 (GH#10329) Thomas Grainger
Remove numpy.find_common_type warning ignore (GH#10311) James Bourbeau
Update gpuCI RAPIDS_VER to 23.08 (GH#10310)
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=98f16befd4793f937f100e6c12c0cd4f5dd39b87
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/distinfo | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diffs:
diff --git a/py-dask/Makefile b/py-dask/Makefile
index 76125bac6e..596eea2e52 100644
--- a/py-dask/Makefile
+++ b/py-dask/Makefile
@@ -1,6 +1,6 @@
# $NetBSD$
-GITHUB_TAG= 2023.5.1
+GITHUB_TAG= 2023.7.0
DISTNAME= dask-${GITHUB_TAG}
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
GITHUB_PROJECT= dask
@@ -26,7 +26,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>=2023.5.1:../../wip/py-distributed
+DEPENDS+= ${PYPKGPREFIX}-distributed>=2023.6.0:../../wip/py-distributed
DEPENDS+= ${PYPKGPREFIX}-cloudpickle>=1.1.1:../../wip/py-cloudpickle
DEPENDS+= ${PYPKGPREFIX}-fsspec>=2022.7.1:../../sysutils/py-fsspec
DEPENDS+= ${PYPKGPREFIX}-zict>=2.1.0:../../wip/py-zict
diff --git a/py-dask/distinfo b/py-dask/distinfo
index f3ce0f894e..213fc6cd61 100644
--- a/py-dask/distinfo
+++ b/py-dask/distinfo
@@ -1,5 +1,5 @@
$NetBSD$
-BLAKE2s (dask-2023.5.1.tar.gz) = 9b43bcfd39089b3966c43f36e495bf33bf3463acc4242de9a270c8746fe63040
-SHA512 (dask-2023.5.1.tar.gz) = 603d0deb0e88cc2ae5a5fdbc4352f454e68f836b7c3a9039ec20f9493b2b4c72684bb5981d6e985de5bb32d73fc48d0faa2834c9c56a04277755ea3c8e77fb75
-Size (dask-2023.5.1.tar.gz) = 8523514 bytes
+BLAKE2s (dask-2023.7.0.tar.gz) = 1f4fbeb3a2c68b763ac1ddcf4ca267d1210c2c1c73fad3affeee561358db22d1
+SHA512 (dask-2023.7.0.tar.gz) = b46a41d0cad189572a5b9e7d849155b24079b9211480f45236932115066a7d5b44a9812462653e573d48e9c0a33d235e1ebf557556a91c78d3cdaa2ce2477907
+Size (dask-2023.7.0.tar.gz) = 8529255 bytes
Home |
Main Index |
Thread Index |
Old Index