dask 2024.5.2+dfsg-1 source package in Ubuntu

Changelog

dask (2024.5.2+dfsg-1) unstable; urgency=medium

  [ Étienne Mollier ]
  * Team upload.
  * New upstream version 2024.5.2+dfsg
    Closes: #1068422, #1069821, #1069359
  * ignore_some_sphinx_packages: patch refreshed.
  * force-little-endian-random.patch: remove, issue fixed upstream.
  * Unfuzz patches.
  * Delete unused patches.
  * fix-test_accessors.patch: new.
  * d/copyright: fix a file statement causing a spurious lintian warning.

  [ Diane Trout ]
  * Refresh use-local-intersphinx.patch
  * Add python-fsspec-doc and python3-doc for local object.inv files
  * Cache Xarray logo in _images/Xarray_Logo_RGB_Final.png to avoid
    privacy breach
  * Add disable-dask-expr-docs.patch (Closes: #1073183)
    Trying to autogenerate the api for a library that's not available in
    Debian caused sphinx-build to fail without generating any html files.
  * Add a minimal check in d/rules to make sure that at least some
    documentation was built.
  * Oops. Use the longer more descriptive name.
    I started with one name and then changed it and did all my test builds
    before cleaning up the "unused" files.

  [ Étienne Mollier ]
  * cleanup-some-privacy-breaches.patch: new.
    This cleans up some privacy breaches in dask documentation,
    essentially where online resources do not bring much to the
    comprehension.
  * d/control: declare compliance to standards version 4.7.0.
  * d/README.source: document keeping dask.distributed synchronized.
  * d/rules: remove spurious license file tripping lintian.

 -- Étienne Mollier <email address hidden>  Sun, 16 Jun 2024 20:20:55 +0200

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

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
dask_2024.5.2+dfsg-1.dsc 3.3 KiB 462191a297f660272d7b30285de0c112435569ad334cbecccfd4ffc6dcb6885c
dask_2024.5.2+dfsg.orig.tar.xz 8.2 MiB 78a2129d626b91cf86e7e68725c5a94e2dc5911102c16405623ffe9ee38bc0fb
dask_2024.5.2+dfsg-1.debian.tar.xz 76.1 KiB 9a84132c904f38038a4c7c724b1396fe074fc53c8b51a210f5d22e37ebc18938

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.