Hello community,

here is the log from the commit of package python-dask for openSUSE:Factory 
checked in at 2020-07-09 13:20:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-dask (Old)
 and      /work/SRC/openSUSE:Factory/.python-dask.new.3060 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-dask"

Thu Jul  9 13:20:44 2020 rev:34 rq:819699 version:2.20.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-dask/python-dask.changes  2020-04-21 
13:11:30.564913060 +0200
+++ /work/SRC/openSUSE:Factory/.python-dask.new.3060/python-dask.changes        
2020-07-09 13:22:04.773783896 +0200
@@ -1,0 +2,153 @@
+Thu Jul  9 08:20:00 UTC 2020 - Marketa Calabkova <mcalabk...@suse.com>
+
+- Update to version 2.20.0
+  Array
+  - Register ``sizeof`` for numpy zero-strided arrays (:pr:`6343`) `Matthias 
Bussonnier`_
+  - Use ``concatenate_lookup`` in ``concatenate`` (:pr:`6339`) `John A 
Kirkham`_
+  - Fix rechunking of arrays with some zero-length dimensions (:pr:`6335`) 
`Matthias Bussonnier`_
+  DataFrame
+  - Dispatch ``iloc``` calls to ``getitem`` (:pr:`6355`) `Gil Forsyth`_
+  - Handle unnamed pandas ``RangeIndex`` in fastparquet engine (:pr:`6350`) 
`Richard (Rick) Zamora`_
+  - Preserve index when writing partitioned parquet datasets with pyarrow 
(:pr:`6282`) `Richard (Rick) Zamora`_
+  - Use ``ignore_index`` for pandas' ``group_split_dispatch`` (:pr:`6251`) 
`Richard (Rick) Zamora`_
+  Documentation
+  - Add doc describing argument (:pr:`6318`) `asmith26`_
+- 2.19.0
+  Array
+  - Cast chunk sizes to python int ``dtype`` (:pr:`6326`) `Gil Forsyth`_
+  - Add ``shape=None`` to ``*_like()`` array creation functions (:pr:`6064`) 
`Anderson Banihirwe`_
+  Core
+  - Update expected error msg for protocol difference in fsspec (:pr:`6331`) 
`Gil Forsyth`_
+  - Fix for floats < 1 in ``parse_bytes`` (:pr:`6311`) `Gil Forsyth`_
+  - Fix exception causes all over the codebase (:pr:`6308`) `Ram Rachum`_
+  - Fix duplicated tests (:pr:`6303`) `James Lamb`_
+  - Remove unused testing function (:pr:`6304`) `James Lamb`_
+  DataFrame
+  - Add high-level CSV Subgraph (:pr:`6262`) `Gil Forsyth`_
+  - Fix ``ValueError`` when merging an index-only 1-partition dataframe 
(:pr:`6309`) `Krishan Bhasin`_
+  - Make ``index.map`` clear divisions. (:pr:`6285`) `Julia Signell`_
+  Documentation
+  - Add link to 2020 survey (:pr:`6328`) `Tom Augspurger`_
+  - Update ``bag.rst`` (:pr:`6317`) `Ben Shaver`_
+- 2.18.1
+  Array
+  - Don't try to set name on ``full`` (:pr:`6299`) `Julia Signell`_
+  - Histogram: support lazy values for range/bins (another way) (:pr:`6252`) 
`Gabe Joseph`_
+  Core
+  - Fix exception causes in ``utils.py`` (:pr:`6302`) `Ram Rachum`_
+  - Improve performance of ``HighLevelGraph`` construction (:pr:`6293`) `Julia 
Signell`_
+  Documentation
+  - Now readthedocs builds unrelased features' docstrings (:pr:`6295`) 
`Antonio Ercole De Luca`_
+  - Add ``asyncssh`` intersphinx mappings (:pr:`6298`) `Jacob Tomlinson`_
+- 2.18.0
+  Array
+  - Cast slicing index to dask array if same shape as original (:pr:`6273`) 
`Julia Signell`_
+  - Fix ``stack`` error message (:pr:`6268`) `Stephanie Gott`_
+  - ``full`` & ``full_like``: error on non-scalar ``fill_value`` (:pr:`6129`) 
`Huite`_
+  - Support for multiple arrays in ``map_overlap`` (:pr:`6165`) `Eric Czech`_
+  - Pad resample divisions so that edges are counted (:pr:`6255`) `Julia 
Signell`_
+  Bag
+  - Random sampling of k elements from a dask bag #4799 (:pr:`6239`) `Antonio 
Ercole De Luca`_
+  DataFrame
+  - Add ``dropna``, ``sort``, and ``ascending`` to ``sort_values`` 
(:pr:`5880`) `Julia Signell`_
+  - Generalize ``from_dask_array`` (:pr:`6263`) `GALI PREM SAGAR`_
+  - Add derived docstring for ``SeriesGroupby.nunique`` (:pr:`6284`) `Julia 
Signell`_
+  - Remove ``NotImplementedError`` in resample with rule  (:pr:`6274`) 
`Abdulelah Bin Mahfoodh`_
+  - Add ``dd.to_sql`` (:pr:`6038`) `Ryan Williams`_
+  Documentation
+  - Update remote data section (:pr:`6258`) `Ray Bell`_
+- 2.17.2
+  Core
+  - Re-add the ``complete`` extra (:pr:`6257`) `Jim Crist-Harif`_
+  DataFrame
+  - Raise error if ``resample`` isn't going to give right answer (:pr:`6244`) 
`Julia Signell`_
+- 2.17.1
+  Array
+  - Empty array rechunk (:pr:`6233`) `Andrew Fulton`_
+  Core
+  - Make ``pyyaml`` required (:pr:`6250`) `Jim Crist-Harif`_
+  - Fix install commands from ``ImportError`` (:pr:`6238`) `Gaurav Sheni`_
+  - Remove issue template (:pr:`6249`) `Jacob Tomlinson`_
+  DataFrame
+  - Pass ``ignore_index`` to ``dd_shuffle`` from ``DataFrame.shuffle`` 
(:pr:`6247`) `Richard (Rick) Zamora`_
+  - Cope with missing HDF keys (:pr:`6204`) `Martin Durant`_
+  - Generalize ``describe`` & ``quantile`` apis (:pr:`5137`) `GALI PREM SAGAR`_
+- 2.17.0
+  Array
+  - Small improvements to ``da.pad`` (:pr:`6213`) `Mark Boer`_
+  - Return ``tuple`` if multiple outputs in ``dask.array.apply_gufunc``, add 
test to check for tuple (:pr:`6207`) `Kai Mühlbauer`_
+  - Support ``stack`` with unknown chunksizes (:pr:`6195`) `swapna`_
+  Bag
+  - Random Choice on Bags (:pr:`6208`) `Antonio Ercole De Luca`_
+  Core
+  - Raise warning ``delayed.visualise()`` (:pr:`6216`) `Amol Umbarkar`_
+  - Ensure other pickle arguments work (:pr:`6229`) `John A Kirkham`_
+  - Overhaul ``fuse()`` config (:pr:`6198`) `Guido Imperiale`_
+  - Update ``dask.order.order`` to consider "next" nodes using both FIFO and 
LIFO (:pr:`5872`) `Erik Welch`_
+  DataFrame
+  - Use 0 as ``fill_value`` for more agg methods (:pr:`6245`) `Julia Signell`_
+  - Generalize ``rearrange_by_column_tasks`` and add ``DataFrame.shuffle`` 
(:pr:`6066`) `Richard (Rick) Zamora`_
+  - Xfail ``test_rolling_numba_engine`` for newer numba and older pandas 
(:pr:`6236`) `James Bourbeau`_
+  - Generalize ``fix_overlap`` (:pr:`6240`) `GALI PREM SAGAR`_
+  - Fix ``DataFrame.shape`` with no columns (:pr:`6237`) `noreentry`_
+  - Avoid shuffle when setting a presorted index with overlapping divisions 
(:pr:`6226`) `Krishan Bhasin`_
+  - Adjust the Parquet engine classes to allow more easily subclassing 
(:pr:`6211`) `Marius van Niekerk`_
+  - Fix ``dd.merge_asof`` with ``left_on='col'`` & ``right_index=True`` 
(:pr:`6192`) `noreentry`_
+  - Disable warning for ``concat`` (:pr:`6210`) `Tung Dang`_
+  - Move ``AUTO_BLOCKSIZE`` out of ``read_csv`` signature (:pr:`6214`) `Jim 
Crist-Harif`_
+  - ``.loc`` indexing with callable (:pr:`6185`) `Endre Mark Borza`_
+  - Avoid apply in ``_compute_sum_of_squares`` for groupby std agg 
(:pr:`6186`) `Richard (Rick) Zamora`_
+  - Minor correction to ``test_parquet`` (:pr:`6190`) `Brian Larsen`_
+  - Adhering to the passed pat for delimeter join and fix error message 
(:pr:`6194`) `GALI PREM SAGAR`_
+  - Skip ``test_to_parquet_with_get`` if no parquet libs available 
(:pr:`6188`) `Scott Sanderson`_
+  Documentation
+  - Added documentation for ``distributed.Event`` class (:pr:`6231`) `Nils 
Braun`_
+  - Doc write to remote (:pr:`6124`) `Ray Bell`_
+- 2.16.0
+  Array
+  - Fix array general-reduction name (:pr:`6176`) `Nick Evans`_
+  - Replace ``dim`` with ``shape`` in ``unravel_index`` (:pr:`6155`) `Julia 
Signell`_
+  - Moment: handle all elements being masked (:pr:`5339`) `Gabe Joseph`_
+  Core
+  - Remove Redundant string concatenations in dask code-base (:pr:`6137`) 
`GALI PREM SAGAR`_
+  - Upstream compat (:pr:`6159`) `Tom Augspurger`_
+  - Ensure ``sizeof`` of dict and sequences returns an integer (:pr:`6179`) 
`James Bourbeau`_
+  - Estimate python collection sizes with random sampling (:pr:`6154`) 
`Florian Jetter`_
+  - Update test upstream (:pr:`6146`) `Tom Augspurger`_
+  - Skip test for mindeps build (:pr:`6144`) `Tom Augspurger`_
+  - Switch default multiprocessing context to "spawn" (:pr:`4003`) `Itamar 
Turner-Trauring`_
+  - Update manifest to include dask-schema (:pr:`6140`) `Ben Zaitlen`_
+  DataFrame
+  - Harden inconsistent-schema handling in pyarrow-based ``read_parquet`` 
(:pr:`6160`) `Richard (Rick) Zamora`_
+  - Add compute ``kwargs`` to methods that write data to disk (:pr:`6056`) 
`Krishan Bhasin`_
+  - Fix issue where ``unique`` returns an index like result from backends 
(:pr:`6153`) `GALI PREM SAGAR`_
+  - Fix internal error in ``map_partitions`` with collections (:pr:`6103`) 
`Tom Augspurger`_
+  Documentation
+  - Add phase of computation to index TOC (:pr:`6157`) `Ben Zaitlen`_
+  - Remove unused imports in scheduling script (:pr:`6138`) `James Lamb`_
+  - Fix indent (:pr:`6147`) `Martin Durant`_
+  - Add Tom's log config example (:pr:`6143`) `Martin Durant`_
+- 2.15.0
+  Array
+  - Update ``dask.array.from_array`` to warn when passed a Dask collection 
(:pr:`6122`) `James Bourbeau`_
+  - Un-numpy like behaviour in ``dask.array.pad`` (:pr:`6042`) `Mark Boer`_
+  - Add support for ``repeats=0`` in ``da.repeat`` (:pr:`6080`) `James 
Bourbeau`_
+  Core
+  - Fix yaml layout for schema (:pr:`6132`) `Ben Zaitlen`_
+  - Configuration Reference (:pr:`6069`) `Ben Zaitlen`_
+  - Add configuration option to turn off task fusion (:pr:`6087`) `Matthew 
Rocklin`_
+  - Skip pyarrow on windows (:pr:`6094`) `Tom Augspurger`_
+  - Set limit to maximum length of fused key (:pr:`6057`) `Lucas Rademaker`_
+  - Add test against #6062 (:pr:`6072`) `Martin Durant`_
+  - Bump checkout action to v2 (:pr:`6065`) `James Bourbeau`_
+  DataFrame
+  - Generalize categorical calls to support cudf ``Categorical`` (:pr:`6113`) 
`GALI PREM SAGAR`_
+  - Avoid reading ``_metadata`` on every worker (:pr:`6017`) `Richard (Rick) 
Zamora`_
+  - Use ``group_split_dispatch`` and ``ignore_index`` in 
``apply_concat_apply`` (:pr:`6119`) `Richard (Rick) Zamora`_
+  - Handle new (dtype) pandas metadata with pyarrow (:pr:`6090`) `Richard 
(Rick) Zamora`_
+  - Skip ``test_partition_on_cats_pyarrow`` if pyarrow is not installed 
(:pr:`6112`) `James Bourbeau`_
+  - Update DataFrame len to handle columns with the same name (:pr:`6111`) 
`James Bourbeau`_
+  - ``ArrowEngine`` bug fixes and test coverage (:pr:`6047`) `Richard (Rick) 
Zamora`_
+  - Added mode (:pr:`5958`) `Adam Lewis`_
+
+-------------------------------------------------------------------

Old:
----
  dask-2.14.0.tar.gz

New:
----
  dask-2.20.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-dask.spec ++++++
--- /var/tmp/diff_new_pack.TeXOUP/_old  2020-07-09 13:22:05.237785363 +0200
+++ /var/tmp/diff_new_pack.TeXOUP/_new  2020-07-09 13:22:05.237785363 +0200
@@ -27,7 +27,7 @@
 %endif
 %define         skip_python2 1
 Name:           python-dask%{psuffix}
-Version:        2.14.0
+Version:        2.20.0
 Release:        0
 Summary:        Minimal task scheduling abstraction
 License:        BSD-3-Clause
@@ -36,7 +36,8 @@
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:       python-toolz >= 0.7.3
+Requires:       python-PyYAML
+Requires:       python-toolz >= 0.8.2
 Requires:       python-tornado >= 5
 Recommends:     %{name}-array = %{version}
 Recommends:     %{name}-bag = %{version}

++++++ dask-2.14.0.tar.gz -> dask-2.20.0.tar.gz ++++++
++++ 11871 lines of diff (skipped)


Reply via email to