dask 2021.09.1+dfsg-1ubuntu1 source package in Ubuntu

Changelog

dask (2021.09.1+dfsg-1ubuntu1) jammy; urgency=medium

  * Build without documentation for now, to avoid a segfault while
    sphinx generates an autosummary

 -- Graham Inggs <email address hidden>  Mon, 15 Nov 2021 11:50:44 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
dask_2021.09.1+dfsg.orig.tar.xz 3.1 MiB 74933a33abc48ab157453e159861b8bdb91acb6204d7e5365fff9b9a58621df6
dask_2021.09.1+dfsg-1ubuntu1.debian.tar.xz 21.2 KiB 34521cca0c2207826cd9acc7acccaf028a74e3228ac18e7a2f461de20350da36
dask_2021.09.1+dfsg-1ubuntu1.dsc 3.0 KiB 2b5dc7d240cb2498e494da834a75dbf6c3ea7f27841d4023ef3502a2b31a6d59

View changes file

Binary packages built by this source

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.