[Python-modules-commits] [dask] branch master updated (b1442c3 -> 53f99e3)

Diane Trout diane at moszumanska.debian.org
Sat Dec 9 00:20:53 UTC 2017


This is an automated email from the git hooks/post-receive script.

diane pushed a change to branch master
in repository dask.

      from  b1442c3   Add python3-tables to tests/control
       new  fb0ff39   New upstream version 0.16.0
       new  453e7a9   Update upstream source from tag 'upstream/0.16.0'
       new  e372689   New upstream release
       new  be57645   Update Standards-Version to 4.1.2. No changes needed.
       new  66db773   Use https for Homepage URL.
       new  53f99e3   Release to unstable

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .travis.yml                                     |   6 +-
 continuous_integration/travis/install.sh        |  44 +-
 dask/__init__.py                                |   6 +-
 dask/array/__init__.py                          |   5 +-
 dask/array/chunk.py                             |   9 +
 dask/array/core.py                              | 171 ++++---
 dask/array/creation.py                          |   6 +-
 dask/array/ghost.py                             |   4 +-
 dask/array/optimization.py                      |  13 +-
 dask/array/percentile.py                        |   2 +-
 dask/array/random.py                            |  68 ++-
 dask/array/rechunk.py                           |   2 +-
 dask/array/reductions.py                        |   8 +
 dask/array/reshape.py                           |   2 +-
 dask/array/routines.py                          | 274 ++++++++--
 dask/array/slicing.py                           |  16 +-
 dask/array/tests/test_array_core.py             | 155 ++++--
 dask/array/tests/test_optimization.py           |  29 +-
 dask/array/tests/test_random.py                 |  49 ++
 dask/array/tests/test_reductions.py             |   2 +-
 dask/array/tests/test_routines.py               | 164 +++++-
 dask/array/ufunc.py                             |  22 +-
 dask/array/utils.py                             |   2 +-
 dask/async.py                                   |  19 -
 dask/bag/core.py                                | 191 +++----
 dask/bag/tests/test_bag.py                      |  17 +-
 dask/base.py                                    | 640 +++++++++++++-----------
 dask/bytes/core.py                              |  44 +-
 dask/bytes/local.py                             |   5 +
 dask/bytes/s3.py                                |   5 +
 dask/bytes/tests/test_local.py                  |  41 +-
 dask/bytes/tests/test_s3.py                     |  53 +-
 dask/bytes/utils.py                             |  82 ++-
 dask/context.py                                 |  76 +--
 dask/dataframe/categorical.py                   |   7 +-
 dask/dataframe/core.py                          | 177 ++++---
 dask/dataframe/groupby.py                       |  43 +-
 dask/dataframe/io/csv.py                        |  69 ++-
 dask/dataframe/io/hdf.py                        |   4 +-
 dask/dataframe/io/io.py                         |  10 +-
 dask/dataframe/io/parquet.py                    | 573 ++++++++++++---------
 dask/dataframe/io/tests/test_csv.py             |  64 ++-
 dask/dataframe/io/tests/test_parquet.py         | 583 +++++++++++----------
 dask/dataframe/methods.py                       |   4 +-
 dask/dataframe/multi.py                         |  23 +-
 dask/dataframe/optimize.py                      |  14 +-
 dask/dataframe/partitionquantiles.py            |  12 +-
 dask/dataframe/rolling.py                       |   2 +-
 dask/dataframe/shuffle.py                       |  24 +-
 dask/dataframe/tests/test_dataframe.py          | 116 +++--
 dask/dataframe/tests/test_format.py             |  72 +--
 dask/dataframe/tests/test_groupby.py            |  54 +-
 dask/dataframe/tests/test_multi.py              |  16 +-
 dask/dataframe/tests/test_optimize_dataframe.py |   6 +-
 dask/dataframe/tests/test_shuffle.py            |  79 ++-
 dask/dataframe/tests/test_utils_dataframe.py    |  36 +-
 dask/dataframe/tseries/resample.py              |   2 +-
 dask/dataframe/utils.py                         |   2 +-
 dask/delayed.py                                 |  57 ++-
 dask/diagnostics/profile.py                     |  22 +-
 dask/diagnostics/profile_visualize.py           |  31 +-
 dask/diagnostics/tests/test_profiler.py         |  35 +-
 dask/optimize.py                                |   7 +-
 dask/tests/test_base.py                         | 118 ++++-
 dask/tests/test_context.py                      |  40 +-
 dask/tests/test_delayed.py                      |  57 ++-
 dask/utils.py                                   | 115 ++---
 debian/changelog                                |   8 +
 debian/control                                  |   4 +-
 docs/release-procedure.md                       |   5 +-
 docs/source/array-api.rst                       |  16 +-
 docs/source/changelog.rst                       |  85 +++-
 docs/source/custom-collections.rst              | 581 +++++++++++++++++++++
 docs/source/examples/bag-word-count-hdfs.rst    |   8 +-
 docs/source/futures.rst                         |   2 +-
 docs/source/index.rst                           |   2 +
 docs/source/machine-learning.rst                | 104 +---
 setup.cfg                                       |   4 +-
 setup.py                                        |   5 +-
 79 files changed, 3777 insertions(+), 1753 deletions(-)
 delete mode 100644 dask/async.py
 create mode 100644 docs/source/custom-collections.rst

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/dask.git



More information about the Python-modules-commits mailing list