Lightweight pipelining: using Python functions as pipeline jobs.
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 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.
To install py310-joblib, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py310-joblib
To see what files were installed by py310-joblib, run:
port contents py310-joblib
To later upgrade py310-joblib, run:
sudo port selfupdate && sudo port upgrade py310-joblib
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.