pkgsrc-WIP-changes archive

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

py-dask: Update to 2022.12.1



Module Name:	pkgsrc-wip
Committed By:	Matthew Danielson <matthewd%fastmail.us@localhost>
Pushed By:	matthewd
Date:		Sat Dec 17 20:32:56 2022 -0800
Changeset:	1b0bd8537f25474bb747b702ab7bcf4c9880ed8a

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

Log Message:
py-dask: Update to 2022.12.1

2022.12.1
Released on December 16, 2022
Enhancements
    Support dtype_backend="pandas|pyarrow" configuration (GH#9719) James Bourbeau
    Support cupy.ndarray to cudf.DataFrame dispatching in dask.dataframe (GH#9579) Richard (Rick) Zamora
    Make filesystem-backend configurable in read_parquet (GH#9699) Richard (Rick) Zamora
    Serialize all pyarrow extension arrays efficiently (GH#9740) James Bourbeau
Bug Fixes
    Fix bug when repartitioning with tz-aware datetime index (GH#9741) James Bourbeau
    Partial functions in aggs may have arguments (GH#9724) Irina Truong
    Add support for simple operation with pyarrow-backed extension dtypes (GH#9717) James Bourbeau
    Rename columns correctly in case of SeriesGroupby (GH#9716) Lawrence Mitchell
Documentation
    Fix url link typo in collection backend doc (GH#9748) Shawn
    Update Prometheus docs (GH#9696) Hendrik Makait
Maintenance
    Add zarr to Python 3.11 CI environment (GH#9771) James Bourbeau
    Add support for Python 3.11 (GH#9708) Thomas Grainger
    Bump actions/checkout from 3.1.0 to 3.2.0 (GH#9753)
    Avoid np.bool8 deprecation warning (GH#9737) James Bourbeau
    Make sure dev packages aren’t overwritten in upstream CI build (GH#9731) James Bourbeau
    Avoid adding data.h5 and mydask.html files during tests (GH#9726) Thomas Grainger
2022.12.0
Released on December 2, 2022
Enhancements
    Remove statistics-based set_index logic from read_parquet (GH#9661) Richard (Rick) Zamora
    Add support for use_nullable_dtypes to dd.read_parquet (GH#9617) Ian Rose
    Fix map_overlap in order to accept pandas arguments (GH#9571) Fabien Aulaire
    Fix pandas 1.5+ FutureWarning in .str.split(..., expand=True) (GH#9704) Jacob Hayes
    Enable column projection for groupby slicing (GH#9667) Richard (Rick) Zamora
    Support duplicate column cum-functions (GH#9685) Ben
    Improve error message for failed backend dispatch call (GH#9677) Richard (Rick) Zamora
Bug Fixes
    Revise meta creation in arrow parquet engine (GH#9672) Richard (Rick) Zamora
    Fix da.fft.fft for array-like inputs (GH#9688) James Bourbeau
    Fix groupby -aggregation when grouping on an index by name (GH#9646) Richard (Rick) Zamora
Maintenance
    Avoid PytestReturnNotNoneWarning in test_inheriting_class (GH#9707) Thomas Grainger
    Fix flaky test_dataframe_aggregations_multilevel (GH#9701) Richard (Rick) Zamora
    Bump mypy version (GH#9697) crusaderky
    Disable dashboard in test_map_partitions_df_input (GH#9687) James Bourbeau
    Use latest xarray-contrib/issue-from-pytest-log in upstream build (GH#9682) James Bourbeau
    xfail ttest_1samp for upstream scipy (GH#9670) James Bourbeau
    Update gpuCI RAPIDS_VER to 23.02 (GH#9678)
2022.11.1
Released on November 18, 2022
Enhancements
    Restrict bokeh=3 support (GH#9673) Gabe Joseph
    Updates for fastparquet evolution (GH#9650) Martin Durant
Maintenance
    Update ga-yaml-parser step in gpuCI updating workflow (GH#9675) Charles Blackmon-Luca
    Revert importlib.metadata workaround (GH#9658) James Bourbeau
    Fix mindeps-distributed CI build to handle numpy/pandas not being installed (GH#9668) James Bourbeau
2022.11.0
Released on November 15, 2022
Enhancements
    Generalize from_dict implementation to allow usage from other backends (GH#9628) GALI PREM SAGAR
Bug Fixes
    Avoid pandas constructors in dask.dataframe.core (GH#9570) Richard (Rick) Zamora
    Fix sort_values with Timestamp data (GH#9642) James Bourbeau
    Generalize array checking and remove pd.Index call in _get_partitions (GH#9634) Benjamin Zaitlen
    Fix read_csv behavior for header=0 and names (GH#9614) Richard (Rick) Zamora
Documentation
    Update dashboard docs for queuing (GH#9660) Gabe Joseph
    Remove import dask as d from docstrings (GH#9644) Matthew Rocklin
    Fix link to partitions docs in read_parquet docstring (GH#9636) qheuristics
    Add API doc links to array/bag/dataframe sections (GH#9630) Matthew Rocklin
Maintenance
    Use conda-incubator/setup-miniconda@v2.2.0 (GH#9662) John A Kirkham
    Allow bokeh=3 (GH#9659) James Bourbeau
    Run upstream build with Python 3.10 (GH#9655) James Bourbeau
    Pin pyyaml version in mindeps testing (GH#9640) Charles Blackmon-Luca
    Add pre-commit to catch breakpoint() (GH#9638) James Bourbeau
    Bump xarray-contrib/issue-from-pytest-log from 1.1 to 1.2 (GH#9635)
    Remove blosc references (GH#9625) Naty Clementi
    Upgrade mypy and drop unused comments (GH#9616) Hendrik Makait
    Harden test_repartition_npartitions (GH#9585) Richard (Rick) Zamora

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

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

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

diffs:
diff --git a/py-dask/Makefile b/py-dask/Makefile
index b93ad3023c..8f265222ba 100644
--- a/py-dask/Makefile
+++ b/py-dask/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-GITHUB_TAG=	2022.10.0
+GITHUB_TAG=	2022.12.1
 DISTNAME=	dask-${GITHUB_TAG}
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 GITHUB_PROJECT=	dask
@@ -16,12 +16,14 @@ LICENSE=	modified-bsd
 .include "../../mk/bsd.prefs.mk"
 .include "options.mk"
 
+BUILD_DEPENDS+=       ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
+
 DEPENDS+=	${PYPKGPREFIX}-toolz>=0.8.2:../../devel/py-toolz
 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.10.0:../../wip/py-distributed
+DEPENDS+=	${PYPKGPREFIX}-distributed>=2022.12.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
@@ -31,7 +33,10 @@ DEPENDS+=	${PYPKGPREFIX}-jinja2-[0-9]*:../../textproc/py-jinja2
 TEST_DEPENDS+=	${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 TEST_DEPENDS+=	${PYPKGPREFIX}-test-rerunfailures-[0-9]*:../../devel/py-test-rerunfailures
 TEST_DEPENDS+=	${PYPKGPREFIX}-test-xdist-[0-9]*:../../devel/py-test-xdist
+TEST_DEPENDS+=	${PYPKGPREFIX}-multipledispatch>=0.6.0*:../../devel/py-multipledispatch
 TEST_DEPENDS+=	${PYPKGPREFIX}-pre-commit-[0-9]*:../../wip/py-pre-commit
+TEST_DEPENDS+=	${PYPKGPREFIX}-s3fs>=2022*:../../wip/py-s3fs
+# TEST_DEPENDS+=	${PYPKGPREFIX}-sparse>=0.11.2:../../wip/py-sparse
 
 # The setup.py has integration with pytest-runner, but throws odd errors
 do-test:
diff --git a/py-dask/PLIST b/py-dask/PLIST
index b4f18c7a55..4e37a58960 100644
--- a/py-dask/PLIST
+++ b/py-dask/PLIST
@@ -426,6 +426,8 @@ ${PYSITELIB}/dask/system.py
 ${PYSITELIB}/dask/system.pyc
 ${PYSITELIB}/dask/tests/__init__.py
 ${PYSITELIB}/dask/tests/__init__.pyc
+${PYSITELIB}/dask/tests/test_backends.py
+${PYSITELIB}/dask/tests/test_backends.pyc
 ${PYSITELIB}/dask/tests/test_base.py
 ${PYSITELIB}/dask/tests/test_base.pyc
 ${PYSITELIB}/dask/tests/test_cache.py
diff --git a/py-dask/distinfo b/py-dask/distinfo
index c39c06eccd..3784b74dc3 100644
--- a/py-dask/distinfo
+++ b/py-dask/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-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
+BLAKE2s (dask-2022.12.1.tar.gz) = dcaa028ab3f3126fd23fa5ec7a780c838422628ddb7f42c824d8a2f00c0b7cff
+SHA512 (dask-2022.12.1.tar.gz) = 1945f5737de55c559aff14c67efeee00afef18ff5dbdc07aa79affd89eb45a0808078bbc7ce24c904168e7c7a74a678a8dc90ed129593777dd25598cb45372b6
+Size (dask-2022.12.1.tar.gz) = 8233697 bytes


Home | Main Index | Thread Index | Old Index