dask 2023.12.1+dfsg-2 source package in Ubuntu

Changelog

dask (2023.12.1+dfsg-2) unstable; urgency=medium

  * Build-depend on dask.distributed (needed to build -1 without this for
    bootstrapping)

 -- Julian Gilbey <email address hidden>  Wed, 03 Jan 2024 21:34:32 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
dask_2023.12.1+dfsg-2.dsc 3.1 KiB 86ed4f082c0e63ff15c7b7e9ece5f9d6d97f347fd0a9bebac2778dd5e0128f21
dask_2023.12.1+dfsg.orig.tar.xz 7.8 MiB cbb5a2c6860116b2a08be2de3c01e30f3f47bbed172f53612fa6de94e0d1bd16
dask_2023.12.1+dfsg-2.debian.tar.xz 44.4 KiB e17d5ada59ebb4baaf9cf57766ba110bf907bb61658d60a1f63d47b07eeae33a

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.