Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-dask for openSUSE:Factory checked in at 2022-09-01 22:10:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-dask (Old) and /work/SRC/openSUSE:Factory/.python-dask.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-dask" Thu Sep 1 22:10:49 2022 rev:54 rq:1000576 version:2022.8.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-dask/python-dask.changes 2022-07-13 13:44:58.549996706 +0200 +++ /work/SRC/openSUSE:Factory/.python-dask.new.2083/python-dask.changes 2022-09-01 22:11:53.540362500 +0200 @@ -1,0 +2,73 @@ +Thu Sep 1 06:57:11 UTC 2022 - Steve Kowalik <steven.kowa...@suse.com> + +- Update to 2022.8.1: + * Implement ma.*_like functions (:pr:`9378`) `Ruth Comer`_ + * Fuse compatible annotations (:pr:`9402`) `Ian Rose`_ + * Shuffle-based groupby aggregation for high-cardinality groups (:pr:`9302`) + `Richard (Rick) Zamora`_ + * Unpack namedtuple (:pr:`9361`) `Hendrik Makait`_ + * Fix SeriesGroupBy cumulative functions with axis=1 (:pr:`9377`) + `Pavithra Eswaramoorthy`_ + * Sparse array reductions (:pr:`9342`) `Ian Rose`_ + * Fix make_meta while using categorical column with index (:pr:`9348`) + `Pavithra Eswaramoorthy`_ + * Don't allow incompatible keywords in DataFrame.dropna (:pr:`9366`) + `Naty Clementi`_ + * Make set_index handle entirely empty dataframes (:pr:`8896`) + `Julia Signell`_ + * Improve dataclass handling in unpack_collections (:pr:`9345`) + `Hendrik Makait`_ + * Fix bag sampling when there are some smaller partitions (:pr:`9349`) + `Ian Rose`_ + * Add support for empty partitions to da.min/da.max functions (:pr:`9268`) + `geraninam`_ + * Use entry_points utility in sizeof (:pr:`9390`) `James Bourbeau`_ + * Add entry_points compatibility utility (:pr:`9388`) `Jacob Tomlinson`_ + * Upload environment file artifact for each CI build (:pr:`9372`) + `James Bourbeau`_ + * Remove werkzeug pin in CI (:pr:`9371`) `James Bourbeau`_ + * Fix type annotations for dd.from_pandas and dd.from_delayed (:pr:`9362`) + `Jordan Yap`_ + * Ensure make_meta doesn't hold ref to data (:pr:`9354`) `Jim Crist-Harif`_ + * Revise divisions logic in from_pandas (:pr:`9221`) `Richard (Rick) Zamora`_ + * Warn if user sets index with existing index (:pr:`9341`) `Julia Signell`_ + * Add keepdims keyword for da.average (:pr:`9332`) `Ruth Comer`_ + * Change repr methods to avoid Layer materialization (:pr:`9289`) + `Richard (Rick) Zamora`_ + * Make sure order kwarg will not crash the astype method (:pr:`9317`) + `Genevieve Buckley`_ + * Fix bug for cumsum on cupy chunked dask arrays (:pr:`9320`) + `Genevieve Buckley`_ + * Match input and output structure in _sample_reduce (:pr:`9272`) + `Pavithra Eswaramoorthy`_ + * Include meta in array serialization (:pr:`9240`) `Fr??d??ric BRIOL`_ + * Fix Index.memory_usage (:pr:`9290`) `James Bourbeau`_ + * Fix division calculation in dask.dataframe.io.from_dask_array (:pr:`9282`) + `Jordan Yap`_ + * Switch js-yaml for yaml.js in config converter (:pr:`9306`) + `Jacob Tomlinson`_ + * Update da.linalg.solve for SciPy 1.9.0 compatibility (:pr:`9350`) + `Pavithra Eswaramoorthy`_ + * Update test_getitem_avoids_large_chunks_missing (:pr:`9347`) + `Pavithra Eswaramoorthy`_ + * Import loop_in_thread fixture in tests (:pr:`9337`) `James Bourbeau`_ + * Temporarily xfail test_solve_sym_pos (:pr:`9336`) `Pavithra Eswaramoorthy`_ + * Update gpuCI RAPIDS_VER to 22.10 (:pr:`9314`) + * Return Dask array if all axes are squeezed (:pr:`9250`) + `Pavithra Eswaramoorthy`_ + * Make cycle reported by toposort shorter (:pr:`9068`) `Erik Welch`_ + * Unknown chunk slicing - raise informative error (:pr:`9285`) + `Naty Clementi`_ + * Fix bug in HighLevelGraph.cull (:pr:`9267`) `Richard (Rick) Zamora`_ + * Sort categories (:pr:`9264`) `Pavithra Eswaramoorthy`_ + * Use max (instead of sum) for calculating warnsize (:pr:`9235`) + `Pavithra Eswaramoorthy`_ + * Fix bug when filtering on partitioned column with pyarrow (:pr:`9252`) + `Richard (Rick) Zamora`_ + *Add type annotations to dd.from_pandas and dd.from_delayed (:pr:`9237`) + `Michael Milton`_ + * Update test_plot_multiple for upcoming bokeh release (:pr:`9261`) + `James Bourbeau`_ + * Add typing to common array properties (:pr:`9255`) `Illviljan`_ + +------------------------------------------------------------------- Old: ---- dask-2022.7.0.tar.gz New: ---- dask-2022.8.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-dask.spec ++++++ --- /var/tmp/diff_new_pack.sDFb14/_old 2022-09-01 22:11:54.152364173 +0200 +++ /var/tmp/diff_new_pack.sDFb14/_new 2022-09-01 22:11:54.156364184 +0200 @@ -43,7 +43,7 @@ %define skip_python2 1 Name: python-dask%{psuffix} # ===> Note: python-dask MUST be updated in sync with python-distributed! <=== -Version: 2022.7.0 +Version: 2022.8.1 Release: 0 Summary: Minimal task scheduling abstraction License: BSD-3-Clause @@ -351,6 +351,7 @@ if [[ $(getconf LONG_BIT) -eq 32 ]]; then # https://github.com/dask/dask/issues/8620 donttest+=" or test_query_with_meta" + donttest+=" or test_repartition_npartitions" fi # (rarely) flaky on obs donttest+=" or test_local_scheduler" ++++++ dask-2022.7.0.tar.gz -> dask-2022.8.1.tar.gz ++++++ /work/SRC/openSUSE:Factory/python-dask/dask-2022.7.0.tar.gz /work/SRC/openSUSE:Factory/.python-dask.new.2083/dask-2022.8.1.tar.gz differ: char 5, line 1