Hello community,

here is the log from the commit of package python-dask for openSUSE:Factory 
checked in at 2018-09-04 22:56:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-dask (Old)
 and      /work/SRC/openSUSE:Factory/.python-dask.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-dask"

Tue Sep  4 22:56:24 2018 rev:6 rq:632811 version:0.19.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-dask/python-dask.changes  2018-06-29 
22:34:08.158119721 +0200
+++ /work/SRC/openSUSE:Factory/.python-dask.new/python-dask.changes     
2018-09-04 22:56:24.821050827 +0200
@@ -1,0 +2,139 @@
+Sun Sep  2 17:00:59 UTC 2018 - [email protected]
+
+- specfile:
+  * remove devel from noarch
+
+- update to version 0.19.0:
+  * Array
+    + Fix argtopk split_every bug (:pr:`3810`) Guido Imperiale
+    + Ensure result computing dask.array.isnull(`) always gives a
+      numpy array (:pr:`3825`) Stephan Hoyer
+    + Support concatenate for scipy.sparse in dask array (:pr:`3836`)
+      Matthew Rocklin
+    + Fix argtopk on 32-bit systems. (:pr:`3823`) Elliott Sales de
+      Andrade
+    + Normalize keys in rechunk (:pr:`3820`) Matthew Rocklin
+    + Allow shape of dask.array to be a numpy array (:pr:`3844`) Mark
+      Harfouche
+    + Fix numpy deprecation warning on tuple indexing (:pr:`3851`)
+      Tobias de Jong
+    + Rename ghost module to overlap (:pr:`3830`) `Robert Sare`_
+    + Re-add the ghost import to da __init__ (:pr:`3861`) Jim Crist
+    + Ensure copy preserves masked arrays (:pr:`3852`) Tobias de Jong
+  * DataFrame
+    + Added dtype and sparse keywords to
+      :func:`dask.dataframe.get_dummies` (:pr:`3792`) Tom Augspurger
+    + Added :meth:`dask.dataframe.to_dask_array` for converting a Dask
+      Series or DataFrame to a Dask Array, possibly with known chunk
+      sizes (:pr:`3884`) Tom Augspurger
+    + Changed the behavior for :meth:`dask.array.asarray` for dask
+      dataframe and series inputs. Previously, the series was eagerly
+      converted to an in-memory NumPy array before creating a dask
+      array with known chunks sizes. This caused unexpectedly high
+      memory usage. Now, no intermediate NumPy array is created, and a
+      Dask array with unknown chunk sizes is returned (:pr:`3884`) Tom
+      Augspurger
+    + DataFrame.iloc (:pr:`3805`) Tom Augspurger
+    + When reading multiple paths, expand globs. (:pr:`3828`) Irina
+      Truong
+    + Added index column name after resample (:pr:`3833`) Eric
+      Bonfadini
+    + Add (lazy) shape property to dataframe and series (:pr:`3212`)
+      Henrique Ribeiro
+    + Fix failing hdfs test [test-hdfs] (:pr:`3858`) Jim Crist
+    + Fixes for pyarrow 0.10.0 release (:pr:`3860`) Jim Crist
+    + Rename to_csv keys for diagnostics (:pr:`3890`) Matthew Rocklin
+    + Match pandas warnings for concat sort (:pr:`3897`) Tom
+      Augspurger
+    + Include filename in read_csv (:pr:`3908`) Julia Signell
+  * Core
+    + Better error message on import when missing common dependencies
+      (:pr:`3771`) Danilo Horta
+    + Drop Python 3.4 support (:pr:`3840`) Jim Crist
+    + Remove expired deprecation warnings (:pr:`3841`) Jim Crist
+    + Add DASK_ROOT_CONFIG environment variable (:pr:`3849`) `Joe
+      Hamman`_
+    + Don't cull in local scheduler, do cull in delayed (:pr:`3856`)
+      Jim Crist
+    + Increase conda download retries (:pr:`3857`) Jim Crist
+    + Add python_requires and Trove classifiers (:pr:`3855`) @hugovk
+    + Fix collections.abc deprecation warnings in Python 3.7.0
+      (:pr:`3876`) Jan Margeta
+    + Allow dot jpeg to xfail in visualize tests (:pr:`3896`) Matthew
+      Rocklin
+    + Add Python 3.7 to travis.yml (:pr:`3894`) Matthew Rocklin
+    + Add expand_environment_variables to dask.config (:pr:`3893`)
+      `Joe Hamman`_
+  * Docs
+    + Fix typo in import statement of diagnostics (:pr:`3826`) John
+      Mrziglod
+    + Add link to YARN docs (:pr:`3838`) Jim Crist
+    + fix of minor typos in landing page index.html (:pr:`3746`)
+      Christoph Moehl
+    + Update delayed-custom.rst (:pr:`3850`) Anderson Banihirwe
+    + DOC: clarify delayed docstring (:pr:`3709`) Scott Sievert
+    + Add new presentations (:pr:`3880`) @javad94
+    + Add dask array normalize_chunks to documentation (:pr:`3878`)
+      Daniel Rothenberg
+    + Docs: Fix link to snakeviz (:pr:`3900`) Hans Moritz Günther
+    + Add missing ` to docstring (:pr:`3915`) @rtobar
+
+- changes from version 0.18.2:
+  * Array
+    + Reimplemented argtopk to make it release the GIL (:pr:`3610`)
+      Guido Imperiale
+    + Don't overlap on non-overlapped dimensions in map_overlap
+      (:pr:`3653`) Matthew Rocklin
+    + Fix linalg.tsqr for dimensions of uncertain length (:pr:`3662`)
+      Jeremy Chen
+    + Break apart uneven array-of-int slicing to separate chunks
+      (:pr:`3648`) Matthew Rocklin
+    + Align auto chunks to provided chunks, rather than shape
+      (:pr:`3679`) Matthew Rocklin
+    + Adds endpoint and retstep support for linspace (:pr:`3675`)
+      James Bourbeau
+    + Implement .blocks accessor (:pr:`3689`) Matthew Rocklin
+    + Add block_info keyword to map_blocks functions (:pr:`3686`)
+      Matthew Rocklin
+    + Slice by dask array of ints (:pr:`3407`) Guido Imperiale
+    + Support dtype in arange (:pr:`3722`) Guido Imperiale
+    + Fix argtopk with uneven chunks (:pr:`3720`) Guido Imperiale
+    + Raise error when replace=False in da.choice (:pr:`3765`) James
+      Bourbeau
+    + Update chunks in Array.__setitem__ (:pr:`3767`) Itamar
+      Turner-Trauring
+    + Add a chunksize convenience property (:pr:`3777`) Jacob
+      Tomlinson
+    + Fix and simplify array slicing behavior when step < 0
+      (:pr:`3702`) Ziyao Wei
+    + Ensure to_zarr with return_stored True returns a Dask Array
+      (:pr:`3786`) John A Kirkham
+  * Bag
+    + Add last_endline optional parameter in to_textfiles (:pr:`3745`)
+      George Sakkis
+  * Dataframe
+    + Add aggregate function for rolling objects (:pr:`3772`) Gerome
+      Pistre
+    + Properly tokenize cumulative groupby aggregations (:pr:`3799`)
+      Cloves Almeida
+  * Delayed
+    + Add the @ operator to the delayed objects (:pr:`3691`) Mark
+      Harfouche
+    + Add delayed best practices to documentation (:pr:`3737`) Matthew
+      Rocklin
+    + Fix @delayed decorator for methods and add tests (:pr:`3757`)
+      Ziyao Wei
+  * Core
+    + Fix extra progressbar (:pr:`3669`) Mike Neish
+    + Allow tasks back onto ordering stack if they have one dependency
+      (:pr:`3652`) Matthew Rocklin
+    + Prefer end-tasks with low numbers of dependencies when ordering
+      (:pr:`3588`) Tom Augspurger
+    + Add assert_eq to top-level modules (:pr:`3726`) Matthew Rocklin
+    + Test that dask collections can hold scipy.sparse arrays
+      (:pr:`3738`) Matthew Rocklin
+    + Fix setup of lz4 decompression functions (:pr:`3782`) Elliott
+      Sales de Andrade
+    + Add datasets module (:pr:`3780`) Matthew Rocklin
+
+-------------------------------------------------------------------

Old:
----
  dask-0.18.1.tar.gz

New:
----
  dask-0.19.0.tar.gz

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

Other differences:
------------------
++++++ python-dask.spec ++++++
--- /var/tmp/diff_new_pack.CZ0b04/_old  2018-09-04 22:56:25.257052316 +0200
+++ /var/tmp/diff_new_pack.CZ0b04/_new  2018-09-04 22:56:25.261052329 +0200
@@ -22,14 +22,13 @@
 # python(2/3)-distributed has a dependency loop with python(2/3)-dask
 %bcond_with     test_distributed
 Name:           python-dask
-Version:        0.18.1
+Version:        0.19.0
 Release:        0
 Summary:        Minimal task scheduling abstraction
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
 URL:            http://github.com/ContinuumIO/dask/
 Source:         
https://files.pythonhosted.org/packages/source/d/dask/dask-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros

++++++ dask-0.18.1.tar.gz -> dask-0.19.0.tar.gz ++++++
++++ 14982 lines of diff (skipped)


Reply via email to