Hello community, here is the log from the commit of package python-dask for openSUSE:Factory checked in at 2018-06-29 22:34:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-dask (Old) and /work/SRC/openSUSE:Factory/.python-dask.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-dask" Fri Jun 29 22:34:06 2018 rev:5 rq:618935 version:0.18.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-dask/python-dask.changes 2018-05-29 10:35:06.906209160 +0200 +++ /work/SRC/openSUSE:Factory/.python-dask.new/python-dask.changes 2018-06-29 22:34:08.158119721 +0200 @@ -1,0 +2,110 @@ +Sun Jun 24 01:07:09 UTC 2018 - [email protected] + +- update to version 0.18.1: + * Array + + from_array now supports scalar types and nested lists/tuples in + input, just like all numpy functions do. It also produces a + simpler graph when the input is a plain ndarray (:pr:`3556`) + Guido Imperiale + + Fix slicing of big arrays due to cumsum dtype bug (:pr:`3620`) + Marco Rossi + + Add Dask Array implementation of pad (:pr:`3578`) John A Kirkham + + Fix array random API examples (:pr:`3625`) James Bourbeau + + Add average function to dask array (:pr:`3640`) James Bourbeau + + Tokenize ghost_internal with axes (:pr:`3643`) Matthew Rocklin + + from_array: special handling for ndarray, list, and scalar types + (:pr:`3568`) Guido Imperiale + + Add outer for Dask Arrays (:pr:`3658`) John A Kirkham + * DataFrame + + Add Index.to_series method (:pr:`3613`) Henrique Ribeiro + + Fix missing partition columns in pyarrow-parquet (:pr:`3636`) + Martin Durant + * Core + + Minor tweaks to CI (:pr:`3629`) Guido Imperiale + + Add back dask.utils.effective_get (:pr:`3642`) Matthew Rocklin + + DASK_CONFIG dictates config write location (:pr:`3621`) Jim + Crist + + Replace 'collections' key in unpack_collections with unique key + (:pr:`3632`) Yu Feng + + Avoid deepcopy in dask.config.set (:pr:`3649`) Matthew Rocklin + +- changes from version 0.18.0: + * Array + + Add to/read_zarr for Zarr-format datasets and arrays + (:pr:`3460`) Martin Durant + + Experimental addition of generalized ufunc support, + apply_gufunc, gufunc, and as_gufunc (:pr:`3109`) (:pr:`3526`) + (:pr:`3539`) Markus Gonser + + Avoid unnecessary rechunking tasks (:pr:`3529`) Matthew Rocklin + + Compute dtypes at runtime for fft (:pr:`3511`) Matthew Rocklin + + Generate UUIDs for all da.store operations (:pr:`3540`) Martin + Durant + + Correct internal dimension of Dask's SVD (:pr:`3517`) John A + Kirkham + + BUG: do not raise IndexError for identity slice in array.vindex + (:pr:`3559`) Scott Sievert + + Adds isneginf and isposinf (:pr:`3581`) John A Kirkham + + Drop Dask Array's learn module (:pr:`3580`) John A Kirkham + + added sfqr (short-and-fat) as a counterpart to tsqr… + (:pr:`3575`) Jeremy Chen + + Allow 0-width chunks in dask.array.rechunk (:pr:`3591`) Marc + Pfister + + Document Dask Array's nan_to_num in public API (:pr:`3599`) John + A Kirkham + + Show block example (:pr:`3601`) John A Kirkham + + Replace token= keyword with name= in map_blocks (:pr:`3597`) + Matthew Rocklin + + Disable locking in to_zarr (needed for using to_zarr in a + distributed context) (:pr:`3607`) John A Kirkham + + Support Zarr Arrays in to_zarr/from_zarr (:pr:`3561`) John A + Kirkham + + Added recursion to array/linalg/tsqr to better manage the single + core bottleneck (:pr:`3586`) `Jeremy Chan`_ + * Dataframe + + Add to/read_json (:pr:`3494`) Martin Durant + + Adds index to unsupported arguments for DataFrame.rename method + (:pr:`3522`) James Bourbeau + + Adds support to subset Dask DataFrame columns using + numpy.ndarray, pandas.Series, and pandas.Index objects + (:pr:`3536`) James Bourbeau + + Raise error if meta columns do not match dataframe (:pr:`3485`) + Christopher Ren + + Add index to unsupprted argument for DataFrame.rename + (:pr:`3522`) James Bourbeau + + Adds support for subsetting DataFrames with pandas Index/Series + and numpy ndarrays (:pr:`3536`) James Bourbeau + + Dataframe sample method docstring fix (:pr:`3566`) James + Bourbeau + + fixes dd.read_json to infer file compression (:pr:`3594`) Matt + Lee + + Adds n to sample method (:pr:`3606`) James Bourbeau + + Add fastparquet ParquetFile object support (:pr:`3573`) + @andrethrill + * Bag + + Rename method= keyword to shuffle= in bag.groupby (:pr:`3470`) + Matthew Rocklin + * Core + + Replace get= keyword with scheduler= keyword (:pr:`3448`) + Matthew Rocklin + + Add centralized dask.config module to handle configuration for + all Dask subprojects (:pr:`3432`) (:pr:`3513`) (:pr:`3520`) + Matthew Rocklin + + Add dask-ssh CLI Options and Description. (:pr:`3476`) @beomi + + Read whole files fix regardless of header for HTTP (:pr:`3496`) + Martin Durant + + Adds synchronous scheduler syntax to debugging docs (:pr:`3509`) + James Bourbeau + + Replace dask.set_options with dask.config.set (:pr:`3502`) + Matthew Rocklin + + Update sphinx readthedocs-theme (:pr:`3516`) Matthew Rocklin + + Introduce "auto" value for normalize_chunks (:pr:`3507`) Matthew + Rocklin + + Fix check in configuration with env=None (:pr:`3562`) Simon + Perkins + + Update sizeof definitions (:pr:`3582`) Matthew Rocklin + + Remove --verbose flag from travis-ci (:pr:`3477`) Matthew + Rocklin + + Remove "da.random" from random array keys (:pr:`3604`) Matthew + Rocklin + +------------------------------------------------------------------- Old: ---- dask-0.17.5.tar.gz New: ---- dask-0.18.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-dask.spec ++++++ --- /var/tmp/diff_new_pack.wtcnjS/_old 2018-06-29 22:34:09.082118919 +0200 +++ /var/tmp/diff_new_pack.wtcnjS/_new 2018-06-29 22:34:09.086118916 +0200 @@ -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: 0.17.5 +Version: 0.18.1 Release: 0 Summary: Minimal task scheduling abstraction License: BSD-3-Clause ++++++ dask-0.17.5.tar.gz -> dask-0.18.1.tar.gz ++++++ ++++ 11078 lines of diff (skipped)
