joblib 1.3.2-0ubuntu1 source package in Ubuntu

Changelog

joblib (1.3.2-0ubuntu1) noble; urgency=medium

  * 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 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, 21 Nov 2023 17:17:42 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
joblib_1.3.2.orig.tar.gz 349.4 KiB a69ed639827b5cee9e5ea97f25535cbdc4df7068a5657756e6caf1b5ca26f479
joblib_1.3.2-0ubuntu1.debian.tar.xz 8.0 KiB 27270d7960fcbe694fe6a91c881f8cb442d3de87404161fda3548bc28c31351d
joblib_1.3.2-0ubuntu1.dsc 2.3 KiB ea20ca5a409c903f4ec415bfde50c2a115d57ffc2e141d8de6ad554391b262e4

View changes file

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.