joblib 0.14.0-3 source package in Ubuntu
Changelog
joblib (0.14.0-3) unstable; urgency=medium * Team upload. * Drop Python 2 package (Closes: #936767). * Let pybuild run the tests and install the module. * Let debhelper do the cleaning. * Simply rules removing unneeded sections. * Add Rules-Requires-Root: no. * Drop unused stanzas from copyright. -- Stuart Prescott <email address hidden> Mon, 23 Dec 2019 01:46:27 +1100
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 | Published | Component | Section | |
---|---|---|---|---|
Focal | release | universe | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
joblib_0.14.0-3.dsc | 2.0 KiB | cd4f336aa596acdf4a5adc8f0d6c2e54af3bec148229c80d78c87e2407553914 |
joblib_0.14.0.orig.tar.gz | 329.4 KiB | 9e66f3e31669f772fcbad95043fd05e4530e78288d60363b785d4c288a5dc707 |
joblib_0.14.0-3.debian.tar.xz | 6.3 KiB | 3bb2d31b1cb759da5c8a62116092078914c1f41986bbd1d812167f1df7cd2ef7 |
Available diffs
- diff from 0.14.0-2 to 0.14.0-3 (1.8 KiB)
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.