dask 2022.12.1+dfsg-2 source package in Ubuntu
Changelog
dask (2022.12.1+dfsg-2) unstable; urgency=medium * Team upload. * Drop python3-bcolz from Suggests * Drop python3-bcolz from Test-Depends -- Andreas Tille <email address hidden> Wed, 01 Feb 2023 20:49:00 +0100
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 | Published | Component | Section | |
---|---|---|---|---|
Lunar | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
dask_2022.12.1+dfsg-2.dsc | 2.9 KiB | e50490dae46f803b76af166cf83a81e1a2f21442436bf3a63e97668554e50f9b |
dask_2022.12.1+dfsg.orig.tar.xz | 7.2 MiB | bc9331d6f47f37f21b3025baccbaa7f1a1b85dafc47d024e41bb3a44c3a41fd0 |
dask_2022.12.1+dfsg-2.debian.tar.xz | 45.8 KiB | ca1fd13c631c8ab02e37bf87242ecad111398d2af5b1e3743390ed140943bc02 |
Available diffs
- diff from 2022.12.1+dfsg-1 to 2022.12.1+dfsg-2 (505 bytes)
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.