dask 0.16.0-1 source package in Ubuntu

Changelog

dask (0.16.0-1) unstable; urgency=medium

  * New upstream release.
  * Update Standards-Version to 4.1.2. No changes needed.
  * Use https for Homepage URL.

 -- Diane Trout <email address hidden>  Fri, 08 Dec 2017 15:56:24 -0800

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
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
dask_0.16.0-1.dsc 2.5 KiB 754309051fed4ebcdd338d15abe90d580e5f9dc08078a32a0616cc7219d0969a
dask_0.16.0.orig.tar.gz 2.1 MiB 214e838ee7e7a4328e5dfbc7859e0f2d6226636adab98aa59c0f6d7dc561875b
dask_0.16.0-1.debian.tar.xz 5.4 KiB 96293fdb99c1682800bf6a73862679070caea70bab3fd660ef1ef60bd9c8bcf7

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.