dask 2.8.1+dfsg-0.4 source package in Ubuntu

Changelog

dask (2.8.1+dfsg-0.4) unstable; urgency=medium

  * Non-maintainer upload
  * Xfail test_temporary_directory on Python 3.8

 -- Graham Inggs <email address hidden>  Sat, 04 Jan 2020 21:52:04 +0000

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
dask_2.8.1+dfsg-0.4.dsc 2.8 KiB 70b69d348bf1ea88f6e373b4c828e59714a9b7892e3d86ba4817ed5bae657232
dask_2.8.1+dfsg.orig.tar.xz 2.0 MiB 43bacb7cd500630eb19495c010299df984fad5a9ca3f5620b57509ab2e019c46
dask_2.8.1+dfsg-0.4.debian.tar.xz 7.1 KiB 6ca53f426159d865408d114c6bef0683c91999c21f8d17f4890d138606c801d6

Available diffs

No changes file available.

Binary packages built by this source

python-dask-doc: Minimal task scheduling abstraction documentation

 Dask is a flexible parallel computing library for analytics,
 containing two components.
 .
 1. Dynamic task scheduling optimized for computation. This is similar
 to Airflow, Luigi, Celery, or Make, but optimized for interactive
 computational workloads.
 2. "Big Data" collections like parallel arrays, dataframes, and lists
 that extend common interfaces like NumPy, Pandas, or Python iterators
 to larger-than-memory or distributed environments. These parallel
 collections run on top of the dynamic task schedulers.
 .
 This contains the documentation

python3-dask: Minimal task scheduling abstraction for Python 3

 Dask is a flexible parallel computing library for analytics,
 containing two components.
 .
 1. Dynamic task scheduling optimized for computation. This is similar
 to Airflow, Luigi, Celery, or Make, but optimized for interactive
 computational workloads.
 2. "Big Data" collections like parallel arrays, dataframes, and lists
 that extend common interfaces like NumPy, Pandas, or Python iterators
 to larger-than-memory or distributed environments. These parallel
 collections run on top of the dynamic task schedulers.
 .
 This contains the Python 3 version.