joblib 1.3.2-1 source package in Ubuntu

Changelog

joblib (1.3.2-1) unstable; urgency=medium

  * Team upload
  * New upstream release
  * Drop patches memmap-byte-order and sphinx-warnings-no-errors,
    included upstream
  * Refresh remaining patches
  * Add conftest.py to debian/clean to avoid build-time test failure
  * New patches dont-count-DeprecationWarnings.patch and
    no-ast.Num.patch to avoid test failure with Python 3.12

 -- Graham Inggs <email address hidden>  Tue, 28 Nov 2023 14:14:41 +0000

Upload details

Uploaded by:
Debian Science Team
Uploaded to:
Sid
Original maintainer:
Debian Science Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe python

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
joblib_1.3.2-1.dsc 2.2 KiB cd86dbd67c37d808ff64d3fb3d2ff280bed22428120ab5aa5090d0ecf0ba682e
joblib_1.3.2.orig.tar.gz 349.4 KiB a69ed639827b5cee9e5ea97f25535cbdc4df7068a5657756e6caf1b5ca26f479
joblib_1.3.2-1.debian.tar.xz 7.9 KiB 66b613972fdf0a01ea35031d931a2ad8a9a2fa19fe30b667fde1538423e1a6ff

No changes file available.

Binary packages built by this source

python3-joblib: tools to provide lightweight pipelining in Python

 Joblib is a set of tools to provide lightweight pipelining in
 Python. In particular, joblib offers:
 .
  - transparent disk-caching of the output values and lazy
    re-evaluation (memoize pattern)
  - easy simple parallel computing
  - logging and tracing of the execution
 .
 Joblib is optimized to be fast and robust in particular on large,
 long-running functions and has specific optimizations for numpy arrays.
 .
 This package contains the Python 3 version.