Contents

joblib 1.5.3

0

Lightweight pipelining with Python functions

Lightweight pipelining with Python functions

Stars: 4325, Watchers: 4325, Forks: 446, Open Issues: 430

The joblib/joblib repo was created 15 years ago and the last code push was 1 weeks ago.
The project is very popular with an impressive 4325 github stars!

How to Install joblib

You can install joblib using pip

pip install joblib

or add it to a project with poetry

poetry add joblib

Package Details

Author
None
License
None
Homepage
None
PyPi:
https://pypi.org/project/joblib/
GitHub Repo:
https://github.com/joblib/joblib

Classifiers

  • Scientific/Engineering
  • Software Development/Libraries
  • Utilities
No  joblib  pypi packages just yet.

Errors

A list of common joblib errors.

Code Examples

Here are some joblib code examples and snippets.

GitHub Issues

The joblib package has 430 open issues on GitHub

  • Unvendor cloudpickle
  • Using pydata doc theme
  • remove python 3.9 from CI
  • DeprecationWarning about setting the shape with numpy 2.5.dev
  • Adding an example with tqdm
  • Bump the github-actions group with 3 updates
  • Remove Python 3.9 from the CI
  • ENH: Add function to say why a call was not in the cache
  • Increase reproducibility by removing local path from the docs
  • [RFC] Unvendoring cloudpickle
  • FIX Fix surprising behaviour in joblib.Memory with decorated functions
  • Enable accurate torch hashing
  • Use inspect.getsourcelines to get code
  • Custom class hashes
  • WIP: add an example of self sustaining parallel compute

See more issues on GitHub

Related Packages & Articles

cachetools 7.0.1

Cachetools is a python library that provides Extensible memoizing collections and decorators. It provides multiple cache classes based on different cache algorithms, as well as decorators for easily memoizing function and method calls.