Hello community,

here is the log from the commit of package python-dask for openSUSE:Factory 
checked in at 2019-01-21 11:01:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-dask (Old)
 and      /work/SRC/openSUSE:Factory/.python-dask.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-dask"

Mon Jan 21 11:01:38 2019 rev:15 rq:667294 version:1.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-dask/python-dask.changes  2018-12-03 
10:12:58.339565562 +0100
+++ /work/SRC/openSUSE:Factory/.python-dask.new.28833/python-dask.changes       
2019-01-21 11:03:31.731029466 +0100
@@ -1,0 +2,96 @@
+Sun Jan 20 04:50:39 UTC 2019 - Arun Persaud <[email protected]>
+
+- specfile:
+  * update copyright year
+
+- update to version 1.1.0:
+  * Array
+    + Fix the average function when there is a masked array
+      (:pr:`4236`) Damien Garaud
+    + Add allow_unknown_chunksizes to hstack and vstack (:pr:`4287`)
+      Paul Vecchio
+    + Fix tensordot for 27+ dimensions (:pr:`4304`) Johnnie Gray
+    + Fixed block_info with axes. (:pr:`4301`) Tom Augspurger
+    + Use safe_wraps for matmul (:pr:`4346`) Mark Harfouche
+    + Use chunks="auto" in array creation routines (:pr:`4354`)
+      Matthew Rocklin
+    + Fix np.matmul in dask.array.Array.__array_ufunc__ (:pr:`4363`)
+      Stephan Hoyer
+    + COMPAT: Re-enable multifield copy->view change (:pr:`4357`)
+      Diane Trout
+    + Calling np.dtype on a delayed object works (:pr:`4387`) Jim
+      Crist
+    + Rework normalize_array for numpy data (:pr:`4312`) Marco Neumann
+  * DataFrame
+    + Add fill_value support for series comparisons (:pr:`4250`) James
+      Bourbeau
+    + Add schema name in read_sql_table for empty tables (:pr:`4268`)
+      Mina Farid
+    + Adjust check for bad chunks in map_blocks (:pr:`4308`) Tom
+      Augspurger
+    + Add dask.dataframe.read_fwf (:pr:`4316`) @slnguyen
+    + Use atop fusion in dask dataframe (:pr:`4229`) Matthew Rocklin
+    + Use parallel_types(`) in from_pandas (:pr:`4331`) Matthew
+      Rocklin
+    + Change DataFrame._repr_data to method (:pr:`4330`) Matthew
+      Rocklin
+    + Install pyarrow fastparquet for Appveyor (:pr:`4338`) Gábor
+      Lipták
+    + Remove explicit pandas checks and provide cudf lazy registration
+      (:pr:`4359`) Matthew Rocklin
+    + Replace isinstance(..., pandas`) with is_dataframe_like
+      (:pr:`4375`) Matthew Rocklin
+    + ENH: Support 3rd-party ExtensionArrays (:pr:`4379`) Tom
+      Augspurger
+    + Pandas 0.24.0 compat (:pr:`4374`) Tom Augspurger
+  * Documentation
+    + Fix link to 'map_blocks' function in array api docs (:pr:`4258`)
+      David Hoese
+    + Add a paragraph on Dask-Yarn in the cloud docs (:pr:`4260`) Jim
+      Crist
+    + Copy edit documentation (:pr:`4267), (:pr:`4263`), (:pr:`4262`),
+      (:pr:`4277`), (:pr:`4271`), (:pr:`4279), (:pr:`4265`),
+      (:pr:`4295`), (:pr:`4293`), (:pr:`4296`), (:pr:`4302`),
+      (:pr:`4306`), (:pr:`4318`), (:pr:`4314`), (:pr:`4309`),
+      (:pr:`4317`), (:pr:`4326`), (:pr:`4325`), (:pr:`4322`),
+      (:pr:`4332`), (:pr:`4333`), Miguel Farrajota
+    + Fix typo in code example (:pr:`4272`) Daniel Li
+    + Doc: Update array-api.rst (:pr:`4259`) (:pr:`4282`) Prabakaran
+      Kumaresshan
+    + Update hpc doc (:pr:`4266`) Guillaume Eynard-Bontemps
+    + Doc: Replace from_avro with read_avro in documents (:pr:`4313`)
+      Prabakaran Kumaresshan
+    + Remove reference to "get" scheduler functions in docs
+      (:pr:`4350`) Matthew Rocklin
+    + Fix typo in docstring (:pr:`4376`) Daniel Saxton
+    + Added documentation for dask.dataframe.merge (:pr:`4382`)
+      Jendrik Jördening
+  * Core
+    + Avoid recursion in dask.core.get (:pr:`4219`) Matthew Rocklin
+    + Remove verbose flag from pytest setup.cfg (:pr:`4281`) Matthew
+      Rocklin
+    + Support Pytest 4.0 by specifying marks explicitly (:pr:`4280`)
+      Takahiro Kojima
+    + Add High Level Graphs (:pr:`4092`) Matthew Rocklin
+    + Fix SerializableLock locked and acquire methods (:pr:`4294`)
+      Stephan Hoyer
+    + Pin boto3 to earlier version in tests to avoid moto conflict
+      (:pr:`4276`) Martin Durant
+    + Treat None as missing in config when updating (:pr:`4324`)
+      Matthew Rocklin
+    + Update Appveyor to Python 3.6 (:pr:`4337`) Gábor Lipták
+    + Use parse_bytes more liberally in dask.dataframe/bytes/bag
+      (:pr:`4339`) Matthew Rocklin
+    + Add a better error message when cloudpickle is missing
+      (:pr:`4342`) Mark Harfouche
+    + Support pool= keyword argument in threaded/multiprocessing get
+      functions (:pr:`4351`) Matthew Rocklin
+    + Allow updates from arbitrary Mappings in config.update, not only
+      dicts. (:pr:`4356`) Stuart Berg
+    + Move dask/array/top.py code to dask/blockwise.py (:pr:`4348`)
+      Matthew Rocklin
+    + Add has_parallel_type (:pr:`4395`) Matthew Rocklin
+    + CI: Update Appveyor (:pr:`4381`) Tom Augspurger
+    + Ignore non-readable config files (:pr:`4388`) Jim Crist
+
+-------------------------------------------------------------------

Old:
----
  dask-1.0.0.tar.gz

New:
----
  dask-1.1.0.tar.gz

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

Other differences:
------------------
++++++ python-dask.spec ++++++
--- /var/tmp/diff_new_pack.Z5fFLX/_old  2019-01-21 11:03:32.503028475 +0100
+++ /var/tmp/diff_new_pack.Z5fFLX/_new  2019-01-21 11:03:32.507028469 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-dask
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,7 +22,7 @@
 # python(2/3)-distributed has a dependency loop with python(2/3)-dask
 %bcond_with     test_distributed
 Name:           python-dask
-Version:        1.0.0
+Version:        1.1.0
 Release:        0
 Summary:        Minimal task scheduling abstraction
 License:        BSD-3-Clause

++++++ dask-1.0.0.tar.gz -> dask-1.1.0.tar.gz ++++++
++++ 13693 lines of diff (skipped)


Reply via email to